diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-17 12:13:01 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-17 12:13:01 +0000 |
commit | 9b183a8ec98f53694c3595af9f183ade679bef87 (patch) | |
tree | 51e6a33c961cf79050c6784a9f29ad8ce49a7c64 /net-analyzer | |
parent | fix missing region files; remove /etc/hcfpcimodem/nvm in preinst (CONFIG_PROT... (diff) | |
download | gentoo-2-9b183a8ec98f53694c3595af9f183ade679bef87.tar.gz gentoo-2-9b183a8ec98f53694c3595af9f183ade679bef87.tar.bz2 gentoo-2-9b183a8ec98f53694c3595af9f183ade679bef87.zip |
Fix sed in src_install for bug 85607.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/Manifest | 14 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index 5e97aa49486a..67c1a74be2b9 100644 --- a/net-analyzer/nagios-plugins/ChangeLog +++ b/net-analyzer/nagios-plugins/ChangeLog @@ -1,6 +1,9 @@ # 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.33 2005/03/10 10:40:26 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.34 2005/03/17 12:13:01 ka0ttic Exp $ + + 17 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> nagios-plugins-1.4.ebuild: + Fix sed in src_install for bug 85607. 10 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> nagios-plugins-1.4.ebuild: It's called use_with not 'use with'.. also, it's postgres not postgress. diff --git a/net-analyzer/nagios-plugins/Manifest b/net-analyzer/nagios-plugins/Manifest index a86371edbda1..a6f0f8fb5871 100644 --- a/net-analyzer/nagios-plugins/Manifest +++ b/net-analyzer/nagios-plugins/Manifest @@ -1,10 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e6824a868a6019e627a264e47fb05542 nagios-plugins-1.4.ebuild 3191 +MD5 e4908492b5b4ecf33159f1cb3660031f nagios-plugins-1.4.ebuild 3199 MD5 3d4ab29e2f2b2c45d731ace02bd24baa nagios-plugins-1.3.1-r1.ebuild 2865 MD5 28e87bdecda2a6c56ad1fc2dc3f339db nagios-plugins-1.3.1.ebuild 1708 -MD5 c62d274e22e658518a6c7bf8cf46b101 ChangeLog 5423 +MD5 92f13c27248a0a6fb81409679f6c8664 ChangeLog 5540 MD5 a3aa02d9b004cdb8629496aa61024fb7 metadata.xml 256 MD5 39af7074b023625d9a75730bd6932437 files/digest-nagios-plugins-1.3.1 72 MD5 c8c25561d4871462ea03dc0490ced91b files/check_swap.c.patch 2212 @@ -12,10 +9,3 @@ MD5 639ea6f5791cdf3ad540489c66d1f356 files/digest-nagios-plugins-1.4 70 MD5 acb0b2b914b27b67b9a33807b1e6838e files/install-opts-fix.diff 3168 MD5 ee71da291efd7427bd9786591a98df34 files/nagios-plugins-noradius.patch 2661 MD5 39af7074b023625d9a75730bd6932437 files/digest-nagios-plugins-1.3.1-r1 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCMCQpEZCkKN40op4RAtuaAJ0fSjzQMfGrGqIKPO2OdzmOalNb0gCgn5/4 -REz5npPveGb/PTXtC5faNSM= -=/on8 ------END PGP SIGNATURE----- diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild index c20370b55206..f9e10ca13919 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.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.ebuild,v 1.3 2005/03/10 10:40:26 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild,v 1.4 2005/03/17 12:13:01 ka0ttic Exp $ inherit eutils @@ -72,8 +72,8 @@ src_install() { chmod +x ${S}/contrib/*.pl sed -i -e '1s;#!.*;#!/usr/bin/perl -w;' ${S}/contrib/*.pl || die "sed failed" - sed -i -e '30s/use lib utils.pm;/use utils;/' ${S}/contrib/check_file_age.pl \ - || die "sed failed" + sed -i -e '30s/use lib utils.pm;/use utils;/' \ + ${S}/plugins-scripts/check_file_age.pl || die "sed failed" dodoc ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING COPYING \ Changelog FAQ INSTALL LEGAL NEWS README REQUIREMENTS SUPPORT |