From a4f267bdf09d99364d44516d5d92691395b8a906 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 7 Jan 1996 00:52:50 +0000 Subject: [PATCH] Put startslip syslog messages into separate file Increase rotating log sizes in newsyslog.conf to reflect more common case --- etc/newsyslog.conf | 11 ++++++----- etc/syslog.conf | 2 ++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index d0d90f461e3b..e5cc72f6513c 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,10 +1,11 @@ # configuration file for newsyslog -# $Id: newsyslog.conf,v 1.2 1996/01/06 21:47:07 ache Exp $ +# $Id: newsyslog.conf,v 1.3 1996/01/06 22:19:37 ache Exp $ # # logfilename owner.group mode ngen size time [ZB] -/var/cron/log 600 3 10 * Z -/var/log/kerberos.log 664 7 10 * Z -/var/log/lpd-errs 664 7 10 * Z +/var/cron/log 600 3 100 * Z +/var/log/kerberos.log 664 7 100 * Z +/var/log/lpd-errs 664 7 100 * Z /var/log/maillog 664 7 * 24 Z -/var/log/messages 664 5 30 * Z +/var/log/messages 664 5 100 * Z +/var/log/slip.log 600 3 100 * Z /var/log/wtmp 664 7 * 168 ZB diff --git a/etc/syslog.conf b/etc/syslog.conf index 73d56b70a784..c907ec7107e9 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -7,3 +7,5 @@ cron.* /var/cron/log *.notice;auth.debug root *.alert root *.emerg * +!startslip +*.* /var/log/slip.log