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 | b1eb97e7936d5447f00d7908e85f85e11bccceb2 (patch) | |
tree | 37d9f3884da7d5a6d91274abb124063182b20161 /net-analyzer | |
parent | fixing typographic error... again. (diff) | |
download | historical-b1eb97e7936d5447f00d7908e85f85e11bccceb2.tar.gz historical-b1eb97e7936d5447f00d7908e85f85e11bccceb2.tar.bz2 historical-b1eb97e7936d5447f00d7908e85f85e11bccceb2.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" |