[SSSD] [PATCH] Missing config options in gentoo init script

Lukas Slebodnik lslebodn at redhat.com
Wed Jul 22 15:20:19 UTC 2015


On (22/07/15 11:41), Jakub Hrozek wrote:
>Hi,
>
>the attached patch was kindly contributed by Tyler Gates. It looks good
>to me, so I'll go ahead and merge it unless anyone opposes.
>
>The tracking ticket is:
>    https://fedorahosted.org/sssd/ticket/2722

>From d91d6792013068363e7456231f25d4aa63d268bf Mon Sep 17 00:00:00 2001
>From: Tyler Gates <tgates81 at gmail.com>
>Date: Mon, 20 Jul 2015 17:14:12 -0400
>Subject: [PATCH] CONTRIB: Gentoo daemon startup options as declared in
> conf.d/sssd
>
>Resolves:
>    https://fedorahosted.org/sssd/ticket/2722
>---
> src/sysv/gentoo/sssd.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/src/sysv/gentoo/sssd.in b/src/sysv/gentoo/sssd.in
>index 30d7559af5a8d6752634436399b5a3689734c6dd..7ced44f4b03a2076df59e1bdc99815637637dec4 100644
>--- a/src/sysv/gentoo/sssd.in
>+++ b/src/sysv/gentoo/sssd.in
>@@ -7,7 +7,7 @@ depend(){
> 
> start(){
>     ebegin "Starting sssd"
>-    start-stop-daemon --start --exec @sbindir@/sssd -- -Df
>+    start-stop-daemon --start --exec @sbindir@/sssd -- -Df ${SSSD_OPTIONS}
>     eend ${?}
> }
> 
>-- 
>2.4.3
>
I cannot see such patch in portage
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-auth/sssd/files/

I would prefer if it was first in portage and then in upstream
or at least gentoo maintainer confirm this patch.

LS



More information about the sssd-devel mailing list