aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-03-25 18:45:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-03-25 18:45:23 +0000
commitd1f931a2b89edeca0576f5cf48afd7399a153d15 (patch)
tree2022e8e5c38adf632d2d8f9b533ffc1658ee9f0e /package
parent08fd7e4663bd3acaef8c1ffc24abd6dbef28414b (diff)
downloadmaster-187ad058-d1f931a2b89edeca0576f5cf48afd7399a153d15.tar.gz
master-187ad058-d1f931a2b89edeca0576f5cf48afd7399a153d15.tar.bz2
master-187ad058-d1f931a2b89edeca0576f5cf48afd7399a153d15.zip
base-files: fix bad start index in previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-xpackage/base-files/files/etc/init.d/sysctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/sysctl b/package/base-files/files/etc/init.d/sysctl
index beeb79f7e6..81b0c9ba14 100755
--- 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=00
start() {
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
}