1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/nyancat/files/pkg-message.in
Emanuel Haupt 4dc29b34c3 Add net/nyancat, an animated, color, ANSI-text telnet server that renders a
loop of the classic nyan cat animation.

Feature safe: yes
2012-03-30 10:00:34 +00:00

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
================================================================================