]> git.pld-linux.org Git - packages/Zope.git/commitdiff
s/INSTANCES/AUTO_INSTALL_PRODUCTS
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 15 Nov 2003 15:20:01 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-installzopeproduct -> 1.2

Zope-installzopeproduct

index d9b905bea5294b33642c6102244d8e713fb07401..e1d595d5528ca5a8a00afbf301984d74e1cb5d66 100644 (file)
@@ -18,12 +18,12 @@ elif [ "$1" = "-d" ] ; then
        if [ -z "$1" ] ; then
                usage $0
        fi
-       for INSTANCE_NAME in $INSTANCES ; do
+       for INSTANCE_NAME in $AUTO_INSTALL_PRODUCTS ; do
                INSTANCE_HOME="/var/lib/zope/$INSTANCE_NAME"
                rm -f "$INSTANCE_HOME/Products/$1"
        done
 else
-       for INSTANCE_NAME in $INSTANCES ; do
+       for INSTANCE_NAME in $AUTO_INSTALL_PRODUCTS ; do
                INSTANCE_HOME="/var/lib/zope/$INSTANCE_NAME"
                ln -sf "$1" "$INSTANCE_HOME/Products/$2"
        done
This page took 0.060286 seconds and 4 git commands to generate.