fix ppp related bug in the network scripts
[openwrt.git] / package / base-files / default / etc / init.d / S50telnet
index ff5659e..25242bd 100755 (executable)
@@ -1,2 +1,4 @@
 #!/bin/sh
-if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null || test $FAILSAFE; then telnetd -l /bin/login; fi
+# Copyright (C) 2006 OpenWrt.org
+
+if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null; then telnetd -l /bin/login; fi
This page took 0.027267 seconds and 4 git commands to generate.