summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-08-21 18:24:29 +0000
committergreen <green@FreeBSD.org>1999-08-21 18:24:29 +0000
commit1d06e20aed2b1429061f40a5d5b6d1bacf6f95d0 (patch)
tree26670bf4d42f5f57918e71d07a168e9a7d10e19c /etc/Makefile
parent22752da35b8dc963bcb0e36fc0bf489f95c71386 (diff)
downloadFreeBSD-src-1d06e20aed2b1429061f40a5d5b6d1bacf6f95d0.zip
FreeBSD-src-1d06e20aed2b1429061f40a5d5b6d1bacf6f95d0.tar.gz
This is the addition of a syslog(3) security.* top-level category. This
should be used from now on for anything security but not auth-related. Included are updates for all relevant manpages and also to /etc files, creating a new /var/log/security. Nothing in the system logs to /var/log/security yet as of the time of this commit. Reviewed by: rgrimes, imp, chris
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ffb7a7d..f55665b 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.201 1999/07/10 18:02:12 iwasaki Exp $
+# $Id: Makefile,v 1.202 1999/07/26 10:49:31 brian Exp $
SUBDIR= sendmail
@@ -97,6 +97,8 @@ distribution:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/log/messages
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
+ ${DESTDIR}/var/log/security
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/log/slip.log
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/log/ppp.log
OpenPOWER on IntegriCloud