cvs commit: src/sbin/mount mntopts.h mount.8 mount.c
src/sbin/mount_std mount_std.8
Doug Barton
DougB at DougBarton.net
Tue Nov 30 00:45:51 PST 2004
Ruslan Ermilov wrote:
> ru 2004-11-29 09:35:01 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/mount mntopts.h mount.8 mount.c
> sbin/mount_std mount_std.8
> Log:
> Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).
>
> Asked to commit by: phk
>
> Revision Changes Path
> 1.23 +0 -2 src/sbin/mount/mntopts.h
> 1.69 +1 -7 src/sbin/mount/mount.8
> 1.67 +0 -2 src/sbin/mount/mount.c
> 1.23 +1 -2 src/sbin/mount_std/mount_std.8
>
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mntopts.h.diff?&r1=1.22&r2=1.23&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.8.diff?&r1=1.68&r2=1.69&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.c.diff?&r1=1.66&r2=1.67&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount_std/mount_std.8.diff?&r1=1.22&r2=1.23&f=h
FYI, this commit seems to have broken my line in fstab which has worked for
a long time:
md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0
Is it useful for the nodev option to cause a hard failure here? Note, I'm
not arguing against either change, just pointing out a side effect.
HTH,
Doug
--
If you're never wrong, you're not trying hard enough
More information about the cvs-src
mailing list