ソースを参照

remove crap from patch

Ralf S. Engelschall 21 年 前
コミット
cd73d51ce2
1 ファイル変更1 行追加28 行削除
  1. 1 28
      flowscan/flowscan.patch

+ 1 - 28
flowscan/flowscan.patch

@@ -15,28 +15,10 @@ Index: flowscan.in
 -use lib $FindBin::Bin;
  use FlowScan; # for mutt_mktime, etc.
  
- '$Revision: 1.20 $' =~ m/(\d+)\.(\d+)/ && (( $VERSION ) = sprintf("%d.%03d", $1, $2));
+ '$Revision: 1.1 $' =~ m/(\d+)\.(\d+)/ && (( $VERSION ) = sprintf("%d.%03d", $1, $2));
 Index: FlowScan.pm
 --- FlowScan.pm.orig	2001-02-11 21:41:47 +0100
 +++ FlowScan.pm	2004-12-18 20:01:03 +0100
-@@ -15,7 +15,7 @@
- #  along with this program; if not, write to the Free Software
- #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- 
--# $Id: FlowScan.pm,v 1.5 2001/02/11 20:41:19 dplonka Exp $
-+# $Id: FlowScan.pm,v 1.6 2001/03/27 20:48:01 dplonka Exp $
- # Dave Plonka <plonka@doit.wisc.edu>
- 
- use strict;
-@@ -29,7 +29,7 @@
- @FlowScan::ISA=qw(Exporter);
- @FlowScan::EXPORT_OK=qw(ip2name);
- # convert the RCS revision to a reasonable Exporter VERSION:
--'$Revision: 1.5 $' =~ m/(\d+)\.(\d+)/ && (( $FlowScan::VERSION ) = sprintf("%d.%03d", $1, $2));
-+'$Revision: 1.6 $' =~ m/(\d+)\.(\d+)/ && (( $FlowScan::VERSION ) = sprintf("%d.%03d", $1, $2));
- 
- =head1 NAME
- 
 @@ -93,7 +93,7 @@
  sub file2time_t {
     my $file = shift;
@@ -67,12 +49,3 @@ Index: FlowScan.pm
  	 )
        );
     my $err=RRDs::error;
-@@ -190,7 +190,7 @@
- 
- =head1 VERSION
- 
--The version number is the module file RCS revision number (B<$Revision: 1.5 $>)
-+The version number is the module file RCS revision number (B<$Revision: 1.6 $>)
- with the minor number printed right justified with leading zeroes to 3
- decimal places.  For instance, RCS revision 1.1 would yield a package version
- number of 1.001.