summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-03-17 12:13:01 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-03-17 12:13:01 +0000
commiteb336fae71cccd3ce6a8c6e6eef3d09b2e10649e (patch)
treebdee9663e856d00cf8e720d3e58b00ce713dcabd /net-analyzer/nagios-plugins
parentfix missing region files; remove /etc/hcfpcimodem/nvm in preinst (CONFIG_PROT... (diff)
downloadhistorical-eb336fae71cccd3ce6a8c6e6eef3d09b2e10649e.tar.gz
historical-eb336fae71cccd3ce6a8c6e6eef3d09b2e10649e.tar.bz2
historical-eb336fae71cccd3ce6a8c6e6eef3d09b2e10649e.zip
Fix sed in src_install for bug 85607.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r--net-analyzer/nagios-plugins/ChangeLog5
-rw-r--r--net-analyzer/nagios-plugins/Manifest10
-rw-r--r--net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild6
3 files changed, 12 insertions, 9 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..bc94ff72af92 100644
--- a/net-analyzer/nagios-plugins/Manifest
+++ b/net-analyzer/nagios-plugins/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 e6824a868a6019e627a264e47fb05542 nagios-plugins-1.4.ebuild 3191
+MD5 49bd11a28ab835381df59eac526016c1 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 29e281a7601dc12e837c5f0dca674d60 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
@@ -15,7 +15,7 @@ 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
+iD8DBQFCOXRpEZCkKN40op4RAn54AJsH7ai5YrVLNugVRplCEqAvVfQ8owCgmgcp
+unxxFbe9igq9U2AENb1WVA4=
+=t5f1
-----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