summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorneilbrown <neilbrown>1999-11-22 23:23:50 +0000
committerneilbrown <neilbrown>1999-11-22 23:23:50 +0000
commit024b5b69d39bfbeebd97736c78852ab79412c6a4 (patch)
tree6de754e5b2bde2c85fbd48f7c6becb9f81356568 /etc
parenta24504ade282e4f7e2dec379368a2fd41680f388 (diff)
moved exportfs -au after stopping nfsd to stop spurious
ESTALE errors on server shutdown.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/redhat/nfs.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/redhat/nfs.init b/etc/redhat/nfs.init
index 6da8e0c..687b199 100755
--- a/etc/redhat/nfs.init
+++ b/etc/redhat/nfs.init
@@ -50,7 +50,6 @@ case "$1" in
;;
stop)
# Stop daemons.
- action "Shutting down NFS services: " /usr/sbin/exportfs -au
echo -n "Shutting down NFS mountd: "
killproc rpc.mountd
echo
@@ -60,6 +59,7 @@ case "$1" in
echo -n "Shutting down NFS quotas: "
killproc rpc.rquotad
echo
+ action "Shutting down NFS services: " /usr/sbin/exportfs -au
rm -f /var/lock/subsys/nfs
;;
status)