Browse Source

base-files: fix bad start index in previous commit

SVN-Revision: 36130
Jo-Philipp Wich 13 years ago
parent
commit
7aace3ee3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/base-files/files/etc/init.d/sysctl

+ 1 - 1
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 >&-
 }