From de6fea6384a6f255caa4b6643ac2208438756f55 Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Wed, 31 Aug 2011 08:25:11 +0000 Subject: [PATCH] Add forgotten patch Package-Manager: portage-2.1.10.11/cvs/Linux x86_64 --- sys-auth/sssd/ChangeLog | 5 ++++- sys-auth/sssd/files/allow_xdm.patch | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 sys-auth/sssd/files/allow_xdm.patch diff --git a/sys-auth/sssd/ChangeLog b/sys-auth/sssd/ChangeLog index 1e30f9714370..ea4750f371f1 100644 --- a/sys-auth/sssd/ChangeLog +++ b/sys-auth/sssd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/sssd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.5 2011/08/31 08:22:25 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.6 2011/08/31 08:25:10 maksbotan Exp $ + + 31 Aug 2011; Maxim Koltsov +files/allow_xdm.patch: + Add forgotten patch *sssd-1.6.1 (31 Aug 2011) *sssd-1.5.13 (31 Aug 2011) diff --git a/sys-auth/sssd/files/allow_xdm.patch b/sys-auth/sssd/files/allow_xdm.patch new file mode 100644 index 000000000000..40d64cbf41ff --- /dev/null +++ b/sys-auth/sssd/files/allow_xdm.patch @@ -0,0 +1,19 @@ +--- src/sysv/gentoo/sssd.old 2011-08-02 23:14:48.000000000 +0300 ++++ src/sysv/gentoo/sssd 2011-08-24 12:15:18.413929409 +0300 +@@ -1,13 +1,13 @@ + #!/sbin/runscript + + depend(){ +- need localmount netmount clock +- use syslog ++ need localmount netmount clock nscd ++ use syslog xdm + } + + start(){ + ebegin "Starting sssd" +- start-stop-daemon --start --exec /usr/sbin/sssd -- -D ++ start-stop-daemon --start --exec /usr/sbin/sssd -- -Df + eend ${?} + } + -- 2.26.2