From: <smi...@us...> - 2003-10-25 00:09:45
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv2433/scripts/scripts Modified Files: 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.2 diff -u -d -r1.1 -r1.2 --- logrotate.conf 28 Jan 2003 22:39:53 -0000 1.1 +++ logrotate.conf 25 Oct 2003 00:03:11 -0000 1.2 @@ -37,5 +37,10 @@ endscript } +/var/log/* { + missingok + rotate 60 + weekly +} # system-specific logs may be configured here |