AUTHPRIV syslog messages go to /var/log/authlog instead of /var/log/secure
(in line with other systems)
This commit is contained in:
parent
86cde13f0d
commit
f355fafa1d
@ -64,12 +64,12 @@
|
||||
./var/cron/log
|
||||
./var/cron/tabs/root
|
||||
./var/db/locate.database
|
||||
./var/log/authlog
|
||||
./var/log/lastlog
|
||||
./var/log/lpd-errs
|
||||
./var/log/maillog
|
||||
./var/log/messages
|
||||
./var/log/sendmail.st
|
||||
./var/log/secure
|
||||
./var/log/wtmp
|
||||
./var/msgs/bounds
|
||||
./var/run/utmp
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: special,v 1.5 1996/11/11 06:38:00 mikel Exp $
|
||||
# $NetBSD: special,v 1.6 1996/12/04 05:10:51 lukem Exp $
|
||||
# @(#)special 8.2 (Berkeley) 1/23/94
|
||||
#
|
||||
# Hand-crafted mtree specification for the dangerous files.
|
||||
@ -122,7 +122,7 @@ db type=dir mode=0755 uname=root gname=wheel
|
||||
kvm.db type=file mode=0644 uname=root gname=wheel
|
||||
.. #var/db
|
||||
log type=dir mode=0755 uname=root gname=wheel
|
||||
secure type=file mode=0600 uname=root gname=wheel
|
||||
authlog type=file mode=0600 uname=root gname=wheel
|
||||
wtmp type=file mode=0644 uname=root gname=wheel
|
||||
.. #var/log
|
||||
mail type=dir mode=0755 uname=root gname=wheel ignore
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: newsyslog.conf,v 1.8 1996/11/20 04:33:25 lukem Exp $
|
||||
# $NetBSD: newsyslog.conf,v 1.9 1996/12/04 05:10:42 lukem Exp $
|
||||
#
|
||||
# configuration file for newsyslog
|
||||
#
|
||||
@ -6,10 +6,10 @@
|
||||
#
|
||||
/var/cron/log root.wheel 600 3 10 * Z
|
||||
/var/log/aculog uucp.dialer 640 7 * 24 Z
|
||||
/var/log/authlog 600 5 30 * Z
|
||||
/var/log/kerberos.log 640 7 * 24 Z
|
||||
/var/log/lpd-errs 640 7 10 * Z
|
||||
/var/log/maillog 600 7 * 24 Z
|
||||
/var/log/messages 644 5 30 * Z
|
||||
/var/log/secure 600 5 30 * Z
|
||||
/var/log/wtmp 644 7 * 168 ZB
|
||||
/var/log/xferlog 640 7 250 * Z
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: syslog.conf,v 1.4 1996/11/20 04:33:26 lukem Exp $
|
||||
# $NetBSD: syslog.conf,v 1.5 1996/12/04 05:10:43 lukem Exp $
|
||||
|
||||
*.err;kern.debug;auth.notice;authpriv.none /dev/console
|
||||
*.info;auth,authpriv,cron,ftp,kern,lpr,mail.none /var/log/messages
|
||||
kern.debug /var/log/messages
|
||||
auth,authpriv.info /var/log/secure
|
||||
auth,authpriv.info /var/log/authlog
|
||||
cron.info /var/cron/log
|
||||
ftp.info /var/log/xferlog
|
||||
lpr.info /var/log/lpd-errs
|
||||
|
Loading…
Reference in New Issue
Block a user