summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-06-25 05:06:57 +0000
committerrafan <rafan@FreeBSD.org>2007-06-25 05:06:57 +0000
commitff392b04b74152c589e9f14ea31c47885b30f255 (patch)
treee25bb945a43065c7209e5ce70cacca6e5925c8b5 /sbin/mount
parentc929d3d5a396a1c17fc61042ec7a1052060830b5 (diff)
downloadFreeBSD-src-ff392b04b74152c589e9f14ea31c47885b30f255.zip
FreeBSD-src-ff392b04b74152c589e9f14ea31c47885b30f255.tar.gz
- Remove UMAP filesystem. It was disconnected from build three years ago,
and it is seriously broken. Discussed on: freebsd-arch@ Approved by: re (mux)
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.82
-rw-r--r--sbin/mount/mount.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index db3e477..440b7e2 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -420,7 +420,6 @@ However, for the following file system types:
.Cm portalfs ,
.Cm smbfs ,
.Cm udf ,
-.Cm umapfs ,
and
.Cm unionfs ,
.Nm
@@ -513,7 +512,6 @@ support for a particular file system might be provided either on a static
.Xr mount_smbfs 8 ,
.Xr mount_std 8 ,
.Xr mount_udf 8 ,
-.Xr mount_umapfs 8 ,
.Xr mount_unionfs 8 ,
.Xr umount 8
.Sh CAVEATS
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 4148163..99cab23 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -135,8 +135,7 @@ use_mountprog(const char *vfstype)
unsigned int i;
const char *fs[] = {
"cd9660", "mfs", "msdosfs", "nfs", "nfs4", "ntfs",
- "nwfs", "nullfs", "portalfs", "smbfs", "udf", "umapfs",
- "unionfs",
+ "nwfs", "nullfs", "portalfs", "smbfs", "udf", "unionfs",
NULL
};
OpenPOWER on IntegriCloud