]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- up to 3.6.4; use system() as main source (automatically discovers systemd, that...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Sep 2015 09:27:08 +0000 (11:27 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Sep 2015 09:27:08 +0000 (11:27 +0200)
syslog-ng.conf
syslog-ng.spec

index b56f628222afd688101922ca931203386d5f01a3..2b5f6c94efd402718b4f816b2d72011baa55b399 100644 (file)
@@ -1,4 +1,5 @@
-@version: 3.5
+@version: 3.6
+@include "scl.conf"
 #
 # Syslog-ng configuration for PLD Linux
 #
@@ -22,11 +23,7 @@ options {
 };
 
 source s_sys   {
-       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");
-# and add ForwardToSyslog=yes to /etc/systemd/journald.conf
+       system();
        internal();
 };
 
index d45594b8353dbfb72a235fe96ec8ad91cfc90517..e46d236813ec1195b609761421f9b6c28b4cad1f 100644 (file)
@@ -32,8 +32,8 @@ Summary:      Syslog-ng - new generation of the system logger
 Summary(pl.UTF-8):     Syslog-ng - systemowy demon logujący nowej generacji
 Summary(pt_BR.UTF-8):  Daemon de log nova geração
 Name:          syslog-ng
-Version:       3.6.3
-Release:       0.1
+Version:       3.6.4
+Release:       1
 License:       GPL v2+ with OpenSSL exception
 Group:         Daemons
 Source0:       https://my.balabit.com/downloads/syslog-ng/open-source-edition/%{version}/source/%{name}_%{version}.tar.gz
This page took 0.125553 seconds and 4 git commands to generate.