- enabled JSON by default (it's getting popular, and syslog-ng
complains at startup if unavailable)
- added scl.conf to default config
- enabled the system() source by default (which handles differences
automagically among different platforms and releases)
Submitted by: Peter Czanik <peter.czanik@balabit.com> (syslog-ng upline)
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
PR: ports/111462
Reported by: Brian A. Seklecki <bseklecki@collaborativefusion.com>
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
- Allow user to change parameters of start syslog-ng via vars rc.d script [1]
- Allow user to purge klog(9) via vars rc.d script [2]
PR: ports/98287 [1] and [2]
Submitted by: Pavel Volkov [1], Brian A. Seklecki [2]
Approved by: Ivan Lago <ivan.lago at ifom-ieo-campus.it> (maintainer)
syslogd. Features include:
- ability to filter messages based on content using regular expressions
- forwarding logs on TCP
WWW: http://www.balabit.com/products/syslog_ng/
-Vince Valenti
vince@blue-box.net
PR: ports/105370
Submitted by: Ivan Lago <ivan.lago at ifom-ieo-campus.it>