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

Stefan Fritsch sf at sfritsch.de
Sun Apr 15 15:19:29 UTC 2012


The following commit has been merged in the next branch:
commit 0b88a4a63a8381b1f8e629d70c05699b1da717c7
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun Apr 15 17:18:15 2012 +0200

    Make a2enmod print a warning when enabling MPM-ITK

diff --git a/debian/a2enmod b/debian/a2enmod
index 0bd3c12..8d48500 100644
--- a/debian/a2enmod
+++ b/debian/a2enmod
@@ -170,6 +170,11 @@ sub doit {
     # handle module dependencies
     if ( $obj eq 'module' ) {
         if ( $act eq 'enable' ) {
+            if ( $acton eq 'mpm_itk' ) {
+                warning(  "MPM_ITK is a third party module that is not part "
+                        . "of the official Apache HTTPD. It has seen less "
+                        . "testing than the official MPM modules." );
+            }
             my @depends = get_deps("$availdir/$acton.load");
             do_deps( $acton, @depends ) or return 0;
 

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



More information about the Pkg-apache-commits mailing list