[Checkins] SVN: zc.recipe.rhrc/tags/1.2.0/doc.txt update doc

Alex Chapman achapman at zope.com
Mon Apr 6 10:44:19 EDT 2009


Log message for revision 98928:
  update doc

Changed:
  U   zc.recipe.rhrc/tags/1.2.0/doc.txt

-=-
Modified: zc.recipe.rhrc/tags/1.2.0/doc.txt
===================================================================
--- zc.recipe.rhrc/tags/1.2.0/doc.txt	2009-04-06 14:43:15 UTC (rev 98927)
+++ zc.recipe.rhrc/tags/1.2.0/doc.txt	2009-04-06 14:44:19 UTC (rev 98928)
@@ -10,12 +10,13 @@
 Changes
 *******
 
-1.2.0 (2009/03/26)
+1.2.0 (2009/04/06)
 ==================
 
-Display the name of the script being run
+displays the name of the script being run
 for each script when it is started, stopped, or restarted
 
+
 1.1.0 (2008/02/01)
 ==================
 
@@ -447,7 +448,8 @@
     case $1 in 
       stop)
     <BLANKLINE>
-        /demo/zope "$@" \
+        echo zope: 
+    /demo/zope "$@" \
           </dev/null
     <BLANKLINE>
         ;;
@@ -460,7 +462,8 @@
         ;;
       *) 
     <BLANKLINE>
-        /demo/zope "$@" \
+        echo zope: 
+    /demo/zope "$@" \
           </dev/null
     <BLANKLINE>
         ;;
@@ -528,7 +531,8 @@
     case $1 in 
       stop)
     <BLANKLINE>
-        /demo/instance2 "$@" \
+        echo instance2: 
+    /demo/instance2 "$@" \
           </dev/null
     <BLANKLINE>
         LD_LIBRARY_PATH=/opt/foolib \
@@ -551,7 +555,8 @@
           "/opt/zope/bin/zopectl -C /etc/instance1.conf $*" \
           </dev/null
     <BLANKLINE>
-        /demo/instance2 "$@" \
+        echo instance2: 
+    /demo/instance2 "$@" \
           </dev/null
     <BLANKLINE>
         ;;
@@ -682,7 +687,8 @@
     case $1 in 
       stop)
     <BLANKLINE>
-        /demo/acme-instance2 "$@" \
+        echo acme-instance2: 
+    /demo/acme-instance2 "$@" \
           </dev/null
     <BLANKLINE>
         LD_LIBRARY_PATH=/opt/foolib \
@@ -705,16 +711,14 @@
           "/opt/zope/bin/zopectl -C /etc/instance1.conf $*" \
           </dev/null
     <BLANKLINE>
-        /demo/acme-instance2 "$@" \
+        echo acme-instance2: 
+    /demo/acme-instance2 "$@" \
           </dev/null
     <BLANKLINE>
         ;;
     esac
-    <BLANKLINE>
+    <BLANKLINE> 
 
-
-.. 
-
   Edge case, when we remove the part, we uninstall acme:
 
     >>> write('buildout.cfg',



More information about the Checkins mailing list