INN commit: trunk/control (docheckgroups.in)

INN Commit Russ_Allbery at isc.org
Sun Feb 1 21:14:07 UTC 2009


    Date: Sunday, February 1, 2009 @ 13:14:06
  Author: iulius
Revision: 8317

Be more consistent in wording.

Modified:
  trunk/control/docheckgroups.in

------------------+
 docheckgroups.in |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: docheckgroups.in
===================================================================
--- docheckgroups.in	2009-02-01 18:24:25 UTC (rev 8316)
+++ docheckgroups.in	2009-02-01 21:14:06 UTC (rev 8317)
@@ -83,7 +83,7 @@
 ##  Display information on newsgroups which need to be removed/added/changed.
 if [ -s ${T}/$$remove ] ; then
     (
-        echo "# The following newsgroups are non-standard:"
+        echo "# The following newsgroups are non-standard and should be removed:"
         echo "#"
         ${SED} "s/^/#	/" ${T}/$$remove
         echo "#"
@@ -116,7 +116,8 @@
 
 if [ -s ${T}/$$ismod ] ; then
     (
-        echo "# The following newsgroups are incorrectly marked as moderated:"
+        echo "# The following newsgroups are incorrectly marked as moderated"
+        echo "# and should have their status changed:"
         echo "#"
         ${SED} "s/^/#	/" ${T}/$$ismod
         echo "#"
@@ -131,7 +132,8 @@
 
 if [ -s ${T}/$$notmod ] ; then
     (
-        echo "# The following newsgroups are incorrectly marked as unmoderated:"
+        echo "# The following newsgroups are incorrectly marked as unmoderated"
+        echo "# and should have their status changed:"
         echo "#"
         ${SED} "s/^/#	/" ${T}/$$notmod
         echo "#"
@@ -147,7 +149,7 @@
 ##  Display information on descriptions which need to be removed/added.
 if [ -s ${T}/$$removedesc ] ; then
     (
-        echo "# The following newsgroups descriptions are obsolete:"
+        echo "# The following newsgroups descriptions are obsolete and should be removed:"
         echo "#"
         ${SED} "s/^/#	/" ${T}/$$removedesc
         echo "#"




More information about the inn-committers mailing list