From: Frank Brehm Date: Tue, 2 Jul 2013 07:24:26 +0000 (+0200) Subject: Current state X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=d9a47e6c28272bfa55eaa495546ffd98bbe72954;p=config%2Fsamara%2Fetc.git Current state --- diff --git a/cron.daily/logrotate b/cron.daily/logrotate new file mode 100755 index 0000000..f9ce2b6 --- /dev/null +++ b/cron.daily/logrotate @@ -0,0 +1,8 @@ +#! /bin/sh + +#/usr/sbin/logrotate /etc/logrotate.conf + +if [ -x /usr/scripts/logrotate.pl ] ; then + /usr/scripts/logrotate.pl >> /var/log/logrotate.log +fi +