summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-07-13 16:21:13 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-07-13 16:21:13 +0000
commit5223123426f9d00ee2972c0625b90911db87fb0e (patch)
tree05cbc874e1dff4b7060ff71747a31348a92527af /net-analyzer/ndoutils
parentVersion bump, #230652 (diff)
downloadgentoo-2-5223123426f9d00ee2972c0625b90911db87fb0e.tar.gz
gentoo-2-5223123426f9d00ee2972c0625b90911db87fb0e.tar.bz2
gentoo-2-5223123426f9d00ee2972c0625b90911db87fb0e.zip
Fix installation for nagios-3
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'net-analyzer/ndoutils')
-rw-r--r--net-analyzer/ndoutils/ChangeLog6
-rw-r--r--net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/ndoutils/ChangeLog b/net-analyzer/ndoutils/ChangeLog
index 2b49c006d194..982f8c781c1e 100644
--- a/net-analyzer/ndoutils/ChangeLog
+++ b/net-analyzer/ndoutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/ndoutils
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v 1.6 2008/06/29 10:07:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v 1.7 2008/07/13 16:21:13 dertobi123 Exp $
+
+ 13 Jul 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+ ndoutils-1.4_beta7-r1.ebuild:
+ Fix installation for nagios-3
29 Jun 2008; Torsten Veller <tove@gentoo.org> ndoutils-1.4_beta7.ebuild,
ndoutils-1.4_beta7-r1.ebuild:
diff --git a/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild b/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild
index 505e1c40213f..638b7bb02d9d 100644
--- a/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild
+++ b/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild,v 1.2 2008/06/29 10:07:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild,v 1.3 2008/07/13 16:21:13 dertobi123 Exp $
inherit eutils
@@ -45,7 +45,7 @@ src_install() {
cp -R "${S}"/db "${D}"/usr/share/nagios
chown -R root:nagios "${D}"/usr/bin || die "Failed chown of "${D}"/usr/nagios"
- chmod 750 "${D}"/usr/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || die "Failed chmod"
+ chmod 750 "${D}"/usr/bin/{file2sock,log2ndo,ndo2db-3x,ndomod-3x.o,sockdebug} || die "Failed chmod"
dodoc README REQUIREMENTS TODO UPGRADING Changelog "docs/NDOUTILS DB Model.pdf" "docs/NDOUtils Documentation.pdf"
@@ -61,5 +61,5 @@ src_install() {
pkg_postinst() {
elog "To include NDO in your Nagios setup you'll need to activate the NDO broker module"
elog "in /etc/nagios/nagios.cfg:"
- elog "\tbroker_module=/usr/bin/ndomod-2x.o config_file=/etc/nagios/ndomod.cfg"
+ elog "\tbroker_module=/usr/bin/ndomod-3x.o config_file=/etc/nagios/ndomod.cfg"
}