summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-01 10:07:28 +0000
committerru <ru@FreeBSD.org>2001-06-01 10:07:28 +0000
commite7a85be33fc3bc164d55aaa44eda7f972ff86850 (patch)
tree6322ab98c2e04f3bc5d1daf984487b0015829de9 /sbin
parente1524eb20ca44614d4942a0b92929a02e67dce44 (diff)
downloadFreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.zip
FreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.tar.gz
Remove vestiges of MFS.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/mount.89
-rw-r--r--sbin/mountd/Makefile1
-rw-r--r--sbin/umount/umount.84
3 files changed, 6 insertions, 8 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 05ae8b9..d371c20 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -224,14 +224,14 @@ For example, the
.Nm
command:
.Bd -literal -offset indent
-mount -t mfs -o nosuid,-N,-s=4000 /dev/dk0b /tmp
+mount -t unionfs -o -b /sys $HOME/sys
.Ed
.Pp
causes
.Nm
to execute the equivalent of:
.Bd -literal -offset indent
-/sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp
+/sbin/mount_unionfs -b /sys $HOME/sys
.Ed
.Pp
Additional options specific to filesystem types
@@ -279,13 +279,13 @@ For example, the
.Nm
command:
.Bd -literal -offset indent
-mount -a -t nonfs,mfs
+mount -a -t nonfs,nullfs
.Ed
.Pp
mounts all filesystems except those of type
.Tn NFS
and
-.Tn MFS .
+.Tn NULLFS .
.Pp
If the type is not one of the internally known types,
.Nm
@@ -374,7 +374,6 @@ file system table
.Xr mount_fdescfs 8 ,
.Xr mount_hpfs 8 ,
.Xr mount_linprocfs 8 ,
-.Xr mount_mfs 8 ,
.Xr mount_msdos 8 ,
.Xr mount_nfs 8 ,
.Xr mount_ntfs 8 ,
diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile
index 5baf042..96ec6b6 100644
--- a/sbin/mountd/Makefile
+++ b/sbin/mountd/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= mountd
-CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
MAN= exports.5 netgroup.5 mountd.8
.include <bsd.prog.mk>
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index 2b11394..3607368 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -102,13 +102,13 @@ For example, the
.Nm
command:
.Bd -literal -offset indent
-umount -a -t nfs,mfs
+umount -a -t nfs,nullfs
.Ed
.Pp
unmounts all filesystems of the type
.Tn NFS
and
-.Tn MFS
+.Tn NULLFS
that are listed in the
.Xr fstab 5
file.
OpenPOWER on IntegriCloud