Blame SOURCES/autofs-5.1.1-add-remote-fs-target-systemd-dependency.patch

306fa1
autofs-5.1.1 - add remote-fs.target systemd dependency
306fa1
306fa1
From: Ian Kent <raven@themaw.net>
306fa1
306fa1
If maps are stored on a NFS mount autofs will fail to start if the
306fa1
systemd unit doesn't depend on the remote-fs target.
306fa1
306fa1
I'm not sure how this will affect systems that don't have anything
306fa1
to depend on in the remote-fs target but I expect it will not stop
306fa1
the startup from functioning.
306fa1
---
306fa1
 CHANGELOG                 |    1 +
306fa1
 samples/autofs.service.in |    2 +-
306fa1
 2 files changed, 2 insertions(+), 1 deletion(-)
306fa1
306fa1
--- autofs-5.0.7.orig/CHANGELOG
306fa1
+++ autofs-5.0.7/CHANGELOG
306fa1
@@ -183,6 +183,7 @@
306fa1
 - update map_hash_table_size description.
306fa1
 - fix out of order call in program map lookup.
306fa1
 - make service want network-online.
306fa1
+- add remote-fs.target systemd dependency.
306fa1
 
306fa1
 25/07/2012 autofs-5.0.7
306fa1
 =======================
306fa1
--- autofs-5.0.7.orig/samples/autofs.service.in
306fa1
+++ autofs-5.0.7/samples/autofs.service.in
306fa1
@@ -1,6 +1,6 @@
306fa1
 [Unit]
306fa1
 Description=Automounts filesystems on demand
306fa1
-After=network.target ypbind.service sssd.service network-online.target
306fa1
+After=network.target ypbind.service sssd.service network-online.target remote-fs.target
306fa1
 Wants=network-online.target
306fa1
 
306fa1
 [Service]