Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2018 17:00:05 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340254 - head/usr.sbin/newsyslog/newsyslog.conf.d
Message-ID:  <201811081700.wA8H05lt038215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Nov  8 17:00:05 2018
New Revision: 340254
URL: https://svnweb.freebsd.org/changeset/base/340254

Log:
  Put a size limit on the opensm.log and use bzip2(1).
  
  Discussed with:		markj@
  Sponsored by:		Mellanox Technologies

Modified:
  head/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf

Modified: head/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf
==============================================================================
--- head/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf	Thu Nov  8 16:23:09 2018	(r340253)
+++ head/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf	Thu Nov  8 17:00:05 2018	(r340254)
@@ -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?201811081700.wA8H05lt038215>