Put startslip syslog messages into separate file

Increase rotating log sizes in newsyslog.conf to reflect
more common case
This commit is contained in:
Andrey A. Chernov 1996-01-07 00:52:50 +00:00
parent 7548aeb5c5
commit a4f267bdf0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13296
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -7,3 +7,5 @@ cron.* /var/cron/log
*.notice;auth.debug root
*.alert root
*.emerg *
!startslip
*.* /var/log/slip.log