]> git.pld-linux.org Git - packages/Zope3.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:
    Zope3.init -> 1.3

Zope3.init

index 18879b3a2883f99beef7fc69e7b0a547b1a88072..311810dde639ca0a836a445fbcf115fc64a70055 100644 (file)
@@ -34,7 +34,7 @@ zope_ctl()
        action="$3"
        errors=""
        typeset -i exit_code=0
-       
+
        show "$message"; busy
        if ! cd "$instance_home/var" 2>/dev/null ; then
                fail
@@ -62,7 +62,7 @@ start_instances()
 
        if [ -f /var/lock/subsys/"zope3-$INSTANCE_NAME" ]; then
                msg_already_running "Zope 3 instance $INSTANCE_NAME"
-               continue        
+               continue
        fi
 
        zope_ctl "Starting Zope instance $INSTANCE_NAME" "$INSTANCE_HOME" start
@@ -84,9 +84,9 @@ stop_instances()
 
        if [ ! -f /var/lock/subsys/"zope3-$INSTANCE_NAME" ]; then
                msg_not_running "Zope 3 instance $INSTANCE_NAME"
-               continue        
+               continue
        fi
-       
+
        zope_ctl "Stopping Zope instance $INSTANCE_NAME" "$INSTANCE_HOME" stop
 
        RET=$?
This page took 0.076486 seconds and 4 git commands to generate.