From ad36b288c859a2f25a66bcc61288b701abfd72b17f37701196d7c51c1eb46bc5 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 26 Nov 2013 13:10:08 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=105 --- nfs-utils.changes | 8 ++++++++ nfs.init | 1 + 2 files changed, 9 insertions(+) diff --git a/nfs-utils.changes b/nfs-utils.changes index 2e953f0..409b577 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 26 13:05:11 UTC 2013 - werner@suse.de + +- If nfs-utils and autofs are both installed make sure that the nfs + client boot service will be started before autofs as otherwise + systemd dependency chain is waiting on nfs client services at + shutdown if nfs client is enabled. + ------------------------------------------------------------------- Mon Nov 18 03:35:45 UTC 2013 - nfbrown@suse.com diff --git a/nfs.init b/nfs.init index 870fbe6..d045794 100644 --- a/nfs.init +++ b/nfs.init @@ -15,6 +15,7 @@ # Provides: nfs # Required-Start: $network $portmap # Required-Stop: $network $portmap +# X-Start-Before: +autofs # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: NFS client services