Package: arno-iptables-firewall
Version: 1.8.8.o-2
Followup-For: Bug #503198
This patch also introduces a corresponding logrotation configuration file for
the newly created log file. It's difficult to know what these
defaults should be, as firewall log quantities will vary a lot between sites
and machines. This file will at least replicate the status-quo (i.e.
it is the same as the default config for /var/log/messages).
*** /tmp/fwlogrotate
--- /dev/null 2008-10-18 15:24:00.515817246 +0100
+++ /etc/logrotate.d/arno-iptables-firewall 2008-10-23 13:44:21.000000000
+0100
@@ -0,0 +1,13 @@
+/var/log/firewall
+{
+ rotate 4
+ weekly
+ missingok
+ notifempty
+ compress
+ delaycompress
+ sharedscripts
+ postrotate
+ invoke-rc.d rsyslog reload > /dev/null
+ endscript
+}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]