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: 30-Dec-2004 15:36:28
Branch: HEAD Handle: 2004123014362700
Modified files:
openpkg-src/flow2rrd flow2rrd.spec
Log:
make sure the input is in cflowd format
Summary:
Revision Changes Path
1.9 +2 -2 openpkg-src/flow2rrd/flow2rrd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/flow2rrd/flow2rrd.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 flow2rrd.spec
--- openpkg-src/flow2rrd/flow2rrd.spec 27 Dec 2004 12:58:52 -0000
1.8
+++ openpkg-src/flow2rrd/flow2rrd.spec 30 Dec 2004 14:36:27 -0000
1.9
@@ -34,7 +34,7 @@
Group: Network
License: GPL
Version: 0.9.1
-Release: 20041227
+Release: 20041230
# list of sources
Source0: ftp://ftp.ossp.org/pkg/tool/flow2rrd/flow2rrd-%{version}.tar.gz
@@ -84,7 +84,7 @@
echo " echo \"\$0:ERROR: invalid number of arguments\" 1>&2"
echo " exit 1"
echo "fi"
- echo "exec %{l_prefix}/bin/flow2rrd --store <\$1"
+ echo "%{l_prefix}/bin/flow-export -f0 <\$1 | %{l_prefix}/bin/flow2rrd
--store"
) >flow2rrd-store
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]