diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-11-18 06:05:14 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-11-18 06:05:14 +0100 |
commit | ab1b0b61e8dffc50a29704adbb75bed30b04e7ec (patch) | |
tree | 433bae407222b9198eeffef95d19a997676e039f /net-analyzer/ndoutils | |
parent | sys-kernel/vanilla-sources: Linux patch version 3.2.73. Remove 3.2.72. (diff) | |
download | gentoo-ab1b0b61e8dffc50a29704adbb75bed30b04e7ec.tar.gz gentoo-ab1b0b61e8dffc50a29704adbb75bed30b04e7ec.tar.bz2 gentoo-ab1b0b61e8dffc50a29704adbb75bed30b04e7ec.zip |
Revert "net-analyzer/ndoutils: Notice the user correct location for broker_module"
This reverts commit ff72e2662b249f0ad3c6600a2db4e3ce334f8eb4.
Diffstat (limited to 'net-analyzer/ndoutils')
-rw-r--r-- | net-analyzer/ndoutils/ndoutils-2.0.0.ebuild | 2 |
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 703f3e9cc1a1..460c9b7a5cdb 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" } |