syslog.conf revision 1.6
1#	$NetBSD: syslog.conf,v 1.6 1997/02/21 09:04:26 mikel Exp $
2
3*.err;kern.*;auth.notice;authpriv.none;mail.crit	/dev/console
4*.info;auth,authpriv,cron,ftp,kern,lpr,mail.none	/var/log/messages
5kern.debug						/var/log/messages
6
7# The authpriv log file should be restricted access; these
8# messages shouldn't go to terminals or publically-readable
9# files.
10auth,authpriv.info					/var/log/authlog
11
12cron.info						/var/cron/log
13ftp.info						/var/log/xferlog
14lpr.info						/var/log/lpd-errs
15mail.info						/var/log/maillog
16#uucp.info						/var/spool/uucp/ERRORS
17
18*.emerg							*
19*.notice;auth.debug					root
20