[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
David GUENAULT
dguenault at monitoring-fr.org
Tue Feb 28 22:10:35 UTC 2012
The following commit has been merged in the debian/master branch:
commit e22b1ae23f8f9d0563b3571f85a4008158e73bc3
Author: David GUENAULT <dguenault at monitoring-fr.org>
Date: Thu Dec 29 11:58:35 2011 +0100
FIX missing nmap package required for discovery
diff --git a/contrib/alternative-installation/shinken-install/shinken.conf b/contrib/alternative-installation/shinken-install/shinken.conf
index a1e226a..89e21fa 100644
--- a/contrib/alternative-installation/shinken-install/shinken.conf
+++ b/contrib/alternative-installation/shinken-install/shinken.conf
@@ -53,17 +53,17 @@ if [ "$CODE" = "REDHAT" ]
then
if [ "$VERS" = "5" ]
then
- export YUMPKGS="gcc python26 sqlite-devel python26-devel git mysql-devel"
+ export YUMPKGS="gcc python26 sqlite-devel python26-devel git mysql-devel nmap"
fi
if [ "$VERS" = "6" ]
then
- export YUMPKGS="gcc python sqlite-devel python-devel git mysql-devel python-setuptools"
+ export YUMPKGS="gcc python sqlite-devel python-devel git mysql-devel python-setuptools nmap"
fi
fi
export SETUPTOOLSVERS="0.6c11"
export RHELSETUPTOOLS="http://pypi.python.org/packages/source/s/setuptools/setuptools-$SETUPTOOLSVERS.tar.gz"
-export APTPKGS="build-essential libperl-dev python-setuptools libsqlite3-dev python-dev pyro sqlite3"
+export APTPKGS="build-essential libperl-dev python-setuptools libsqlite3-dev python-dev pyro sqlite3 nmap"
export PYLIBSRHEL="paramiko:paramiko netifaces:netifaces multiprocessing:multiprocessing simplejson:simplejson pysqlite:sqlite3 MySQL-python:MySQLdb pyro:Pyro.core"
export PYLIBSRHEL6="paramiko:paramiko netifaces:netifaces simplejson:simplejson pysqlite:sqlite3 MySQL-python:MySQLdb pyro:Pyro.core"
export PYLIBSDEB="paramiko:paramiko netifaces:netifaces pyro:Pyro.core simplejson:simplejson pysqlite:sqlite MySQL-python:MySQLdb"
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list