Eliminate timeout on nfsd shutdowns (bz 222001)

This commit is contained in:
Steve Dickson 2007-05-10 15:28:48 +00:00
parent 56e771a04d
commit 46b109064d
2 changed files with 3 additions and 2 deletions

View File

@ -296,9 +296,10 @@ fi
%endif %endif
%changelog %changelog
* Wed May 9 2007 Steve Dickson <steved@redhat.com> 1.0.10-18 * Wed May 9 2007 Steve Dickson <steved@redhat.com> 1.0.12-18
- Fix mount.nfs4 to display correct error message (bz 227212) - Fix mount.nfs4 to display correct error message (bz 227212)
- Updated mountd and showmount reverse lookup flags (bz 220772) - Updated mountd and showmount reverse lookup flags (bz 220772)
- Eliminate timeout on nfsd shutdowns (bz 222001)
* Tue Apr 3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4 * Tue Apr 3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4
- Replace portmap dependency with an rpcbind dependency (bz 228894) - Replace portmap dependency with an rpcbind dependency (bz 228894)

View File

@ -105,7 +105,7 @@ case "$1" in
killproc rpc.mountd killproc rpc.mountd
echo echo
echo -n $"Shutting down NFS daemon: " echo -n $"Shutting down NFS daemon: "
killproc nfsd killproc nfsd -2
echo echo
if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then if [ -n "$RQUOTAD" -a "$RQUOTAD" != "no" ]; then
echo -n $"Shutting down NFS quotas: " echo -n $"Shutting down NFS quotas: "