Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2018 09:50:06 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r340625 - stable/10/etc/newsyslog.conf.d
Message-ID:  <201811190950.wAJ9o6CO023859@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811190950.wAJ9o6CO023859>