[Fusionforge-commits] FusionForge branch Branch_5_2 updated. a601c24d33076e8e1b83d76cfb00e6caff8da886

Roland Mas lolando at fusionforge.org
Fri Dec 6 14:18:43 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_2 has been updated
       via  a601c24d33076e8e1b83d76cfb00e6caff8da886 (commit)
      from  24aceaef74cba7869ee8b484e83631ec9ba04a33 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a601c24d33076e8e1b83d76cfb00e6caff8da886
Author: Roland Mas <lolando at debian.org>
Date:   Fri Dec 6 14:18:32 2013 +0100

    Stop supporting old apache versions, which fixes [#523]

diff --git a/src/deb-specific/create-vhosts.sh b/src/deb-specific/create-vhosts.sh
index 952e155..0aa8e5f 100755
--- a/src/deb-specific/create-vhosts.sh
+++ b/src/deb-specific/create-vhosts.sh
@@ -9,21 +9,8 @@ case "$1" in
 		exit 0
 		;;
 	*)
-		test -f /etc/default/apache2 && . /etc/default/apache2
-		if [ "$NO_START" != "0" ]; then
-			if [ -x /usr/sbin/apache ]; then
-    				/usr/sbin/invoke-rc.d --quiet apache reload
-			fi
-		else
-			if [ -x /usr/sbin/apache2 ]; then
-    				/usr/sbin/invoke-rc.d --quiet apache2 reload
-			fi
-		fi
-		if [ -x /usr/sbin/apache-ssl ]; then
-    			/usr/sbin/invoke-rc.d --quiet apache-ssl reload
-		fi
-		if [ -x /usr/sbin/apache-perl ]; then
-    			/usr/sbin/invoke-rc.d --quiet apache-perl reload
+		if [ -x /usr/sbin/apache2 ]; then
+    		    /usr/sbin/invoke-rc.d --quiet apache2 reload
 		fi
 		;;
 esac

-----------------------------------------------------------------------

Summary of changes:
 src/deb-specific/create-vhosts.sh |   17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list