cvs commit: src/sbin/mount mount.8 mount.c src/sbin/umount
umount.8 umount.c
Matthew N. Dodd
mdodd at FreeBSD.org
Mon Apr 7 05:56:02 PDT 2003
mdodd 2003/04/07 05:56:01 PDT
FreeBSD src repository
Modified files:
sbin/mount mount.8 mount.c
sbin/umount umount.8 umount.c
Log:
Implement the '-F' option for mount & umount which allows the user to
specify an alternate fstab file.
Revision Changes Path
1.56 +12 -0 src/sbin/mount/mount.8
1.51 +5 -2 src/sbin/mount/mount.c
1.14 +12 -0 src/sbin/umount/umount.8
1.34 +6 -3 src/sbin/umount/umount.c
More information about the cvs-src
mailing list