=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/syslog.conf,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/etc/syslog.conf 1997/05/29 20:00:54 1.5 +++ src/etc/syslog.conf 2000/04/02 21:39:42 1.6 @@ -1,4 +1,4 @@ -# $OpenBSD: syslog.conf,v 1.5 1997/05/29 20:00:54 deraadt Exp $ +# $OpenBSD: syslog.conf,v 1.6 2000/04/02 21:39:42 millert Exp $ # *.err;kern.debug;auth.notice;authpriv.none;mail.crit /dev/console @@ -12,7 +12,6 @@ lpr.debug /var/log/lpd-errs mail.info /var/log/maillog local0.info /var/log/ipflog -#local2.debug /var/log/chat #uucp.info /var/log/uucp *.err root @@ -28,3 +27,11 @@ #*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none @loghost #kern.debug,user.info,syslog.info @loghost #auth.info,authpriv.debug,daemon.info @loghost + +# Uncomment to log messages from sudo(8) and chat(8) to their own +# respective log files. Matches are done based on the program name +# Program-specific logs: +#!sudo +#*.* /var/log/sudo +#!chat +#*.* /var/log/chat