projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acca7ea
)
base-files: fix bad start index in previous commit
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 25 Mar 2013 18:45:23 +0000
(18:45 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 25 Mar 2013 18:45:23 +0000
(18:45 +0000)
SVN-Revision: 36130
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 beeb79f7e6abaf5ad90d393edcfe4e26e86842bd..81b0c9ba14510c16f6975007ddebdcd31fec1bed 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=0
+START=0
0
start() {
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
}