From ae3357eceae14ad2854d333b5e7d5d82c576e44b Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Fri, 1 Aug 2008 00:12:05 +0000 Subject: [PATCH] - do not overrule system default weekly*4 rotation with no stated reason, especially with the same value, - use /sbin/service and >/dev/null where appropriate, cosmetics Changed files: crossfire.logrotate -> 1.3 --- crossfire.logrotate | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crossfire.logrotate b/crossfire.logrotate index 1782fb8..32939f3 100644 --- a/crossfire.logrotate +++ b/crossfire.logrotate @@ -1,10 +1,8 @@ /var/log/squid/crossfire.log { olddir /var/log/archive - weekly - rotate 7 compress create 660 root games postrotate - /etc/rc.d/init.d/crossfire restart >/dev/null 2>&1 + /sbin/service restart >/dev/null endscript } -- 2.43.0