summaryrefslogtreecommitdiff
path: root/nfs-utils/nfs
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-10-24 11:20:00 +0200
committerJuergen Daubert <jue@jue.li>2012-10-24 11:20:00 +0200
commita643459945c569029c76c1abefe265d54c123cb5 (patch)
tree4d17219786a3d2770555ac7e802ebc0782c97506 /nfs-utils/nfs
parent7f38deff6c139238833267a6ce247b7e179cf629 (diff)
downloadopt-a643459945c569029c76c1abefe265d54c123cb5.tar.gz
opt-a643459945c569029c76c1abefe265d54c123cb5.tar.xz
nfs-utils: fix unmount of nfs4-mounts if /proc/self/mounts is used instead of a real /etc/mtab
Diffstat (limited to 'nfs-utils/nfs')
-rw-r--r--nfs-utils/nfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs-utils/nfs b/nfs-utils/nfs
index 9392eea27..8b720c913 100644
--- a/nfs-utils/nfs
+++ b/nfs-utils/nfs
@@ -14,7 +14,7 @@ start)
/bin/mount -a -t nfs
;;
stop)
- /bin/umount -a -t nfs
+ /bin/umount -a -t nfs,nfs4
killall -q /usr/sbin/rpc.statd
killall -q /usr/sbin/rpc.idmapd
/bin/umount $PIPEFS

Generated by cgit