add a newsyslog.conf that matches the all.debug.

This commit is contained in:
mrg 2001-12-18 01:44:36 +00:00
parent 29064a3fdb
commit ffa430c2f0
2 changed files with 29 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.3 2001/12/12 12:24:22 lukem Exp $
# $NetBSD: Makefile,v 1.4 2001/12/18 01:44:36 mrg Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILES= all.debug
FILES= all.debug all.newsyslog.conf
FILESDIR=/usr/share/examples/syslogd
.endif

View File

@ -0,0 +1,27 @@
# $NetBSD: all.newsyslog.conf,v 1.1 2001/12/18 01:44:36 mrg Exp $
#
# Configuration file for newsyslog(8).
#
# logfilename [user:group] mode ngen size time [ZBN-] [/pidfile] [sigtype]
#
/var/cron/log root:wheel 600 3 50 * Z
/var/log/auth root:wheel 600 4 500 168 Z
/var/log/authpriv root:wheel 600 4 500 168 Z
/var/log/cron 600 4 100 168 Z
/var/log/daemon 600 9 600 168 Z
/var/log/ftp 600 9 1000 168 Z
/var/log/kern 600 9 100 168 Z
/var/log/lpr 600 4 100 168 Z
/var/log/mail 600 9 1000 168 Z
/var/log/news 600 4 100 168 Z
/var/log/syslog 600 9 100 168 Z
/var/log/user 600 9 100 168 Z
/var/log/uucp 600 4 100 168 Z
/var/log/local0 600 4 50 168 Z
/var/log/local1 600 4 50 168 Z
/var/log/local2 600 4 50 168 Z
/var/log/local3 600 4 50 168 Z
/var/log/local4 600 4 50 168 Z
/var/log/local5 600 4 50 168 Z
/var/log/local6 600 4 50 168 Z
/var/log/local7 600 4 50 168 Z