[arch-commits] CVS update of extra/network/fwlogwatch (2 files)

Juergen Hoetzel juergen at archlinux.org
Sat Feb 9 16:49:42 UTC 2008


    Date: Saturday, February 9, 2008 @ 11:49:42
  Author: juergen
    Path: /home/cvs-extra/extra/network/fwlogwatch

   Added: default-inputfile.patch (1.1)
Modified: PKGBUILD (1.6 -> 1.7)

fix FS#6517


-------------------------+
 PKGBUILD                |    8 +++++---
 default-inputfile.patch |   12 ++++++++++++
 2 files changed, 17 insertions(+), 3 deletions(-)


Index: extra/network/fwlogwatch/PKGBUILD
diff -u extra/network/fwlogwatch/PKGBUILD:1.6 extra/network/fwlogwatch/PKGBUILD:1.7
--- extra/network/fwlogwatch/PKGBUILD:1.6	Tue May  8 17:42:18 2007
+++ extra/network/fwlogwatch/PKGBUILD	Sat Feb  9 11:49:42 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.6 2007/05/08 21:42:18 juergen Exp $
+# $Id: PKGBUILD,v 1.7 2008/02/09 16:49:42 juergen Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Moritz Alexander Esser <Moritz.Esser at rwth-aachen.de>
 pkgname=fwlogwatch
@@ -9,12 +9,14 @@
 depends=('zlib>=1.0.9')
 backup=(etc/conf.d/fwlogwatch)
 url="http://fwlogwatch.inside-security.de/"
-source=(http://www.kyb.uni-stuttgart.de/boris/sw/$pkgname-$pkgver.tar.gz fwlogwatch fwlogwatch.conf.d)
+source=(http://www.kyb.uni-stuttgart.de/boris/sw/$pkgname-$pkgver.tar.gz\
+	fwlogwatch fwlogwatch.conf.d default-inputfile.patch)
 md5sums=('843aa3cd0ae86dbdcde3a802521a875e' 'e10d41244780c74280d27794ca6a6525'\
-         '35dc2f301904b2b03ef688e2e2edae53')
+         '35dc2f301904b2b03ef688e2e2edae53' 'f8047497a87253a5f1e22540be6293b2')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
+  patch -p2 -i $startdir/src/default-inputfile.patch || return 1
   make || return 1
   mkdir -p $startdir/pkg/{etc,usr/{sbin,share/man/man8}}
   mkdir -p $startdir/pkg/usr/share/locale/{de,pt_BR,sv,zh_CN,zh_TW}/LC_MESSAGES
Index: extra/network/fwlogwatch/default-inputfile.patch
diff -u /dev/null extra/network/fwlogwatch/default-inputfile.patch:1.1
--- /dev/null	Sat Feb  9 11:49:42 2008
+++ extra/network/fwlogwatch/default-inputfile.patch	Sat Feb  9 11:49:42 2008
@@ -0,0 +1,12 @@
+diff -ur src.sic/fwlogwatch-1.1/fwlogwatch.config src/fwlogwatch-1.1/fwlogwatch.config
+--- src.sic/fwlogwatch-1.1/fwlogwatch.config	2004-03-23 14:09:21.000000000 +0100
++++ src/fwlogwatch-1.1/fwlogwatch.config	2008-02-09 17:42:36.000000000 +0100
+@@ -38,7 +38,7 @@
+ # absolute path to the file.
+ # Command line option: [file(s)]
+ #
+-#input = /var/log/messages
++input = /var/log/iptables.log
+ 
+ 
+ ### Evaluation options ###




More information about the arch-commits mailing list