aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rsyslog/rsyslog.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rsyslog/rsyslog.logrotate')
-rw-r--r--testing/rsyslog/rsyslog.logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/rsyslog/rsyslog.logrotate b/testing/rsyslog/rsyslog.logrotate
deleted file mode 100644
index 86095def1c..0000000000
--- a/testing/rsyslog/rsyslog.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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
-}