Mercurial > noffle
changeset 417:e5153104fbd9 noffle
[svn] typo
author | godisch |
---|---|
date | Fri, 20 Jun 2003 06:48:04 +0100 |
parents | fbdcd908aa7c |
children | cb18c7d41cc5 |
files | debian/postinst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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