diff options
Diffstat (limited to 'net-analyzer/nagios/nagios-1.1.ebuild')
-rw-r--r-- | net-analyzer/nagios/nagios-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nagios/nagios-1.1.ebuild b/net-analyzer/nagios/nagios-1.1.ebuild index 8031b0c0fe75..d8c030462b8b 100644 --- a/net-analyzer/nagios/nagios-1.1.ebuild +++ b/net-analyzer/nagios/nagios-1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.1.ebuild,v 1.3 2003/06/18 00:19:41 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.1.ebuild,v 1.4 2003/06/20 16:55:21 alron Exp $ -DESCRIPTION="Nagios $PV - merge this to pull install all of the nagios packages" +DESCRIPTION="Nagios ${PV} - merge this to pull install all of the nagios packages" HOMEPAGE="http://www.nagios.org/" RDEPEND=">=net-analyzer/nagios-core-1.1 >=net-analyzer/nagios-plugins-1.3.0 @@ -24,7 +24,7 @@ pkg_postinst() { einfo "Edit /etc/conf.d/apache2 and add \"-D NAGIOS\"" else einfo "1. Execute the command:" - einfo " \"ebuild /var/db/pkg/net-analyzer/${PF}/${PF}.ebuild config\"" + einfo " \"ebuild /var/db/pkg/net-analyzer/nagios-core-${PV}/nagios-core-${PV}.ebuild config\"" einfo " 2. Edit /etc/conf.d/apache and add \"-D NAGIOS\"" fi einfo |