[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:51 UTC 2012


The following commit has been merged in the next branch:
commit 174e7503fa4cd4b290d0435524d167c57fcd5a1f
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Mar 17 23:51:56 2012 +0100

    die on unparsable output from apache2ctl -V

diff --git a/debian/a2enmod b/debian/a2enmod
index bd659c0..7391a07 100755
--- a/debian/a2enmod
+++ b/debian/a2enmod
@@ -367,7 +367,7 @@ sub threaded {
         return 1;
     }
     else {
-        return 1;
+        die("Can't parse output from apache2ctl -V:\n$result\n");
     }
 }
 

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



More information about the Pkg-apache-commits mailing list