[apache2] 03/04: Remove obsolete warning in a2enmod about mpm-itk

Stefan Fritsch sf at moszumanska.debian.org
Sun Jun 8 08:39:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apache2.

commit 086fe10486cbc092975e5b87aed8eb18e06433ac
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun Jun 8 10:33:46 2014 +0200

    Remove obsolete warning in a2enmod about mpm-itk
---
 debian/a2enmod   | 5 -----
 debian/changelog | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/a2enmod b/debian/a2enmod
index 6c0da16..30884f7 100755
--- a/debian/a2enmod
+++ b/debian/a2enmod
@@ -177,11 +177,6 @@ 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;
 
diff --git a/debian/changelog b/debian/changelog
index e20bc2d..df1415e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ apache2 (2.4.9-2) UNRELEASED; urgency=medium
     root privileges, anyway. Thanks to Luca Bruno for the report.
   * Remove conflicts of mpm modules with mpm_itk, which isn't an mpm
     anymore. Fixes a part of: #734865. libapache2-mpm-itk needs a fix, too.
+  * Remove obsolete warning in a2enmod about mpm-itk.
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 27 Apr 2014 22:15:58 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list