summaryrefslogtreecommitdiffstats
path: root/main/rsyslog/rsyslog.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-30 11:05:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-30 11:05:19 +0000
commit0ad18dd2ac14a8044f8b89c892855a354f5c4654 (patch)
tree1f2928f106084c589dedbec0d6c807508c2cb751 /main/rsyslog/rsyslog.logrotate
parent1b0f9bbc83723e233e6065f12d2da4a21505f822 (diff)
downloadaports-fcolista-0ad18dd2ac14a8044f8b89c892855a354f5c4654.tar.bz2
aports-fcolista-0ad18dd2ac14a8044f8b89c892855a354f5c4654.tar.xz
main/rsyslog: moved from testing
ref #1179
Diffstat (limited to 'main/rsyslog/rsyslog.logrotate')
-rw-r--r--main/rsyslog/rsyslog.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/rsyslog/rsyslog.logrotate b/main/rsyslog/rsyslog.logrotate
new file mode 100644
index 0000000000..86095def1c
--- /dev/null
+++ b/main/rsyslog/rsyslog.logrotate
@@ -0,0 +1,9 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/files/5-stable/rsyslog.logrotate,v 1.1 2010/10/21 07:38:29 dev-zero Exp $
+/var/log/messages /var/log/secure /var/log/maillog /var/log/cron /var/log/spooler /var/log/boot.log {
+ sharedscripts
+ postrotate
+ /etc/init.d/rsyslog reload &>/dev/null || true
+ endscript
+}