diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-02-04 14:24:32 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-02-04 14:24:32 +0000 |
| commit | 04a7b4be81f26028456cf8a39f761ff58ec17320 (patch) | |
| tree | 428fd23e9861fe38d3d832a706d333bc8e4e56ef /sysutils/syslog-ng/files | |
| parent | Remove dependency on Gnome2 libraries which are unused in the ports tree (diff) | |
Revert r555726: Support RFC5424/IETF syslog format.
There is a better way to support RFC5424/IETF syslog format implemented
in 12-STABLE, 13-STABLE, and 14-CURRENT.
PR: 252613
Reported by: Boris Korzun <drtr0jan@yandex.ru>
Reviewed by: Peter Czanik (CzP) <peter.czanik@oneidentity.com>
Balabit (a OneIdentity company) / syslog-ng upstream
Notes
Notes:
svn path=/head/; revision=564027
Diffstat (limited to 'sysutils/syslog-ng/files')
| -rw-r--r-- | sysutils/syslog-ng/files/syslog-ng.conf.sample | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/syslog-ng/files/syslog-ng.conf.sample b/sysutils/syslog-ng/files/syslog-ng.conf.sample index bec698e9a561..625b821f33dd 100644 --- a/sysutils/syslog-ng/files/syslog-ng.conf.sample +++ b/sysutils/syslog-ng/files/syslog-ng.conf.sample @@ -16,9 +16,8 @@ options { chain_hostnames(off); flush_lines(0); threaded(yes); }; # # sources # -source src { unix-dgram("/var/run/log" flags(syslog-protocol)); - file("/dev/klog" flags(kernel) program_override("kernel: ")); - internal(); }; +source src { system(); + udp(); internal(); }; # # destinations |
