chiark
/
gitweb
/
~webstump
/
modbot-ulm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7395bdc
)
fix up moderator removal to not print a pointless message
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 8 Feb 2011 14:17:41 +0000
(14:17 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 8 Feb 2011 14:17:41 +0000
(14:17 +0000)
install-newsgroup
patch
|
blob
|
history
diff --git
a/install-newsgroup
b/install-newsgroup
index a9a660a785e44b2f4eb873af7da4d0f4616539f7..50b666e182eaeef3f8f4eb6e58f804dadcea7602 100755
(executable)
--- 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