commit: ab1b0b61e8dffc50a29704adbb75bed30b04e7ec
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 05:05:14 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 05:05:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1b0b61
Revert "net-analyzer/ndoutils: Notice the user correct location for
broker_module"
This reverts commit ff72e2662b249f0ad3c6600a2db4e3ce334f8eb4.
net-analyzer/ndoutils/ndoutils-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild
b/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild
index 703f3e9..460c9b7 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.o
config_file=/etc/nagios/ndomod.cfg"
+ elog "\tbroker_module=/usr/bin/ndomod-3x.o
config_file=/etc/nagios/ndomod.cfg"
}