From 86eed8a334dbab8b6db1e28171f8c24a5ee6e1b1 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 28 Jan 1999 20:03:31 +0000 Subject: Now that newsyslog is capable of doing this at a specific time, let it rotate /var/log/wtmp again, and update monthly/200.accounting to take this into account. (Some sites might want to change the parameters of the rotation; it's easier to do this when it's all centralized in newsyslog.conf.) --- etc/newsyslog.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc/newsyslog.conf') diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 998b33c..c35df22 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,5 +1,5 @@ # configuration file for newsyslog -# $Id: newsyslog.conf,v 1.15 1998/04/14 23:05:26 jmb Exp $ +# $Id: newsyslog.conf,v 1.16 1998/06/09 18:26:16 ache Exp $ # # logfilename owner.group mode count size time [ZB] [/pid_file] [sig_num] /var/cron/log 600 3 100 * Z @@ -7,7 +7,8 @@ /var/log/kerberos.log 664 7 100 * Z /var/log/lpd-errs 664 7 100 * Z /var/log/maillog 664 7 * 24 Z -/var/log/sendmail.st 664 10 * 168 B +/var/log/sendmail.st 664 10 * 168 B /var/log/messages 664 5 100 * Z /var/log/slip.log 600 3 100 * Z /var/log/ppp.log 600 3 100 * Z +/var/log/wtmp 644 3 * @01T05 B -- cgit v1.1