summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-02-28 16:54:05 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-04 12:38:53 +0100
commitf5ad70187901bf5464dbff350990c741760ddba3 (patch)
tree62aea327e7fc1d62b4d4c1f391f0aa86979b32ef /meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch
parenta4835a616b33a2bfe6943dff37327f6858e0fbe8 (diff)
downloadmeta-openembedded-f5ad70187901bf5464dbff350990c741760ddba3.tar.gz
syslog-ng: Update to 3.8.1
* The upstream has changed to github.com. * Remove patches that are no longer needed: - Fix-the-memory-leak-problem-for-mutex.patch - configure.patch - dbifix.patch - fix-a-memory-leak-in-log_driver_free.patch * Update syslog-ng.service-the-syslog-ng-service.patch * openssl is no longer optional, so remove its PACKAGECONFIG. * Add (disabled) PACKAGECONFIGs for the new http and native modules. * Disable the new python and java modules. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch')
-rw-r--r--meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch
index f53c607b41..6b30c20c15 100644
--- a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch
+++ b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch
@@ -15,18 +15,17 @@ diff --git a/contrib/systemd/syslog-ng.service b/contrib/systemd/syslog-ng.servi
15index fc16f8d..8e09deb 100644 15index fc16f8d..8e09deb 100644
16--- a/contrib/systemd/syslog-ng.service 16--- a/contrib/systemd/syslog-ng.service
17+++ b/contrib/systemd/syslog-ng.service 17+++ b/contrib/systemd/syslog-ng.service
18@@ -3,9 +3,8 @@ Description=System Logger Daemon 18@@ -4,8 +4,8 @@ Description=System Logger Daemon
19 Documentation=man:syslog-ng(8)
20 19
21 [Service] 20 [Service]
22-Type=notify 21 Type=notify
23-ExecStart=/usr/sbin/syslog-ng -F 22-ExecStart=/usr/sbin/syslog-ng -F $SYSLOGNG_OPTS
24-ExecReload=/bin/kill -HUP $MAINPID 23-ExecReload=/bin/kill -HUP $MAINPID
25+ExecStart=@SBINDIR@/syslog-ng -F -p @LOCALSTATEDIR@/run/syslogd.pid 24+ExecStart=@SBINDIR@/syslog-ng -F $SYSLOGNG_OPTS -p @LOCALSTATEDIR@/run/syslogd.pid
26+ExecReload=@BASEBINDIR@/kill -HUP $MAINPID 25+ExecReload=@BASEBINDIR@/kill -HUP $MAINPID
26 EnvironmentFile=-/etc/default/syslog-ng
27 EnvironmentFile=-/etc/sysconfig/syslog-ng
27 StandardOutput=journal 28 StandardOutput=journal
28 StandardError=journal
29 Restart=on-failure
30-- 29--
311.8.4.2 301.8.4.2
32 31