OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Dec-2004 22:50:35
Branch: HEAD Handle: 2004121821503500
Modified files:
openpkg-src/flowscan flowscan.patch
Log:
remove crap from patch
Summary:
Revision Changes Path
1.2 +1 -28 openpkg-src/flowscan/flowscan.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/flowscan/flowscan.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 flowscan.patch
--- openpkg-src/flowscan/flowscan.patch 18 Dec 2004 21:37:12 -0000
1.1
+++ openpkg-src/flowscan/flowscan.patch 18 Dec 2004 21:50:35 -0000
1.2
@@ -15,28 +15,10 @@
-use lib $FindBin::Bin;
use FlowScan; # for mutt_mktime, etc.
- '$Revision: 1.1 $' =~ m/(\d+)\.(\d+)/ && (( $VERSION ) = sprintf("%d.%03d",
$1, $2));
+ '$Revision: 1.2 $' =~ 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.patch,v 1.1 2004/12/18 21:37:12 rse Exp $
-+# $Id: flowscan.patch,v 1.1 2004/12/18 21:37:12 rse Exp $
- # Dave Plonka <[EMAIL PROTECTED]>
-
- 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.1 $' =~ m/(\d+)\.(\d+)/ && (( $FlowScan::VERSION ) =
sprintf("%d.%03d", $1, $2));
-+'$Revision: 1.1 $' =~ 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 @@
)
);
my $err=RRDs::error;
-@@ -190,7 +190,7 @@
-
- =head1 VERSION
-
--The version number is the module file RCS revision number (B<$Revision: 1.1
$>)
-+The version number is the module file RCS revision number (B<$Revision: 1.1
$>)
- 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.
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]