summaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc/init.d/S50telnet
blob: ff5659ed479624c1d231ecdfb74b21935b9eed7d (plain)
1
2
#!/bin/sh
if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null || test $FAILSAFE; then telnetd -l /bin/login; fi