#;
#; /etc/newsyslog.conf
#; Sample newsyslog configuration file.
#;
#; +----------------------------------------------------+
#; | Author: DePaul University Computer Security Team |
#; | WWW: |
#; | SMTP: |
#; +----------------------------------------------------+
#;
#; Copyright (c) 2003. DePaul University. All Rights Reserved.
#;
#; Platform: Tested on the following platforms
#; OpenBSD 3.2, 3.3, 3.4, 3.5
#;
#; Note: This is meant to work with the recommended syslog.conf
#; as distributed by the DePaul University Information
#; Security Team.
#;
#; Revised: $Id: newsyslog.conf,v 1.2 2004/04/29 20:49:31 epancer Exp $
#;
#; logfilename owner:group mode ngen size time [ZB]
/var/log/cron.log root:wheel 640 45 * @01T00 Z
/var/log/daemon.log root:wheel 640 45 * @01T00 Z
/var/log/messages root:wheel 640 45 * @01T00 Z
/var/log/auth.log root:wheel 600 90 * @01T00 Z
#/var/log/sudo.log root:wheel 600 45 * @01T00 Z
/var/log/critical.log root:wheel 600 45 * @01T00 Z
/var/log/wtmp 644 36 * @01T00 ZB
/var/log/pflog 600 45 2048 * ZB /var/run/pflogd.pid
#;
# vim: ts=8 sw=8 nowrap
#;