INN commit: trunk (3 files)

INN Commit rra at isc.org
Wed May 14 17:55:01 UTC 2014


    Date: Wednesday, May 14, 2014 @ 10:55:01
  Author: iulius
Revision: 9633

Fix a few nits

Modified:
  trunk/doc/pod/hacking.pod
  trunk/innd/art.c
  trunk/scripts/news.daily.in

-----------------------+
 doc/pod/hacking.pod   |    2 +-
 innd/art.c            |    2 +-
 scripts/news.daily.in |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

Modified: doc/pod/hacking.pod
===================================================================
--- doc/pod/hacking.pod	2014-05-14 17:53:38 UTC (rev 9632)
+++ doc/pod/hacking.pod	2014-05-14 17:55:01 UTC (rev 9633)
@@ -675,7 +675,7 @@
 are available at L<http://www.eyrie.org/~eagle/software/rra-c-util/>
 and can be easily synchronized with the script F<support/getrra-c-util>;
 just run it, have a look at the resulting changes in INN source code and,
-if all looks right, commit these changes.
+if everything seems all right, commit these changes.
 
 =item *
 

Modified: innd/art.c
===================================================================
--- innd/art.c	2014-05-14 17:53:38 UTC (rev 9632)
+++ innd/art.c	2014-05-14 17:55:01 UTC (rev 9633)
@@ -876,7 +876,7 @@
                 data->Body = i + 2;
                 cp->State = CSgetbody;
                 ARTparsebody(cp);
-		return;
+                return;
             }
         } else {
             data->CRwithoutLF++;

Modified: scripts/news.daily.in
===================================================================
--- scripts/news.daily.in	2014-05-14 17:53:38 UTC (rev 9632)
+++ scripts/news.daily.in	2014-05-14 17:55:01 UTC (rev 9633)
@@ -532,9 +532,9 @@
 ##  Display expire log messages.
 if ${DOMAIL} ; then
     if [ -s ${EXPLOG} ] ; then
-	    echo Expire messages:
+	    echo 'Expire messages:'
 	    cat ${EXPLOG}
-	    echo ---------
+	    echo '---------'
 	    echo ''
     fi
 fi



More information about the inn-committers mailing list