rename our /bin/login script to /bin/login.sh to avoid collisions with busybox -...
[openwrt/svn-archive/archive.git] / package / busybox / files / telnet
index ec99172cfd30fb534d120ff8f42c05d293c91d21..082aba7e90b9984cd024751925b6e3effc0ecb84 100755 (executable)
@@ -7,7 +7,7 @@ start() {
                awk -F: '/^root:/ && ($2 != "") && ($2 !~ /\!/) {exit 1}' /etc/passwd 2>/dev/null || \
                ( [ \! -x /usr/sbin/dropbear ] && [ \! -x /usr/sbin/sshd ] )
        then \
-               telnetd -l /bin/login
+               telnetd -l /bin/login.sh
        fi
 }