mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4dc29b34c3
loop of the classic nyan cat animation. Feature safe: yes
13 lines
453 B
Plaintext
13 lines
453 B
Plaintext
================================================================================
|
|
|
|
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
|
|
|
|
================================================================================
|