diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-08 15:30:02 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-08 15:30:02 +0100 |
commit | 10c026a2c65bdfe8c1073698c8e5c636b096cee8 (patch) | |
tree | a9c1fc64bed50d78cbe4ddf9f248c178db94acfc | |
parent | 2fc2372bbcd2a2f6d3247b6a8408880434ae8945 (diff) | |
download | nyancat-10c026a2c65bdfe8c1073698c8e5c636b096cee8.tar.gz |
Fix up typos in postinst
Diffstat (limited to '')
-rw-r--r-- | debian/nyancat.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/nyancat.postinst b/debian/nyancat.postinst index 14fc4eb..c723125 100644 --- a/debian/nyancat.postinst +++ b/debian/nyancat.postinst @@ -4,6 +4,6 @@ set -e # Set up nyancat update-inetd --group OTHER --add \ - '#nyancat\t\tstream\ttcp\tnowait\tnobody\t/usr/bin/nyancat\tnyancat-t' + '#<off># telnet\t\tstream\ttcp\tnowait\tnobody\t/usr/bin/nyancat\tnyancat -t' #DEBHELPER# |