diff options
Diffstat (limited to 'etc/newsyslog.conf.d')
-rw-r--r-- | etc/newsyslog.conf.d/Makefile | 13 | ||||
-rw-r--r-- | etc/newsyslog.conf.d/opensm.conf | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/etc/newsyslog.conf.d/Makefile b/etc/newsyslog.conf.d/Makefile new file mode 100644 index 0000000..4660957 --- /dev/null +++ b/etc/newsyslog.conf.d/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +BINDIR= /etc/newsyslog.conf.d + +FILES= + +.if ${MK_OFED} != "no" +FILES+= opensm.conf +.endif + +.include <bsd.prog.mk> diff --git a/etc/newsyslog.conf.d/opensm.conf b/etc/newsyslog.conf.d/opensm.conf new file mode 100644 index 0000000..36248bd --- /dev/null +++ b/etc/newsyslog.conf.d/opensm.conf @@ -0,0 +1,3 @@ +# $FreeBSD$ + +/var/log/opensm.log 600 7 * * Z /var/run/opensm.pid 30 |