1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 22:33:15 +03:00
openwrt-xburst/openwrt/package/base-files/default/etc/init.d/S50telnet

3 lines
129 B
Plaintext
Raw Normal View History

#!/bin/sh
if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null || test $FAILSAFE; then telnetd -l /bin/login; fi