merge from opendreambox branch
[vuplus_openembedded] / packages / initscripts / initscripts-1.0 / umountnfs.sh
index f5fe48a..600a8a4 100755 (executable)
@@ -17,7 +17,7 @@ test -f /etc/fstab && (
 #
 while read device mountpt fstype options
 do
-       if test "$fstype" = nfs ||  test "$fstype" = smbfs ||  test "$fstype" = ncpfs
+       if test "$fstype" = nfs ||  test "$fstype" = smbfs ||  test "$fstype" = ncpfs || test "$fstype" = cifs
        then
                umount -f $mountpt
        fi