gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/utils install-apache.sh,1.8,1.9


From: cbayle
Subject: [Gforge-commits] gforge/utils install-apache.sh,1.8,1.9
Date: Thu, 08 Apr 2004 16:43:16 -0500

Update of /cvsroot/gforge/gforge/utils
In directory db.perdue.net:/tmp/cvs-serv31483/utils

Modified Files:
        install-apache.sh 
Log Message:
Remove debugging


Index: install-apache.sh
===================================================================
RCS file: /cvsroot/gforge/gforge/utils/install-apache.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- install-apache.sh   8 Apr 2004 15:55:30 -0000       1.8
+++ install-apache.sh   8 Apr 2004 21:43:13 -0000       1.9
@@ -167,7 +167,6 @@
                                /usr/sbin/modules-config $flavour enable mod_env
                                /usr/sbin/modules-config $flavour enable 
mod_vhost_alias
 
-                               set -x
                                LINK=`ls -l 
/etc/$flavour/conf.d/gforge.httpd.conf | sed 's/.*-> \(.*\)$/\1/'`
                                if [ "$LINK" != "$GFORGE_ETC_LIST" ] ; then 
                                        echo Removing symlink
@@ -176,7 +175,6 @@
                                if [ -d /etc/$flavour/conf.d ] ; then
                                        [ ! -e 
/etc/$flavour/conf.d/gforge.httpd.conf ] && ln -s $GFORGE_ETC_LIST 
/etc/$flavour/conf.d/gforge.httpd.conf
                                fi
-                               set +x
                        fi
                        if [ -x /usr/sbin/$flavour ]; then
                                invoke-rc.d $flavour restart || true





reply via email to

[Prev in Thread] Current Thread [Next in Thread]