From e4a3415715a4c726d23214cf2163977c8fb9806a0230532f4c0712f7d81d8cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 10 Dec 2015 07:54:56 +0000 Subject: [PATCH] Accepting request 348180 from home:bmwiedemann:branches:network really use SASLAUTHD_PARAMS variable (bnc#938657) OBS-URL: https://build.opensuse.org/request/show/348180 OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=59 --- cyrus-sasl-saslauthd.changes | 5 +++++ cyrus-sasl-saslauthd.spec | 2 +- cyrus-sasl.spec | 2 +- saslauthd.service | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/cyrus-sasl-saslauthd.changes b/cyrus-sasl-saslauthd.changes index b108f02..9d7a57a 100644 --- a/cyrus-sasl-saslauthd.changes +++ b/cyrus-sasl-saslauthd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 9 20:15:40 UTC 2015 - bwiedemann@suse.com + +- really use SASLAUTHD_PARAMS variable (bnc#938657) + ------------------------------------------------------------------- Tue Jan 6 19:02:33 UTC 2015 - varkoly@suse.com diff --git a/cyrus-sasl-saslauthd.spec b/cyrus-sasl-saslauthd.spec index cddfe32..251ec61 100644 --- a/cyrus-sasl-saslauthd.spec +++ b/cyrus-sasl-saslauthd.spec @@ -1,7 +1,7 @@ # # spec file for package cyrus-sasl-saslauthd # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index c52976f..f1d772c 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -1,7 +1,7 @@ # # spec file for package cyrus-sasl # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/saslauthd.service b/saslauthd.service index 54b7387..8861868 100644 --- a/saslauthd.service +++ b/saslauthd.service @@ -5,7 +5,7 @@ After=syslog.target network.target [Service] Type=forking EnvironmentFile=/etc/sysconfig/saslauthd -ExecStart=/usr/sbin/saslauthd -a $SASLAUTHD_AUTHMECH -n $SASLAUTHD_THREADS +ExecStart=/usr/sbin/saslauthd -a $SASLAUTHD_AUTHMECH -n $SASLAUTHD_THREADS $SASLAUTHD_PARAMS ExecReload=/bin/kill -HUP $MAINPID ExecStop=/bin/kill -TERM $MAINPID Restart=always