From: Ian Jackson Date: Tue, 8 Feb 2011 14:17:41 +0000 (+0000) Subject: fix up moderator removal to not print a pointless message X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=commitdiff_plain;h=a0425a40fdd6abd41f589a76977078656f596ed7;p=modbot-ulm.git fix up moderator removal to not print a pointless message --- diff --git a/install-newsgroup b/install-newsgroup index a9a660a..50b666e 100755 --- a/install-newsgroup +++ b/install-newsgroup @@ -76,8 +76,7 @@ while read name pass; do case $rc in 0) ;; 1) - echo "*** Preserving obsolete moderator $name" - cat $mods.tmp >&3 + echo "*** Removing obsolete moderator $name" ;; *) echo >&2 "huh2 $rc ?"; exit 1