diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-31 00:29:10 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-31 00:29:10 +0000 |
| commit | 64cfb09a2143e1bac6ea0710b5401df78752faad (patch) | |
| tree | 243c53cf806cf8d1afe9c8ca1557fb1434d1583e | |
| parent | f5887b6bad3a95a3e7505f2ff650f533ab63130b (diff) | |
Notes
| -rw-r--r-- | etc/syslog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf index c907ec7107e9..4992345a3d41 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -1,5 +1,5 @@ *.err;kern.debug;auth.notice;mail.crit /dev/console -*.notice;kern.debug;lpr,auth.info;mail.crit /var/log/messages +*.notice;daemon.*;kern.debug;lpr,auth.info;mail.crit /var/log/messages mail.info /var/log/maillog lpr.info /var/log/lpd-errs cron.* /var/cron/log |
