diff options
author | Dean Bailey <alron@gentoo.org> | 2002-11-19 09:07:23 +0000 |
---|---|---|
committer | Dean Bailey <alron@gentoo.org> | 2002-11-19 09:07:23 +0000 |
commit | 29b7641ddc6d671ce9474d179c155dd3b467eea9 (patch) | |
tree | b96ddd9e133a50f7065bafc0193b31ee39d2f146 /net-analyzer | |
parent | fixing typographic error... again. (diff) | |
download | gentoo-2-29b7641ddc6d671ce9474d179c155dd3b467eea9.tar.gz gentoo-2-29b7641ddc6d671ce9474d179c155dd3b467eea9.tar.bz2 gentoo-2-29b7641ddc6d671ce9474d179c155dd3b467eea9.zip |
lets try that fix to nagios ebuild again
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios/nagios-1.0_beta6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nagios/nagios-1.0_beta6.ebuild b/net-analyzer/nagios/nagios-1.0_beta6.ebuild index 1a2a474710d2..4097ec98b51e 100644 --- a/net-analyzer/nagios/nagios-1.0_beta6.ebuild +++ b/net-analyzer/nagios/nagios-1.0_beta6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.0_beta6.ebuild,v 1.3 2002/11/19 08:53:07 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.0_beta6.ebuild,v 1.4 2002/11/19 09:07:23 alron Exp $ DESCRIPTION="Nagios $PV - merge this to pull install all of the nagios packages" HOMEPAGE="http://www.nagios.org/" @@ -17,7 +17,7 @@ pkg_postinst() { einfo einfo "To have nagios visable on the web, please do the following:" einfo "1. Execute the command:" - einfo " \"ebuild /var/db/pkg/net-misc/nagios-core-${PV}/nagios-core-${PF}.ebuild config\"" + einfo " \"ebuild /var/db/pkg/net-analyzer/nagios-core-${PV}/nagios-core-${PF}.ebuild config\"" einfo " 2. Edit /etc/conf.d/apache and add \"-D NAGIOS\"" einfo einfo "That will make nagios's web front end visable via" |