From 2cd75cb88924aea91bbd02ec90aa61f19b9928b4 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 11 Mar 2002 19:34:57 +0000 Subject: Turns out everyone is a lot lazier than I thought. Spell 'authentication.log' as 'auth.log'. This is also more consistent with syslog facility names. Sigh. :-) Submitted by: asmodai, aeonflux, green, .... --- etc/syslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/syslog.conf') diff --git a/etc/syslog.conf b/etc/syslog.conf index 0c33d97..f985c3d 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -8,7 +8,7 @@ *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages security.* /var/log/security -auth.info;authpriv.info /var/log/authentication.log +auth.info;authpriv.info /var/log/auth.log mail.info /var/log/maillog lpr.info /var/log/lpd-errs cron.* /var/log/cron -- cgit v1.1