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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"