# HG changeset patch # User godisch # Date 1056088084 -3600 # Node ID e5153104fbd95f031a959680cd808bd369272a3c # Parent fbdcd908aa7c1b65b7d7fcf6f3934e9c730a4e8f [svn] typo diff -r fbdcd908aa7c -r e5153104fbd9 debian/postinst --- a/debian/postinst Fri Jun 20 06:46:49 2003 +0100 +++ b/debian/postinst Fri Jun 20 06:48:04 2003 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: postinst 559 2003-06-20 05:46:49Z godisch $ +# $Id: postinst 560 2003-06-20 05:48:04Z godisch $ set -e @@ -104,7 +104,7 @@ mv -fb $debian_config.new $debian_config fi if ! grep -q "/usr/bin/noffle -r" /etc/inetd.conf; then - # just an example, the user need to activate it himself + # just an example, the user needs to activate it himself update-inetd --group MAIL --add "nntp\tstream\ttcp\tnowait\tnews\t/usr/sbin/tcpd /usr/bin/noffle -r" update-inetd --disable "$port" fi