[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
David GUENAULT
dguenault at monitoring-fr.org
Tue Feb 28 22:20:20 UTC 2012
The following commit has been merged in the debian/master branch:
commit b71be600e57c41d40e0192b4346472736f310395
Author: David GUENAULT <dguenault at monitoring-fr.org>
Date: Sun Feb 12 11:41:46 2012 +0100
FIX missing output redirection for nagios-plugins installation
diff --git a/contrib/alternative-installation/shinken-install/shinken.sh b/contrib/alternative-installation/shinken-install/shinken.sh
index f8ddb5b..ec0a770 100755
--- a/contrib/alternative-installation/shinken-install/shinken.sh
+++ b/contrib/alternative-installation/shinken-install/shinken.sh
@@ -1428,7 +1428,7 @@ function install_nagios-plugins(){
yum install -yq $NAGPLUGYUMPKG >> /tmp/shinken.install.log 2>&1
else
cecho " > Installing prerequisites" green
- DEBIAN_FRONTEND=noninteractive apt-get -y install $NAGPLUGAPTPKG #>> /tmp/shinken.install.log 2>&1
+ DEBIAN_FRONTEND=noninteractive apt-get -y install $NAGPLUGAPTPKG >> /tmp/shinken.install.log 2>&1
fi
cd /tmp
if [ ! -f "nagios-plugins-$NAGPLUGVERS.tar.gz" ]
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list