freebsd-skq/sbin/mount_ifs
jkh a4107fca32 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.
1996-03-03 08:44:22 +00:00
..
getmntopts.3
getmntopts.c
Makefile
mntopts.h
mount_ufs.c
mount.8 Another round of various man page cleanups. 1996-02-09 17:25:57 +00:00
mount.c Close PR#17. This may be a contraversal fix in that now mount will 1996-03-03 08:44:22 +00:00
pathnames.h