Blame SOURCES/autofs-5.0.7-add-after-sssd-dependency-to-unit-file.patch

304803
autofs-5.0.7 - add after sssd dependency to unit file
304803
304803
From: Ian Kent <ikent@redhat.com>
304803
304803
When using sss as a map source autofs can sometimes start before
304803
sssd is ready.
304803
---
304803
 CHANGELOG                 |    1 +
304803
 samples/autofs.service.in |    2 +-
304803
 2 files changed, 2 insertions(+), 1 deletion(-)
304803
304803
diff --git a/CHANGELOG b/CHANGELOG
304803
index 7749f01..2734fe3 100644
304803
--- a/CHANGELOG
304803
+++ b/CHANGELOG
304803
@@ -55,6 +55,7 @@
304803
 - fix add null check in parse_server_string().
304803
 - don't override LDFLAGS in make rules.
304803
 - fix a couple of compiler warnings.
304803
+- add after sssd dependency to unit file.
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
diff --git a/samples/autofs.service.in b/samples/autofs.service.in
304803
index 056ab5e..777463d 100644
304803
--- a/samples/autofs.service.in
304803
+++ b/samples/autofs.service.in
304803
@@ -1,6 +1,6 @@
304803
 [Unit]
304803
 Description=Automounts filesystems on demand
304803
-After=network.target ypbind.service
304803
+After=network.target ypbind.service sssd.service
304803
 
304803
 [Service]
304803
 Type=forking