[package] If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron
[openwrt.git] / package / busybox / files / telnet
index 5802584..082aba7 100755 (executable)
@@ -5,9 +5,9 @@ START=50
 start() {
        if      [ \! -f /etc/passwd ] || \
                awk -F: '/^root:/ && ($2 != "") && ($2 !~ /\!/) {exit 1}' /etc/passwd 2>/dev/null || \
-               [ \! -x /usr/sbin/dropbear ]
+               ( [ \! -x /usr/sbin/dropbear ] && [ \! -x /usr/sbin/sshd ] )
        then \
-               telnetd -l /bin/login
+               telnetd -l /bin/login.sh
        fi
 }