Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85607 - net-analyzer/nagios-plugin ebuild has a wrong sed
Summary: net-analyzer/nagios-plugin ebuild has a wrong sed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
: 85764 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-17 03:00 UTC by Jochen Maes (RETIRED)
Modified: 2005-03-18 06:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jochen Maes (RETIRED) gentoo-dev 2005-03-17 03:00:59 UTC
diff: 

Index: nagios-plugins-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild,v
retrieving revision 1.3
diff -u -u -r1.3 nagios-plugins-1.4.ebuild
--- nagios-plugins-1.4.ebuild   10 Mar 2005 10:40:26 -0000      1.3
+++ nagios-plugins-1.4.ebuild   17 Mar 2005 10:59:24 -0000
@@ -72,7 +72,7 @@
        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 \
+       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 \
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-03-17 04:12:34 UTC
Fixed. Thanks SeJo.
Comment 2 Aaron Walker (RETIRED) gentoo-dev 2005-03-18 06:41:43 UTC
*** Bug 85764 has been marked as a duplicate of this bug. ***