fix minor typo & move loopback to network config
[openwrt.git] / package / base-files / default / etc / init.d / rcS
index e6daddc..2aa7091 100755 (executable)
@@ -1,7 +1,14 @@
 #!/bin/sh
-syslogd -C 16
+# Copyright (C) 2006 OpenWrt.org
+
+${FAILSAFE:+exit}
+
+# FIXME: add logging configuration
+#[ -f /etc/config/network ] && . /etc/config/network
+#eval $(ipcalc "$log_ipaddr")
+#[ "$log_ipaddr" = "$IP" ] || log_ipaddr=""
+syslogd -C 16 #${log_ipaddr:+-L -R $log_ipaddr}
 klogd
-${FAILSAFE:+telnetd -l /bin/login; ifup lan; exit}
 
 for i in /etc/init.d/S*; do
   $i start 2>&1
This page took 0.029431 seconds and 4 git commands to generate.