]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- killed trailing spaces/tabs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 01:02:49 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope.init -> 1.13

Zope.init

index 3e611ae4d8c09939a650a59b12907003f67d4dc6..c24d99930426d5b563049b163b896ad67d7ed73f 100644 (file)
--- a/Zope.init
+++ b/Zope.init
@@ -40,7 +40,7 @@ start_instances()
 
        if [ -f /var/lock/subsys/"zope-$INSTANCE_NAME" ]; then
                msg_already_running "Zope instance $INSTANCE_NAME"
-               continue        
+               continue
        fi
 
        run_cmd "Starting Zope instance $INSTANCE_NAME" "$INSTANCE_HOME"/bin/zopectl start
@@ -62,9 +62,9 @@ stop_instances()
 
        if [ ! -f /var/lock/subsys/"zope-$INSTANCE_NAME" ]; then
                msg_not_running "Zope instance $INSTANCE_NAME"
-               continue        
+               continue
        fi
-       
+
        run_cmd "Stopping Zope instance $INSTANCE_NAME" "$INSTANCE_HOME"/bin/zopectl stop
        RET=$?
        if [ $RET -eq 0 ]; then
This page took 0.078842 seconds and 4 git commands to generate.