projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aace3e
)
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)
SVN-Revision: 36131
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 81b0c9ba14510c16f6975007ddebdcd31fec1bed..3480d66410ee21761eb21ff5a2f76a18c2a7bda2 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 >&-
}