From 46b109064db5d85623f19409bc8976f5f9120294 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: May 10 2007 15:28:48 +0000 Subject: Eliminate timeout on nfsd shutdowns (bz 222001) --- diff --git a/nfs-utils.spec b/nfs-utils.spec index ab443f7..afb6c40 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -296,9 +296,10 @@ fi %endif %changelog -* Wed May 9 2007 Steve Dickson 1.0.10-18 +* Wed May 9 2007 Steve Dickson 1.0.12-18 - Fix mount.nfs4 to display correct error message (bz 227212) - Updated mountd and showmount reverse lookup flags (bz 220772) +- Eliminate timeout on nfsd shutdowns (bz 222001) * Tue Apr 3 2007 Steve Dickson 1.0.12-4 - Replace portmap dependency with an rpcbind dependency (bz 228894) diff --git a/nfs.init b/nfs.init index fca609e..23c8970 100755 --- a/nfs.init +++ b/nfs.init @@ -105,7 +105,7 @@ case "$1" in killproc rpc.mountd echo echo -n $"Shutting down NFS daemon: " - killproc nfsd + killproc nfsd -2 echo if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then echo -n $"Shutting down NFS quotas: "