From d9a47e6c28272bfa55eaa495546ffd98bbe72954 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 2 Jul 2013 09:24:26 +0200 Subject: [PATCH] Current state --- cron.daily/logrotate | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 cron.daily/logrotate 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 + -- 2.39.5