public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/sssd/files: sssd-1.9.6-fix-init.patch
Date: Sun,  1 Dec 2013 17:10:54 +0000 (UTC)	[thread overview]
Message-ID: <20131201171054.ECCCB2004B@flycatcher.gentoo.org> (raw)

hwoarang    13/12/01 17:10:54

  Added:                sssd-1.9.6-fix-init.patch
  Log:
  Version bump. Remove nscd dependency from the init script. Bug #491608
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.1                  sys-auth/sssd/files/sssd-1.9.6-fix-init.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/files/sssd-1.9.6-fix-init.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/files/sssd-1.9.6-fix-init.patch?rev=1.1&content-type=text/plain

Index: sssd-1.9.6-fix-init.patch
===================================================================
A couple of changes are necessary to make sssd work better on Gentoo Linux
systems.

- login manager can use sssd for login. Therefore it's necessary to adjust
the dependencies of the script to use 'xdm' if it is available.
- We need to send the debug output to files instead of stderr.

Signed-off-by: Markos Chandras <hwoarang@gentoo.org>

Index: sssd-1.9.6/src/sysv/gentoo/sssd
===================================================================
--- sssd-1.9.6.orig/src/sysv/gentoo/sssd
+++ sssd-1.9.6/src/sysv/gentoo/sssd
@@ -2,12 +2,12 @@
 
 depend(){
     need localmount netmount clock
-    use syslog
+    use syslog xdm
 }
 
 start(){
     ebegin "Starting sssd"
-    start-stop-daemon --start --exec ${exec_prefix}/sbin/sssd -- -D
+    start-stop-daemon --start --exec ${exec_prefix}/sbin/sssd -- -Df
     eend ${?}
 }
 





             reply	other threads:[~2013-12-01 17:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-01 17:10 Markos Chandras (hwoarang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-02  8:50 [gentoo-commits] gentoo-x86 commit in sys-auth/sssd/files: sssd-1.9.6-fix-init.patch Markos Chandras (hwoarang)
2013-12-02 18:25 Markos Chandras (hwoarang)
2013-12-07 20:44 Markos Chandras (hwoarang)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131201171054.ECCCB2004B@flycatcher.gentoo.org \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox