gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/deb-specific create-vhosts.sh,1.4,1.5


From: cbayle
Subject: [Gforge-commits] gforge/deb-specific create-vhosts.sh,1.4,1.5
Date: Thu, 04 Mar 2004 07:49:13 -0600

Update of /cvsroot/gforge/gforge/deb-specific
In directory db.perdue.net:/tmp/cvs-serv13002/deb-specific

Modified Files:
        create-vhosts.sh 
Log Message:
Also deal with apache-perl


Index: create-vhosts.sh
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/create-vhosts.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- create-vhosts.sh    22 Nov 2003 17:41:56 -0000      1.4
+++ create-vhosts.sh    4 Mar 2004 13:49:10 -0000       1.5
@@ -9,3 +9,6 @@
 if [ -x /usr/sbin/apache-ssl ]; then
     /usr/sbin/invoke-rc.d apache-ssl reload > /dev/null 2>&1
 fi
+if [ -x /usr/sbin/apache-perl ]; then
+    /usr/sbin/invoke-rc.d apache-perl reload > /dev/null 2>&1
+fi





reply via email to

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