svn commit: r340625 - stable/10/etc/newsyslog.conf.d
Hans Petter Selasky
hselasky at FreeBSD.org
Mon Nov 19 09:50:07 UTC 2018
Author: hselasky
Date: Mon Nov 19 09:50:06 2018
New Revision: 340625
URL: https://svnweb.freebsd.org/changeset/base/340625
Log:
MFC r340254:
Put a size limit on the opensm.log and use bzip2(1).
Discussed with: markj@
Sponsored by: Mellanox Technologies
Modified:
stable/10/etc/newsyslog.conf.d/opensm.conf
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/etc/newsyslog.conf.d/opensm.conf
==============================================================================
--- stable/10/etc/newsyslog.conf.d/opensm.conf Mon Nov 19 09:46:47 2018 (r340624)
+++ stable/10/etc/newsyslog.conf.d/opensm.conf Mon Nov 19 09:50:06 2018 (r340625)
@@ -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-10
mailing list