summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-03-11 19:34:57 +0000
committerrwatson <rwatson@FreeBSD.org>2002-03-11 19:34:57 +0000
commit2cd75cb88924aea91bbd02ec90aa61f19b9928b4 (patch)
tree9c6dea3ff9c27bdea785c52fa88a64fe9a2b5ff1 /etc
parent89e30355de5f272942f06549cd4f6722c5a248e7 (diff)
downloadFreeBSD-src-2cd75cb88924aea91bbd02ec90aa61f19b9928b4.zip
FreeBSD-src-2cd75cb88924aea91bbd02ec90aa61f19b9928b4.tar.gz
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, ....
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
-rw-r--r--etc/newsyslog.conf2
-rw-r--r--etc/syslog.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 0bea465..e452826 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -131,7 +131,7 @@ distribution:
${INSTALL} -c -o nobody -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/db/locate.database
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
- ${DESTDIR}/var/log/authentication.log
+ ${DESTDIR}/var/log/auth.log
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/log/lpd-errs
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index 8c70e94..78605f7 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -10,7 +10,7 @@
# logfilename [owner:group] mode count size when [ZJB] [/pid_file] [sig_num]
/var/log/cron 600 3 100 * Z
/var/log/amd.log 644 7 100 * Z
-/var/log/authentication.log 600 7 100 * Z
+/var/log/auth.log 600 7 100 * Z
/var/log/kerberos.log 600 7 100 * Z
/var/log/lpd-errs 644 7 100 * Z
/var/log/maillog 640 7 * @T00 Z
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
OpenPOWER on IntegriCloud