INN commit: trunk (backends/actsyncd.in doc/pod/actsync.pod)

INN Commit Russ_Allbery at isc.org
Mon Sep 3 19:23:42 UTC 2007


    Date: Monday, September 3, 2007 @ 12:23:42
  Author: iulius
Revision: 7667

There is no -x flag for actsyncd.  Update the documentation accordingly.

Modified:
  trunk/backends/actsyncd.in
  trunk/doc/pod/actsync.pod

----------------------+
 backends/actsyncd.in |    5 ++---
 doc/pod/actsync.pod  |    6 +-----
 2 files changed, 3 insertions(+), 8 deletions(-)

Modified: backends/actsyncd.in
===================================================================
--- backends/actsyncd.in	2007-09-03 13:09:38 UTC (rev 7666)
+++ backends/actsyncd.in	2007-09-03 19:23:42 UTC (rev 7667)
@@ -7,9 +7,8 @@
 # actsyncd - actsync daemon
 #
 # usage:
-#	actsyncd [-x] config_file [debug_level [debug_outfmt]]
+#	actsyncd config_file [debug_level [debug_outfmt]]
 #
-#	-x		xexec instead of reload
 #	config_file	name of file used to determine how to run actsync
 #	debug_level	force no action and use -v debug_level
 #	debug_outfmt	change -o a1 output to -o debug_outfmt for debug
@@ -43,7 +42,7 @@
     1) cfg="$1"; DEBUG=; DEBUG_FMT=; ;;
     2) cfg="$1"; DEBUG="$2"; DEBUG_FMT=; ;;
     3) cfg="$1"; DEBUG="$2"; DEBUG_FMT="$3"; ;;
-    *) echo "usage: $0 [-x] config_file [debug_level [debug_outfmt]]" 1>&2;
+    *) echo "usage: $0 config_file [debug_level [debug_outfmt]]" 1>&2;
        exit 1 ;;
 esac
 if [ ! -s "$cfg" ]; then

Modified: doc/pod/actsync.pod
===================================================================
--- doc/pod/actsync.pod	2007-09-03 13:09:38 UTC (rev 7666)
+++ doc/pod/actsync.pod	2007-09-03 19:23:42 UTC (rev 7667)
@@ -10,7 +10,7 @@
 [B<-s> I<size>] [B<-t> I<hostid>] [B<-v> I<verbosity>] [B<-w> I<seconds>]
 [B<-z> I<seconds>] [I<host>] I<host>
 
-B<actsyncd> [B<-x>] I<config> [I<debug-level> [I<debug-format>]]
+B<actsyncd> I<config> [I<debug-level> [I<debug-format>]]
 
 =head1 DESCRIPTION
 
@@ -98,10 +98,6 @@
 standard error.  It then uses mod-active(8) to update the F<active> file
 if there are commands for B<ctlinnd> in its output.
 
-If the B<-x> flag is given to B<actsyncd>, then C<ctlinnd xexec> will be
-used instead of a C<ctlinnd reload> to load the newly modified F<active>
-file.
-
 The configuration filename for the daemon is given as a command line
 argument, usually F<actsync.cfg> in I<pathetc>.  The config file can
 contain the following options:



More information about the inn-committers mailing list