aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2018-11-08 17:00:05 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2018-11-08 17:00:05 +0000
commitba2c34f4f245df0e0142a5216cbc5a98f10a2839 (patch)
tree1e01e4e765835214531f6a86e9ef9baf86248760
parentfa895a749e7c0d5f91fa6317ad5128403a5f7b11 (diff)
downloadsrc-ba2c34f4f245df0e0142a5216cbc5a98f10a2839.tar.gz
src-ba2c34f4f245df0e0142a5216cbc5a98f10a2839.zip
Put a size limit on the opensm.log and use bzip2(1).
Discussed with: markj@ Sponsored by: Mellanox Technologies
Notes
Notes: svn path=/head/; revision=340254
-rw-r--r--usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf b/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf
index 36248bde5fda..db7113f25afd 100644
--- a/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf
+++ b/usr.sbin/newsyslog/newsyslog.conf.d/opensm.conf
@@ -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