diff options
author | Dean Bailey <alron@gentoo.org> | 2003-06-17 22:58:37 +0000 |
---|---|---|
committer | Dean Bailey <alron@gentoo.org> | 2003-06-17 22:58:37 +0000 |
commit | b6940eaa293ed2ed65a9979bbaf92ceeab72373d (patch) | |
tree | 2648ef036aae0ab32f350aea358fef25c2202237 /net-analyzer/nagios | |
parent | small fix. (diff) | |
download | gentoo-2-b6940eaa293ed2ed65a9979bbaf92ceeab72373d.tar.gz gentoo-2-b6940eaa293ed2ed65a9979bbaf92ceeab72373d.tar.bz2 gentoo-2-b6940eaa293ed2ed65a9979bbaf92ceeab72373d.zip |
small 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 1bbdb307aad1..a53ef406acfc 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 cdd0a2d1944564fd828a547cf86b5545 nagios-1.1.ebuild 1912 +MD5 438e7a81301b7b265f91386f537c8c41 nagios-1.1.ebuild 1912 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 3cc6e5350c0d..28feb05debc2 100644 --- a/net-analyzer/nagios/nagios-1.1.ebuild +++ b/net-analyzer/nagios/nagios-1.1.ebuild @@ -1,18 +1,18 @@ # 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.1 2003/06/10 21:18:09 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.1.ebuild,v 1.2 2003/06/17 22:58:35 alron Exp $ 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_beta2 + >=net-analyzer/nagios-plugins-1.3.0 >=net-analyzer/nagios-nrpe-1.7 >=net-analyzer/nagios-nsca-2.2 >=net-analyzer/nagios-imagepack-1.0" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" pkg_postinst() { einfo einfo "Remember to edit the config files in /etc/nagios" |