[Pkg-nagios-changes] [SCM] Debian packaging for Nagios3 branch, master, updated. 3.2.3-1-11-g5dce773

Alexander Wirt formorer at debian.org
Sat Feb 12 10:01:45 UTC 2011


The following commit has been merged in the master branch:
commit c81fc9b8df45256defa5af31eacbab4e6b4b937e
Author: Alexander Wirt <formorer at debian.org>
Date:   Sat Feb 12 10:05:32 2011 +0100

    only support apache2; debug on

diff --git a/debian/httpd.webapps-common b/debian/httpd.webapps-common
index 9cc5cc1..a0f32b6 100644
--- a/debian/httpd.webapps-common
+++ b/debian/httpd.webapps-common
@@ -2,7 +2,9 @@
 # taken from the webapps-common project
 # copyright (c) 2005, sean finney (GPL)
 
-wc_httpd_apaches="apache apache-ssl apache-perl apache2"
+set -x 
+
+wc_httpd_apaches="apache2"
 
 # if they have not specified what they support, assume support for all
 if [ ! "$wc_httpd_supported" ]; then
diff --git a/debian/nagios3-cgi.postinst b/debian/nagios3-cgi.postinst
index 3cb6bde..2ef19cd 100644
--- a/debian/nagios3-cgi.postinst
+++ b/debian/nagios3-cgi.postinst
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 set -e
+set -x 
 
 # some shorthands for sanity
 en="/etc/nagios3"

-- 
Debian packaging for Nagios3



More information about the Pkg-nagios-changes mailing list