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:
d1f931a
)
base-files: move sysctl init after boot
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 26 Mar 2013 10:02:58 +0000
(10:02 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 26 Mar 2013 10:02:58 +0000
(10:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36131
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
81b0c9b
..
3480d66
100755
(executable)
--- a/
package/base-files/files/etc/init.d/sysctl
+++ b/
package/base-files/files/etc/init.d/sysctl
@@
-1,7
+1,7
@@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
-START=
00
+START=
11
start() {
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
}