base-files: fix bad start index in previous commit
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 25 Mar 2013 18:45:23 +0000 (18:45 +0000)
committerJo-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

index beeb79f7e6abaf5ad90d393edcfe4e26e86842bd..81b0c9ba14510c16f6975007ddebdcd31fec1bed 100755 (executable)
@@ -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 >&-
 }