CVS User Account cvsuser
Thu Jun 22 07:31:55 PDT 2006
Log Message:
-----------
Minor improvements to wordings about admin scripts

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        adminscripts.sgml (r1.35 -> r1.36)

-------------- next part --------------
Index: adminscripts.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/adminscripts.sgml,v
retrieving revision 1.35
retrieving revision 1.36
diff -Ldoc/adminguide/adminscripts.sgml -Ldoc/adminguide/adminscripts.sgml -u -w -r1.35 -r1.36
--- doc/adminguide/adminscripts.sgml
+++ doc/adminguide/adminscripts.sgml
@@ -353,8 +353,10 @@
 <sect2 id="launchclusters"><title> launch_clusters.sh </title>
 
 <para> This is another shell script which uses the configuration as
-set up by <filename>mkslonconf.sh</filename> and is intended to be run
-regularly to ensure that &lslon; processes are running.</para>
+set up by <filename>mkslonconf.sh</filename> and is intended to either
+be run at system boot time, as an addition to the
+<filename>rc.d</filename> processes, or regularly, as a cron process,
+to ensure that &lslon; processes are running.</para>
 
 <para> It uses the following environment variables:
 
@@ -382,9 +384,9 @@
 <quote>home</quote> directory for log storage.</para>
 
 <para> This script does not assume the use of the Apache log rotator
-to manage logs; in that &postgres; 8 does its own log rotation, it
-seems undesirable to keep a dependancy on specific log rotation
-<quote>technology.</quote> </listitem>
+to manage logs; in that &postgres; version 8 does its own log
+rotation, it seems undesirable to retain a dependancy on specific log
+rotation <quote>technology.</quote> </listitem>
 
 <listitem><para><envar>CLUSTERS</envar> is a list of &slony1; clusters
 under management. </para></listitem>



More information about the Slony1-commit mailing list