From b77f6400bd105dae85ed4b9bcb57776855e881a5 Mon Sep 17 00:00:00 2001 From: Seblu Date: Fri, 4 Mar 2011 02:35:36 +0100 Subject: Add davfs to the list of network filesystems in netfs Close FS#19952 Signed-off-by: Seblu --- netfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netfs') diff --git a/netfs b/netfs index d4a926f..2bcec6c 100755 --- a/netfs +++ b/netfs @@ -9,7 +9,7 @@ rc=0 case "$1" in start) stat_busy "Mounting Network Filesystems" - /bin/mount -a -t nfs,nfs4,smbfs,codafs,ncpfs,cifs,shfs,glusterfs,fuse,fuseblk,fuse.glusterfs + /bin/mount -a -t nfs,nfs4,smbfs,codafs,ncpfs,cifs,shfs,glusterfs,fuse,fuseblk,fuse.glusterfs,davfs rc=$? /bin/mount -a -O _netdev if ((rc + $? > 0)); then @@ -23,7 +23,7 @@ case "$1" in stat_busy "Unmounting Network Filesystems" /bin/umount -a -O _netdev rc=$? - /bin/umount -a -t nfs,nfs4,smbfs,codafs,ncpfs,cifs,shfs,glusterfs,fuse,fuseblk,fuse.glusterfs + /bin/umount -a -t nfs,nfs4,smbfs,codafs,ncpfs,cifs,shfs,glusterfs,fuse,fuseblk,fuse.glusterfs,davfs if ((rc + $? > 0)); then stat_fail else -- cgit v1.2.3