From 179e0241eaeadd044ab3cb20bad1ec63be10ac4a Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 10 Mar 2002 15:20:36 +0000 Subject: /var/log/security gets almost no (if not no) activity on many FreeBSD systems due to sshd not using the security log class. Tweak syslog.conf so that /var/log/security also gets a useful set of authentication-related logging. Submitted by: aeonflux@synapse.subneural.net MFC after: 4 weeks --- etc/syslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/syslog.conf b/etc/syslog.conf index 244a58ebb43c..7a3e843441b7 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -7,7 +7,7 @@ # Consult the syslog.conf(5) manpage. *.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 +security.*;auth.info /var/log/security mail.info /var/log/maillog lpr.info /var/log/lpd-errs cron.* /var/log/cron -- cgit v1.3