Updated to new upstream release (v1.3.14)
[openwrt.git] / openwrt / target / default / target_skeleton / etc / init.d / rcS
index 262907a..e6daddc 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
-# Start all init scripts in /etc/init.d
-# executing them in numerical order.
-#
-for i in /etc/init.d/S* ;do
-  [ -f "$i" ] && $i start
-done
+syslogd -C 16
+klogd
+${FAILSAFE:+telnetd -l /bin/login; ifup lan; exit}
+
+for i in /etc/init.d/S*; do
+  $i start 2>&1
+done | logger -s -p 6 -t '' &
This page took 0.020697 seconds and 4 git commands to generate.