Update of /cvsroot/devil-linux/build/scripts/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv2281/scripts/scripts
Modified Files:
Tag: rel-1-0-patches
logrotate.conf
Log Message:
- logrotate now rotates all files in /var/log
Index: logrotate.conf
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/logrotate.conf,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- logrotate.conf 28 Jan 2003 22:39:53 -0000 1.1
+++ logrotate.conf 25 Oct 2003 00:02:43 -0000 1.1.2.1
@@ -37,5 +37,10 @@
endscript
}
+/var/log/* {
+ missingok
+ rotate 60
+ weekly
+}
# system-specific logs may be configured here
|