base-files: fix bad start index in previous commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36130 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2013-03-25 18:45:23 +00:00
parent 08fd7e4663
commit d1f931a2b8

View File

@@ -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 >&-
}