diff options
author | Dean Bailey <alron@gentoo.org> | 2003-06-20 16:55:24 +0000 |
---|---|---|
committer | Dean Bailey <alron@gentoo.org> | 2003-06-20 16:55:24 +0000 |
commit | 1fa7517d153f9ef1bbae2565d8c167460b47286f (patch) | |
tree | afe34f3ae20d127b8cde35a6e0919a1258c83660 /net-analyzer/nagios/nagios-1.1.ebuild | |
parent | Initial import (diff) | |
download | gentoo-2-1fa7517d153f9ef1bbae2565d8c167460b47286f.tar.gz gentoo-2-1fa7517d153f9ef1bbae2565d8c167460b47286f.tar.bz2 gentoo-2-1fa7517d153f9ef1bbae2565d8c167460b47286f.zip |
typo fix
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 |