Fix dupe logfile entry warning, borderline rpm macro OBS-URL: https://build.opensuse.org/request/show/209325 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/logwatch?expand=0&rev=33
27 lines
961 B
Diff
27 lines
961 B
Diff
Index: conf/logfiles/iptables.conf
|
|
===================================================================
|
|
--- conf/logfiles/iptables.conf.orig 2010-04-30 23:36:27.000000000 +0200
|
|
+++ conf/logfiles/iptables.conf 2011-10-17 12:48:39.746113236 +0200
|
|
@@ -6,17 +6,21 @@
|
|
# This was written and is maintained by:
|
|
# Kirk Bauer <kirk@kaybee.org>
|
|
#
|
|
+# Modified for SLE and openSUSE by Philipp Thomas <pth@suse.de>
|
|
+#
|
|
# Please send all comments, suggestions, bug reports,
|
|
# etc, to kirk@kaybee.org.
|
|
########################################################
|
|
|
|
# What actual file? Defaults to LogPath if not absolute path....
|
|
LogFile = ulogd/ulogd.syslogemu
|
|
+LogFile = firewall
|
|
|
|
# If the archives are searched, here is one or more line
|
|
# (optionally containing wildcards) that tell where they are...
|
|
Archive = ulogd/ulogd.syslogemu.*
|
|
Archive = ulogd/ulogd.syslogemu-*
|
|
+Archive = firewall-*
|
|
|
|
# Keep only the lines in the proper date range...
|
|
*ApplyStdDate
|