Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/ufw/files/rsyslog: ufw.logrotate
Date: Sat, 03 Sep 2011 12:18:10
Message-Id: 20110903121753.112DC20057@flycatcher.gentoo.org
1 pva 11/09/03 12:17:53
2
3 Added: ufw.logrotate
4 Log:
5 Add example syslog configurations for rsyslog and syslog-ng, bug #380461, thank Emmanuel Andry for report and SÅ‚awomir Nizio for this job.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-firewall/ufw/files/rsyslog/ufw.logrotate
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/files/rsyslog/ufw.logrotate?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/files/rsyslog/ufw.logrotate?rev=1.1&content-type=text/plain
14
15 Index: ufw.logrotate
16 ===================================================================
17 /var/log/ufw.log
18 {
19 rotate 5
20 weekly
21 missingok
22 notifempty
23 compress
24 delaycompress
25 sharedscripts
26 postrotate
27 /etc/init.d/rsyslog reload >/dev/null 2>&1 || true
28 endscript
29 }