--- etc/rc.d/netfs.orig 2010-06-10 09:23:26.000000000 +0200 +++ etc/rc.d/netfs 2010-06-30 15:20:40.386869045 +0200 @@ -9,7 +9,7 @@ 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 rc=$(($rc+$?)) @@ -24,7 +24,7 @@ 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 rc=$(($rc+$?)) if [ $rc -gt 0 ]; then stat_fail