fixes #207
[openwrt.git] / package / base-files / default / etc / init.d / S50telnet
index 599c354..ff5659e 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-telnetd -l /bin/login
+if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null || test $FAILSAFE; then telnetd -l /bin/login; fi
This page took 0.029017 seconds and 4 git commands to generate.