]> git.pld-linux.org Git - packages/Zope3.git/commitdiff
- s/zope/zope3/ once more
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 31 Aug 2005 07:43:26 +0000 (07:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope3.init -> 1.2

Zope3.init

index 4744a5a5be0cfdaf22289d58503d1ddd714b258f..18879b3a2883f99beef7fc69e7b0a547b1a88072 100644 (file)
@@ -118,14 +118,14 @@ case "$1" in
                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 @@ case "$1" in
                        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
This page took 0.032224 seconds and 4 git commands to generate.