fixes #207
authorOliver Ertl <oliver@ertl-net.net>
Sat, 14 Jan 2006 20:18:39 +0000 (20:18 +0000)
committerOliver Ertl <oliver@ertl-net.net>
Sat, 14 Jan 2006 20:18:39 +0000 (20:18 +0000)
SVN-Revision: 2983

openwrt/package/base-files/default/etc/init.d/S50telnet

index e7d4d3677350abaa4ddd45fac61638ca2d0b0367..ff5659ed479624c1d231ecdfb74b21935b9eed7d 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-if awk -F: '/^root:/ && $2 !~ /\*/ {exit 1}' /etc/passwd 2>/dev/null || test $FAILSAFE; then telnetd -l /bin/login; fi
+if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null || test $FAILSAFE; then telnetd -l /bin/login; fi