From: olli Date: Sat, 14 Jan 2006 20:18:39 +0000 (+0000) Subject: fixes #207 X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/601cf97c5bbb99a90a08c204f100fba4372cf1ed fixes #207 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2983 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/base-files/default/etc/init.d/S50telnet b/openwrt/package/base-files/default/etc/init.d/S50telnet index e7d4d3677..ff5659ed4 100755 --- a/openwrt/package/base-files/default/etc/init.d/S50telnet +++ b/openwrt/package/base-files/default/etc/init.d/S50telnet @@ -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