[syslog-ng] Fixed the syslog-ng.service configuration file: * Sockets setting (#734569) * StandardOutput setting

Jose Pedro Oliveira jpo at fedoraproject.org
Wed Aug 31 01:41:06 UTC 2011


commit b397d883c145d35233b7f96f85644fbd51b97404
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Wed Aug 31 02:40:23 2011 +0100

    Fixed the syslog-ng.service configuration file:
    * Sockets setting (#734569)
    * StandardOutput setting (#734591)

 syslog-ng.service |    3 ++-
 syslog-ng.spec    |    7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/syslog-ng.service b/syslog-ng.service
index 3bb2054..7985c0d 100644
--- a/syslog-ng.service
+++ b/syslog-ng.service
@@ -5,7 +5,8 @@ Description=Syslog-ng System Logging Service
 EnvironmentFile=-/etc/sysconfig/syslog-ng
 ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
 ExecStart=/sbin/syslog-ng $SYSLOGNG_OPTIONS
-Sockets=syslog-ng.socket
+Sockets=syslog.socket
+StandardOutput=null
 
 [Install]
 WantedBy=multi-user.target
diff --git a/syslog-ng.spec b/syslog-ng.spec
index f158a8a..855f6c7 100644
--- a/syslog-ng.spec
+++ b/syslog-ng.spec
@@ -5,7 +5,7 @@
 
 Name: syslog-ng
 Version: 3.2.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Next-generation syslog server
 
 Group: System Environment/Daemons
@@ -269,6 +269,11 @@ fi
 
 
 %changelog
+* Wed Aug 31 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.2.4-7
+- Fixed the syslog-ng.service configuration file:
+  * Sockets setting (#734569)
+  * StandardOutput setting (#734591)
+
 * Mon Jun 27 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.2.4-6
 - Patch syslog-ng-3.2.4-chain-hostnames-processing.patch (#713965)
 


More information about the scm-commits mailing list