From: Jacek Konieczny Date: Wed, 31 Aug 2005 07:43:26 +0000 (+0000) Subject: - s/zope/zope3/ once more X-Git-Tag: auto/ac/Zope3-3_1_0-1~7 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2FZope3.git;a=commitdiff_plain;h=f04cf1ae43fc4ea1e5bfd97dbb721d41d6fda297 - s/zope/zope3/ once more Changed files: Zope3.init -> 1.2 --- diff --git a/Zope3.init b/Zope3.init index 4744a5a..18879b3 100644 --- a/Zope3.init +++ b/Zope3.init @@ -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