diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-10 13:22:54 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-10 13:22:54 +0000 |
commit | a2f27e3c48dc476c27a7bcea205068ea48309399 (patch) | |
tree | ed8ba4873e44784d8b31fb6f303c25eb45192d73 /net-analyzer/nagios-plugins | |
parent | libstc++ 5 in rdepend (diff) | |
download | gentoo-2-a2f27e3c48dc476c27a7bcea205068ea48309399.tar.gz gentoo-2-a2f27e3c48dc476c27a7bcea205068ea48309399.tar.bz2 gentoo-2-a2f27e3c48dc476c27a7bcea205068ea48309399.zip |
Changed epatch line to match renamed patch. Sorry if I am stepping on anyone's toes but this one keeps biting me and I don't have easy access to a web browser at the moment.
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index d26869353971..095c402f6109 100644 --- a/net-analyzer/nagios-plugins/ChangeLog +++ b/net-analyzer/nagios-plugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/nagios-plugins # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.36 2005/09/09 05:12:16 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.37 2005/09/10 13:22:54 wolf31o2 Exp $ + + 10 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> + nagios-plugins-1.4.1.ebuild: + Changed epatch line to match renamed patch. Sorry if I am stepping on + anyone's toes but this one keeps biting me and I don't have easy access to a + web browser at the moment. *nagios-plugins-1.4.1 (09 Sep 2005) diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild index 5f5c9055f430..27e423c4d5a0 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild,v 1.2 2005/09/09 11:58:48 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.1.ebuild,v 1.3 2005/09/10 13:22:54 wolf31o2 Exp $ inherit eutils @@ -46,7 +46,7 @@ pkg_setup() { src_compile() { if ! use radius; then - epatch ${FILESDIR}/nagios-plugins-noradius-1.4.patch + epatch ${FILESDIR}/nagios-plugins-noradius.patch fi ./configure \ |