Subject: CVS commit: src/sbin
To: None <source-changes@NetBSD.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 01/31/2005 05:19:19
Module Name:	src
Committed By:	erh
Date:		Mon Jan 31 05:19:19 UTC 2005

Modified Files:
	src/sbin/mount_ados: mount_ados.8 mount_ados.c
	src/sbin/mount_cd9660: mount_cd9660.8 mount_cd9660.c
	src/sbin/mount_ext2fs: mount_ext2fs.8 mount_ext2fs.c
	src/sbin/mount_fdesc: mount_fdesc.8 mount_fdesc.c
	src/sbin/mount_ffs: mount_ffs.8 mount_ffs.c
	src/sbin/mount_filecore: mount_filecore.8 mount_filecore.c
	src/sbin/mount_kernfs: mount_kernfs.8 mount_kernfs.c
	src/sbin/mount_lfs: mount_lfs.8 mount_lfs.c
	src/sbin/mount_msdos: mount_msdos.8 mount_msdos.c
	src/sbin/mount_nfs: mount_nfs.8 mount_nfs.c
	src/sbin/mount_ntfs: mount_ntfs.8 mount_ntfs.c
	src/sbin/mount_null: mount_null.8 mount_null.c
	src/sbin/mount_overlay: mount_overlay.c
	src/sbin/mount_portal: mount_portal.8 mount_portal.c
	src/sbin/mount_procfs: mount_procfs.8 mount_procfs.c
	src/sbin/mount_ptyfs: mount_ptyfs.8 mount_ptyfs.c
	src/sbin/mount_umap: mount_umap.8 mount_umap.c
	src/sbin/mount_union: mount_union.8 mount_union.c

Log Message:
Fix PR#3617 and PR#3205: call realpath to convert mount points and paths to
device nodes into absolute paths before using them.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sbin/mount_ados/mount_ados.8 \
    src/sbin/mount_ados/mount_ados.c
cvs rdiff -r1.22 -r1.23 src/sbin/mount_cd9660/mount_cd9660.8
cvs rdiff -r1.18 -r1.19 src/sbin/mount_cd9660/mount_cd9660.c
cvs rdiff -r1.12 -r1.13 src/sbin/mount_ext2fs/mount_ext2fs.8
cvs rdiff -r1.11 -r1.12 src/sbin/mount_ext2fs/mount_ext2fs.c
cvs rdiff -r1.14 -r1.15 src/sbin/mount_fdesc/mount_fdesc.8 \
    src/sbin/mount_fdesc/mount_fdesc.c
cvs rdiff -r1.12 -r1.13 src/sbin/mount_ffs/mount_ffs.8
cvs rdiff -r1.15 -r1.16 src/sbin/mount_ffs/mount_ffs.c
cvs rdiff -r1.12 -r1.13 src/sbin/mount_filecore/mount_filecore.8
cvs rdiff -r1.9 -r1.10 src/sbin/mount_filecore/mount_filecore.c
cvs rdiff -r1.15 -r1.16 src/sbin/mount_kernfs/mount_kernfs.8 \
    src/sbin/mount_kernfs/mount_kernfs.c
cvs rdiff -r1.12 -r1.13 src/sbin/mount_lfs/mount_lfs.8
cvs rdiff -r1.20 -r1.21 src/sbin/mount_lfs/mount_lfs.c
cvs rdiff -r1.30 -r1.31 src/sbin/mount_msdos/mount_msdos.8
cvs rdiff -r1.34 -r1.35 src/sbin/mount_msdos/mount_msdos.c
cvs rdiff -r1.26 -r1.27 src/sbin/mount_nfs/mount_nfs.8
cvs rdiff -r1.45 -r1.46 src/sbin/mount_nfs/mount_nfs.c
cvs rdiff -r1.16 -r1.17 src/sbin/mount_ntfs/mount_ntfs.8
cvs rdiff -r1.10 -r1.11 src/sbin/mount_ntfs/mount_ntfs.c
cvs rdiff -r1.20 -r1.21 src/sbin/mount_null/mount_null.8
cvs rdiff -r1.11 -r1.12 src/sbin/mount_null/mount_null.c
cvs rdiff -r1.5 -r1.6 src/sbin/mount_overlay/mount_overlay.c
cvs rdiff -r1.19 -r1.20 src/sbin/mount_portal/mount_portal.8
cvs rdiff -r1.25 -r1.26 src/sbin/mount_portal/mount_portal.c
cvs rdiff -r1.25 -r1.26 src/sbin/mount_procfs/mount_procfs.8
cvs rdiff -r1.15 -r1.16 src/sbin/mount_procfs/mount_procfs.c
cvs rdiff -r1.4 -r1.5 src/sbin/mount_ptyfs/mount_ptyfs.8
cvs rdiff -r1.3 -r1.4 src/sbin/mount_ptyfs/mount_ptyfs.c
cvs rdiff -r1.17 -r1.18 src/sbin/mount_umap/mount_umap.8
cvs rdiff -r1.14 -r1.15 src/sbin/mount_umap/mount_umap.c
cvs rdiff -r1.15 -r1.16 src/sbin/mount_union/mount_union.8
cvs rdiff -r1.12 -r1.13 src/sbin/mount_union/mount_union.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.