SOURCES: argus.logrotate (NEW) - logrotate config
alucard
alucard at pld-linux.org
Tue Feb 27 21:29:37 CET 2007
Author: alucard Date: Tue Feb 27 20:29:37 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- logrotate config
---- Files affected:
SOURCES:
argus.logrotate (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/argus.logrotate
diff -u /dev/null SOURCES/argus.logrotate:1.1
--- /dev/null Tue Feb 27 21:29:37 2007
+++ SOURCES/argus.logrotate Tue Feb 27 21:29:32 2007
@@ -0,0 +1,10 @@
+/var/log/argus/*log {
+ olddir /var/log/archiv/argus
+ weekly
+ rotate 4
+ compress
+ create 660 root argus
+ postrotate
+ /sbin/service argus restart > /dev/null
+ endscript
+}
================================================================
More information about the pld-cvs-commit
mailing list