[package] fix incorrect quoting in busybox cron init script
[openwrt.git] / package / busybox / files / telnet
index 5802584..ec99172 100755 (executable)
@@ -5,7 +5,7 @@ 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
        fi
This page took 0.025041 seconds and 4 git commands to generate.