[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. 64c0c434c521aacb52b8b245416a5be5f0aaa256

Stefan Fritsch sf at sfritsch.de
Sat Mar 17 23:51:53 UTC 2012


The following commit has been merged in the next branch:
commit 64c0c434c521aacb52b8b245416a5be5f0aaa256
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun Mar 18 00:48:21 2012 +0100

    remove code that duplicates refresh_modules() functionality

diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index 67a0520..0dce8a1 100644
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -206,13 +206,6 @@ enable_default_modules()
 		for module in filter access_compat ; do
 			a2enmod -q $module
 		done
-		# re-enable modules to update dependencies
-		# (socache_shmcb for ssl, etc.)
-		for module in /etc/apache2/mods-enabled/*.load ; do
-			module=${module##*/}
-			module=${module%.load}
-			a2enmod -q $module
-		done
 	fi
 }
 

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list