# # $Id: README,v 1.25 2005/01/09 10:53:22 reinelt Exp $ # Sorry, there is no README anymore. Go to http://lcd4linux.bulix.org for all the documentation. href='/favicon.ico'/>
summaryrefslogtreecommitdiffstats
path: root/debian/nyancat-server.postinst
blob: c723125da1c882d4a39d27ab21d9e412de2c2e90 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

# Set up nyancat
update-inetd --group OTHER --add \
 '#<off># telnet\t\tstream\ttcp\tnowait\tnobody\t/usr/bin/nyancat\tnyancat -t'

#DEBHELPER#