Date: Sat, 9 Oct 1999 04:54:14 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/mount_msdos mount_msdos.c src/sbin/mount getmntopts.c mntopts.h mount.c src/sbin/mount_cd9660 mount_cd9660.c src/sbin/mount_ext2fs mount_ext2fs.c src/sbin/mount_nfs mount_nfs.c src/sbin/mount_ntfs mount_ntfs.c ... Message-ID: <199910091154.EAA79316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1999/10/09 04:54:14 PDT Modified files: sbin/i386/mount_msdos mount_msdos.c sbin/mount getmntopts.c mntopts.h mount.c sbin/mount_cd9660 mount_cd9660.c sbin/mount_ext2fs mount_ext2fs.c sbin/mount_nfs mount_nfs.c sbin/mount_ntfs mount_ntfs.c sbin/mount_null mount_null.c sbin/mount_portal mount_portal.c sbin/mount_std mount_std.c sbin/mount_umap mount_umap.c sbin/mount_union mount_union.c Log: mount* fixes from Martin Blapp <mb@imp.ch>: Made mount more userfriendly (bad slashes are now filtered out) and we remove in mount_nfs trailing slashes if there are any. Fixed mount_xxx binarys to resolve with realpath(3) the mountpoint. Translate the deprecated nfs-syntax with '@' to ':' . The ':' syntax has now precedence, but '@' still works. Notify the user that the '@' syntax should not be used. PR: 7846 PR: 13692 Submitted by: Martin Blapp <mb@imp.ch> Reviewed by: phk Revision Changes Path 1.18 +12 -14 src/sbin/i386/mount_msdos/mount_msdos.c 1.9 +40 -1 src/sbin/mount/getmntopts.c 1.16 +3 -1 src/sbin/mount/mntopts.h 1.34 +4 -12 src/sbin/mount/mount.c 1.15 +10 -3 src/sbin/mount_cd9660/mount_cd9660.c 1.11 +10 -3 src/sbin/mount_ext2fs/mount_ext2fs.c 1.33 +41 -14 src/sbin/mount_nfs/mount_nfs.c 1.3 +14 -16 src/sbin/mount_ntfs/mount_ntfs.c 1.13 +4 -6 src/sbin/mount_null/mount_null.c 1.16 +5 -3 src/sbin/mount_portal/mount_portal.c 1.10 +6 -2 src/sbin/mount_std/mount_std.c 1.15 +6 -4 src/sbin/mount_umap/mount_umap.c 1.12 +4 -6 src/sbin/mount_union/mount_union.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910091154.EAA79316>