summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
-rw-r--r--etc/newsyslog.conf3
-rw-r--r--etc/syslog.conf3
3 files changed, 7 insertions, 3 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
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index 9714ce9..0f2f195 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -1,5 +1,5 @@
# configuration file for newsyslog
-# $Id: newsyslog.conf,v 1.20 1999/06/28 03:03:17 obrien Exp $
+# $Id: newsyslog.conf,v 1.21 1999/06/28 03:14:58 obrien Exp $
#
# logfilename [owner:group] mode count size when [ZB] [/pid_file] [sig_num]
/var/cron/log 600 3 100 * Z
@@ -11,4 +11,5 @@
/var/log/messages 664 5 100 * Z
/var/log/slip.log 600 3 100 * Z
/var/log/ppp.log 600 3 100 * Z
+/var/log/security 600 10 100 * Z
/var/log/wtmp 644 3 * @01T05 B
diff --git a/etc/syslog.conf b/etc/syslog.conf
index f6c1170..7e17ebc 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -1,9 +1,10 @@
-# $Id: syslog.conf,v 1.8 1998/09/02 01:34:56 brian Exp $
+# $Id: syslog.conf,v 1.9 1998/10/14 21:59:55 nate Exp $
#
# Spaces are NOT valid field separators in this file.
# 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
mail.info /var/log/maillog
lpr.info /var/log/lpd-errs
cron.* /var/cron/log
OpenPOWER on IntegriCloud