From 1ba0e0f6baf699efc525dc9589eebc8ec1780f0a Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 2 Jul 2013 09:24:00 +0200 Subject: [PATCH] Current state --- cron.daily/logrotate.cron | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 cron.daily/logrotate.cron diff --git a/cron.daily/logrotate.cron b/cron.daily/logrotate.cron deleted file mode 100755 index f9ce2b6..0000000 --- a/cron.daily/logrotate.cron +++ /dev/null @@ -1,8 +0,0 @@ -#! /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