Eliminate timeout on nfsd shutdowns (bz 222001)
This commit is contained in:
parent
56e771a04d
commit
46b109064d
@ -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)
|
||||||
|
2
nfs.init
2
nfs.init
@ -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: "
|
||||||
|
Loading…
Reference in New Issue
Block a user