]> git.pld-linux.org Git - packages/crossfire.git/commitdiff
- do not overrule system default weekly*4 rotation with no stated reason,
authorTomasz Pala <gotar@pld-linux.org>
Fri, 1 Aug 2008 00:12:05 +0000 (00:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  especially with the same value,
- use /sbin/service and >/dev/null where appropriate, cosmetics

Changed files:
    crossfire.logrotate -> 1.3

crossfire.logrotate

index 1782fb8e29c3c66082cd8c74b6a90e3035e7e9b6..32939f3057565aad166786f6d112c5dc33fe99f8 100644 (file)
@@ -1,10 +1,8 @@
 /var/log/squid/crossfire.log {
        olddir /var/log/archive
 /var/log/squid/crossfire.log {
        olddir /var/log/archive
-       weekly
-       rotate 7
        compress
        create 660 root games
        postrotate
        compress
        create 660 root games
        postrotate
-               /etc/rc.d/init.d/crossfire restart >/dev/null 2>&1
+               /sbin/service restart >/dev/null
        endscript
 }
        endscript
 }
This page took 0.079129 seconds and 4 git commands to generate.