-@version: 3.8
+@version: 3.14
#
-# Syslog-ng configuration for PLD Linux
+# Syslog-ng configuration for TLD Linux
#
# See syslog-ng(8) and syslog-ng.conf(5) for more information.
#
file ("/proc/kmsg" program_override("kernel"));
unix-stream("/dev/log" max-connections(1000) log_iw_size(100000));
-# if using systemd, comment out the line above, and uncomment line below
-# unix-dgram("/run/systemd/journal/syslog");
-# NOTE: if you are running under systemd and fixed config then you may need to manually fix /dev/log symlink:
-# ln -s /run/systemd/journal/dev-log /dev/log
-#
internal();
};
-@version: 3.12
+@version: 3.14
@include "scl.conf"
#
-# Syslog-ng configuration for PLD Linux
+# Syslog-ng configuration for TLD Linux
#
# See syslog-ng(8) and syslog-ng.conf(5) for more information.
#
};
source s_sys {
-# NOTE:
-# if you are running under systemd and just merged config then you may
-# need to manually fix /dev/log symlink:
-# # ln -s /run/systemd/journal/dev-log /dev/log
system();
internal();
};
# uncomment the line below if you want to setup syslog server
#source s_net { udp(); };
-# if using systemd, an IP address instead of name may be required here
#destination d_loghost { udp("loghost" port(514)); };
destination d_kern { file("/var/log/kernel"); };
Summary(pt_BR.UTF-8): Daemon de log nova geração
Name: syslog-ng
Version: 3.14.1
-Release: 2
+Release: 3
License: GPL v2+ with OpenSSL exception
Group: Daemons
Source0: https://github.com/balabit/syslog-ng/archive/%{name}-%{version}.tar.gz