source:
freewrt/package/base-files/default/etc/init.d/S50telnet@
475ad56
| Last change on this file since 475ad56 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 111 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null; then telnetd -l /bin/login; fi |
Note:
See TracBrowser
for help on using the repository browser.
