svn commit: r340623 - stable/12/usr.sbin/newsyslog/newsyslog.conf.d
Hans Petter Selasky
hselasky at FreeBSD.org
Mon Nov 19 09:40:03 UTC 2018
Author: hselasky
Date: Mon Nov 19 09:40:02 2018
New Revision: 340623
URL: https://svnweb.freebsd.org/changeset/base/340623
Log:
MFC r340254:
Put a size limit on the opensm.log and use bzip2(1).
Discussed with: markj@
Sponsored by: Mellanox Technologies
Modified:
stable/12/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf
==============================================================================
--- stable/12/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf Mon Nov 19 09:36:09 2018 (r340622)
+++ stable/12/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf Mon Nov 19 09:40:02 2018 (r340623)
@@ -1,3 +1,3 @@
# $FreeBSD$
-/var/log/opensm.log 600 7 * * Z /var/run/opensm.pid 30
+/var/log/opensm.log 600 7 1000 * J /var/run/opensm.pid 30
More information about the svn-src-stable
mailing list