From ccc90d4d211a61a21c835c1e51c807ddd485a136 Mon Sep 17 00:00:00 2001 From: Roman Kyrylych Date: Thu, 14 Feb 2008 14:51:40 -0600 Subject: Add support for (un)mounting nfs4 Signed-off-by: Roman Kyrylych Signed-off-by: Aaron Griffin --- netfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netfs') diff --git a/netfs b/netfs index 4a8a309..c381594 100755 --- a/netfs +++ b/netfs @@ -6,7 +6,7 @@ case "$1" in start) stat_busy "Mounting Network Filesystems" - /bin/mount -a -t nfs,smbfs,codafs,ncpfs,cifs,shfs,fuse,fuseblk + /bin/mount -a -t nfs,nfs4,smbfs,codafs,ncpfs,cifs,shfs,fuse,fuseblk if [ $? -gt 0 ]; then stat_fail else @@ -16,7 +16,7 @@ case "$1" in ;; stop) stat_busy "Unmounting Network Filesystems" - umount -a -t nfs,smbfs,codafs,ncpfs,cifs,shfs,fuse,fuseblk + umount -a -t nfs,nfs4,smbfs,codafs,ncpfs,cifs,shfs,fuse,fuseblk if [ $? -gt 0 ]; then stat_fail else -- cgit v1.2.3