INN commit: trunk (doc/pod/rc.news.pod scripts/rc.news.in)

INN Commit rra at isc.org
Tue Aug 16 13:49:37 UTC 2011


    Date: Tuesday, August 16, 2011 @ 06:49:36
  Author: iulius
Revision: 9339

fix an error in rc.news documentation about ovmethod and docnfsstat

Modified:
  trunk/doc/pod/rc.news.pod
  trunk/scripts/rc.news.in

---------------------+
 doc/pod/rc.news.pod |    6 +++++-
 scripts/rc.news.in  |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: doc/pod/rc.news.pod
===================================================================
--- doc/pod/rc.news.pod	2011-08-10 20:07:02 UTC (rev 9338)
+++ doc/pod/rc.news.pod	2011-08-16 13:49:36 UTC (rev 9339)
@@ -32,7 +32,11 @@
 
 =item *
 
-If I<docnfsstat> is true in F<inn.conf>:  B<ovdb_init> is run;
+If I<docnfsstat> is true in F<inn.conf>:  B<cnfsstat> is started and stopped.
+
+=item *
+
+If I<ovmethod> is set to C<ovdb> in F<inn.conf>:  B<ovdb_init> is run;
 B<ovdb_server> and B<ovdb_monitor> are stopped.
 
 =item *

Modified: scripts/rc.news.in
===================================================================
--- scripts/rc.news.in	2011-08-10 20:07:02 UTC (rev 9338)
+++ scripts/rc.news.in	2011-08-16 13:49:36 UTC (rev 9339)
@@ -121,7 +121,7 @@
 	if [ -s ${OLDACTIVE} ] ; then
 	    cp ${OLDACTIVE} ${ACTIVE}
 	else
-	    echo 'INND:   No active file!'
+	    echo 'INND:  No active file!'
 	    exit 1
 	fi
     fi




More information about the inn-committers mailing list