summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2015-10-26 17:03:27 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2015-10-31 12:05:59 +0000
commitff72e2662b249f0ad3c6600a2db4e3ce334f8eb4 (patch)
treeb9803baea2c827a689b606c68321ce672ec4ddcc /net-analyzer/ndoutils
parentnet-analyzer/ndoutils: Install binaries appropriate to nagios version (diff)
downloadgentoo-ff72e2662b249f0ad3c6600a2db4e3ce334f8eb4.tar.gz
gentoo-ff72e2662b249f0ad3c6600a2db4e3ce334f8eb4.tar.bz2
gentoo-ff72e2662b249f0ad3c6600a2db4e3ce334f8eb4.zip
net-analyzer/ndoutils: Notice the user correct location for broker_module
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-analyzer/ndoutils')
-rw-r--r--net-analyzer/ndoutils/ndoutils-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild b/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild
index 460c9b7a5cdb..703f3e9cc1a1 100644
--- a/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild
+++ b/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild
@@ -73,5 +73,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-3x.o config_file=/etc/nagios/ndomod.cfg"
+ elog "\tbroker_module=/usr/bin/ndomod.o config_file=/etc/nagios/ndomod.cfg"
}