Fixed the syslog-ng.service configuration file:

* Sockets setting (#734569)
* StandardOutput setting (#734591)
This commit is contained in:
Jose Pedro Oliveira 2011-08-31 02:40:23 +01:00
parent c582b80bc7
commit b397d883c1
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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)