projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f328e6
)
base-files: do not warn about nonexistant sysctl overrides (some of them are config...
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jan 2010 02:17:11 +0000
(
02:17
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jan 2010 02:17:11 +0000
(
02:17
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19375
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/init.d/sysctl
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/sysctl
b/package/base-files/files/etc/init.d/sysctl
index
35d5e30
..
2397790
100755
(executable)
--- a/
package/base-files/files/etc/init.d/sysctl
+++ b/
package/base-files/files/etc/init.d/sysctl
@@
-3,5
+3,5
@@
START=99
start() {
- [ -f /etc/sysctl.conf ] && sysctl -p >&-
+ [ -f /etc/sysctl.conf ] && sysctl -p
-e
>&-
}