Hi Javier,

you forgot ntfs in the list of foreign filesystems. The attached patch
adds it and also removes the duplicate ext entry that apparently slipped in.

elmar

-- 

 .'"`.                                                            /"\
| :' :   Elmar Hoffmann <[EMAIL PROTECTED]>    ASCII Ribbon Campaign  \ /
`. `'    GPG key available via pgp.net        against HTML email   X
  `-                                                    & vCards  / \
--- systems/Linux/2/gen_mounts.orig     2005-04-17 01:00:13.000000000 +0200
+++ systems/Linux/2/gen_mounts  2005-04-18 16:27:14.000000000 +0200
@@ -80,7 +80,6 @@
   [ "$1" = "ext" ] && LOCAL=0
   [ "$1" = "ext2" ] && LOCAL=0
   [ "$1" = "ext3" ] && LOCAL=0
-  [ "$1" = "ext" ] && LOCAL=0
   [ "$1" = "reiserfs" ] && LOCAL=0
   [ "$1" = "xfs" ] && LOCAL=0
   [ "$1" = "jfs" ] && LOCAL=0
@@ -98,6 +97,7 @@
   [ "$1" = "msdos" ] && LOCAL=1
   [ "$1" = "umsdos" ] && LOCAL=1
   [ "$1" = "vfat" ] && LOCAL=1
+  [ "$1" = "ntfs" ] && LOCAL=1
   [ "$1" = "hfs" ] && LOCAL=1
   [ "$1" = "qnx4" ] && LOCAL=1
   [ "$1" = "udf" ] && LOCAL=1

Attachment: signature.asc
Description: Digital signature

Reply via email to