packages: redis/redis.logrotate - remove distro defaults. add olddir

glen glen at pld-linux.org
Mon Jan 16 13:33:13 CET 2012


Author: glen                         Date: Mon Jan 16 12:33:13 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- remove distro defaults. add olddir

---- Files affected:
packages/redis:
   redis.logrotate (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/redis/redis.logrotate
diff -u packages/redis/redis.logrotate:1.1 packages/redis/redis.logrotate:1.2
--- packages/redis/redis.logrotate:1.1	Sat Oct  9 13:34:14 2010
+++ packages/redis/redis.logrotate	Mon Jan 16 13:33:08 2012
@@ -1,9 +1,4 @@
 /var/log/redis/redis.log {
-    weekly
-    rotate 10
-    copytruncate
-    delaycompress
-    compress
-    notifempty
-    missingok
+	olddir /var/log/archive/redis
+	create 644 redis redis
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/redis/redis.logrotate?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list