nfs-utils: fix unmount of nfs4-mounts if /proc/self/mounts is used instead of a real /etc/mtab
This commit is contained in:
parent
7f38deff6c
commit
a643459945
@ -1,5 +1,5 @@
|
||||
c5ccf58f5f9f57aba75c8b72219eb6e6 exports
|
||||
167ea3a16eb6f33b3642e920147bb265 idmapd.conf
|
||||
b5ce905faebc7f12e50f04d8a9574fe3 nfs
|
||||
1477840e1c19e0ac95c538db8b401d90 nfs
|
||||
8be543ca270c2234ff18f8c8d35e0d37 nfs-utils-1.2.6.tar.bz2
|
||||
071bb2c4e2104599f0bba55a8ce35f37 nfsserver
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=nfs-utils
|
||||
version=1.2.6
|
||||
release=1
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/project/nfs/$name/$version/$name-$version.tar.bz2 \
|
||||
exports idmapd.conf nfs nfsserver)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user