4dc29b34c3
loop of the classic nyan cat animation. Feature safe: yes
12 lines
453 B
Text
12 lines
453 B
Text
================================================================================
|
|
|
|
To setup a nyancat telnet server via inetd enable inetd in /etc/rc.conf:
|
|
|
|
inetd_enable="YES"
|
|
|
|
Add the following lines to /etc/inetd.conf:
|
|
|
|
telnet stream tcp nowait nobody %%PREFIX%%/bin/nyancat nyancat -t
|
|
telnet stream tcp6 nowait nobody %%PREFIX%%/bin/nyancat nyancat -t
|
|
|
|
================================================================================
|