From e13c92fa7f2a4925900470457b09ae91a504ba25 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 18 Nov 2007 19:14:48 +0100 Subject: [PATCH] Imported Debian patch 1.1.1-9 --- debian/changelog | 8 ++++++++ debian/nfs-common.init | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index e8a22e2..e4462ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +nfs-utils (1:1.1.1-9) unstable; urgency=high + + * Re-add modprobing of the "nfs" module (leaving the sunrpc module, so as + not to break what the previous change fixed), as mount is not capable of + auto-loading it on demand. (Closes: #451782) + + -- Steinar H. Gunderson Sun, 18 Nov 2007 19:14:48 +0100 + nfs-utils (1:1.1.1-8) unstable; urgency=low * When starting idmapd or gssd, load the sunrpc module instead of the diff --git a/debian/nfs-common.init b/debian/nfs-common.init index 6b6599d..3364207 100644 --- a/debian/nfs-common.init +++ b/debian/nfs-common.init @@ -148,6 +148,7 @@ case "$1" in if [ "$NEED_IDMAPD" = yes ] || [ "$NEED_GSSD" = yes ] then do_modprobe sunrpc + do_modprobe nfs if do_mount rpc_pipefs $PIPEFS_MOUNTPOINT then if [ "$NEED_IDMAPD" = yes ] -- 2.39.2