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