diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-10-31 15:18:15 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-10-31 15:18:15 +0000 |
commit | 7c14fc6b24bde9adf6ef7879895c93545962691a (patch) | |
tree | 25394daa255666c4535456dcc124891b8f66f26b /net-mgmt/ifgraph/files/patch-find-if.pl | |
parent | - Update to 1.46 (diff) |
- Install rgb.txt, incl dependencies [1]
- Update to rrdtool 1.2 syntax [1], fixes [2]
- Substitute absolute paths
PR: ports/98369 [1], ports/103724 [2]
Submitted by: vax@satx.rr.com [1], Rodrigo Graeff <delphus@gmail.com> [2]
Notes
Notes:
svn path=/head/; revision=175848
Diffstat (limited to 'net-mgmt/ifgraph/files/patch-find-if.pl')
-rw-r--r-- | net-mgmt/ifgraph/files/patch-find-if.pl | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/net-mgmt/ifgraph/files/patch-find-if.pl b/net-mgmt/ifgraph/files/patch-find-if.pl index c547871067eb..e7756643cb25 100644 --- a/net-mgmt/ifgraph/files/patch-find-if.pl +++ b/net-mgmt/ifgraph/files/patch-find-if.pl @@ -1,8 +1,14 @@ ---- find-if.pl.orig Sat Sep 20 14:35:38 2003 -+++ find-if.pl Sat Sep 20 14:36:07 2003 +--- ./find-if.pl.orig Sat Jan 3 23:44:21 2004 ++++ ./find-if.pl Mon Oct 9 13:49:17 2006 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl -w ++#!%%PERL%% -w + #ifGraph 0.4.10 - Network Interface Data to RRD + #Copyright (C) 2001-200333 Ricardo Sartori + # @@ -19,10 +19,6 @@ - #Sugestoes e criticas (sem flames!!) mailto:sartori@ifgraph.org - #Visite: http://www.ifgraph.org + #Sugestoes e criticas (sem flames!!) mailto:sartori@lrv.ufsc.br + #Visite: http://ifgraph.lrv.ufsc.br -# Let's find out where we are -use FindBin; |