Author: jajcus                       Date: Wed Aug 31 07:43:32 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- s/zope/zope3/ once more

---- Files affected:
SOURCES:
   Zope3.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/Zope3.init
diff -u SOURCES/Zope3.init:1.1 SOURCES/Zope3.init:1.2
--- SOURCES/Zope3.init:1.1      Mon Aug 29 15:38:14 2005
+++ SOURCES/Zope3.init  Wed Aug 31 09:43:26 2005
@@ -118,14 +118,14 @@
                if [ "$RETVAL" = 0 ] ; then
                        msg_starting "Zope 3"
                        ok
-                       touch /var/lock/subsys/zope
+                       touch /var/lock/subsys/zope3
                else
                        msg_starting "Zope 3"
                        fail
                fi
        ;;
   stop)
-       if [ -f /var/lock/subsys/zope ]; then
+       if [ -f /var/lock/subsys/zope3 ]; then
                msg_stopping "Zope 3"
                started
                stop_instances
@@ -137,7 +137,7 @@
                        msg_stopping "Zope 3"
                        fail
                fi
-               rm -f /var/lock/subsys/zope >/dev/null 2>&1
+               rm -f /var/lock/subsys/zope3 >/dev/null 2>&1
         else
                msg_not_running "Zope 3"
                 exit 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/Zope3.init?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to