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 | |
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')
-rw-r--r-- | net-analyzer/nagios/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/nagios/nagios-1.1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/nagios/Manifest b/net-analyzer/nagios/Manifest index a8d125030efb..02c8ee6bede0 100644 --- a/net-analyzer/nagios/Manifest +++ b/net-analyzer/nagios/Manifest @@ -2,5 +2,5 @@ MD5 c92282791f624ac1a3c0b04d0a9e9a32 ChangeLog 1527 MD5 3f79b3eb37e503e67cacded1c99e0652 nagios-1.0-r1.ebuild 1453 MD5 65c2334645522089181c663385269f26 nagios-1.0.ebuild 1350 MD5 8f87a38dc9a1fd338b1fcdafe94c20f8 nagios-1.0_beta6.ebuild 1349 -MD5 4b8db4249f53af88e8fb36cb36a0716a nagios-1.1.ebuild 1912 +MD5 258e7b9506eb6b22efcb65512c8dcfe8 nagios-1.1.ebuild 1938 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-nagios-1.1 0 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 |