diff options
author | jkh <jkh@FreeBSD.org> | 1996-03-03 08:44:22 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-03-03 08:44:22 +0000 |
commit | a4107fca32bc1c4b153c0940afcc26f8c6b6b742 (patch) | |
tree | 71c986fdb0469c008960c5488b5bd0b8340fb63e /sbin/mount/mount.8 | |
parent | 6195d71f7ca9da292bed0d3c5cfcb5a8a5c5e87d (diff) | |
download | FreeBSD-src-a4107fca32bc1c4b153c0940afcc26f8c6b6b742.zip FreeBSD-src-a4107fca32bc1c4b153c0940afcc26f8c6b6b742.tar.gz |
Close PR#17. This may be a contraversal fix in that now mount will
spit out two error lines for a bogus filesystem type, e.g:
root@time-> mount -t foo /dev/sd0a /mnt
mount: exec /sbin/mount_foo for /mnt: No such file or directory
mount: exec /usr/sbin/mount_foo for /mnt: No such file or directory
But I would submit that if you're even going to scan multiple directories
for a mount_foo (which I actually think is somewhat bogus - if it's not
in /sbin, you're probably in big trouble anyway), you should emit an error
for each one. I got multiple complaints (in addition to the PR) that the
existing behavior was very confusing.
Diffstat (limited to 'sbin/mount/mount.8')
0 files changed, 0 insertions, 0 deletions