[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

David GUENAULT dguenault at monitoring-fr.org
Tue Feb 28 22:12:27 UTC 2012


The following commit has been merged in the debian/master branch:
commit b63342a926dcd42cec81a4e42aa1379b36505f31
Author: David GUENAULT <dguenault at monitoring-fr.org>
Date:   Sun Jan 8 10:03:21 2012 +0100

    FIX : missing wget for centos base installation

diff --git a/contrib/alternative-installation/shinken-install/shinken.conf b/contrib/alternative-installation/shinken-install/shinken.conf
index 9919ab4..c6919c1 100644
--- a/contrib/alternative-installation/shinken-install/shinken.conf
+++ b/contrib/alternative-installation/shinken-install/shinken.conf
@@ -73,12 +73,12 @@ if [ "$CODE" = "REDHAT" ]
 then
 	if [ "$VERS" = "5" ]
 	then
-		export YUMPKGS="gcc python26 sqlite-devel python26-devel git mysql-devel nmap"
+		export YUMPKGS="gcc python26 sqlite-devel python26-devel git mysql-devel nmap wget"
 	fi
 
 	if [ "$VERS" = "6" ]
 	then
-		export YUMPKGS="gcc python sqlite-devel python-devel git mysql-devel python-setuptools nmap"
+		export YUMPKGS="gcc python sqlite-devel python-devel git mysql-devel python-setuptools nmap wget"
 	fi
 fi
 export SETUPTOOLSVERS="0.6c11"

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list