From: Tomasz Pala Date: Fri, 1 Aug 2008 00:12:05 +0000 (+0000) Subject: - do not overrule system default weekly*4 rotation with no stated reason, X-Git-Tag: auto/th/crossfire-1_9_1-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossfire.git;a=commitdiff_plain;h=ae3357eceae14ad2854d333b5e7d5d82c576e44b - 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 --- 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 }