Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 1996 10:02:13 -0800 (PST)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        jkh@freefall.freebsd.org (Jordan K. Hubbard)
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org
Subject:   Re: cvs commit:  src/sbin/mount mount.c
Message-ID:  <199603031802.KAA03361@GndRsh.aac.dev.com>
In-Reply-To: <199603030844.AAA28759@freefall.freebsd.org> from "Jordan K. Hubbard" at Mar 3, 96 00:44:24 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> jkh         96/03/03 00:44:24
> 
>   Modified:    sbin/mount  mount.c
>   Log:
>   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

mount: exec mount_foo could not be found in /sbin, /usr/sbin: 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.
>   
>   Revision  Changes    Path
>   1.9       +1 -5      src/sbin/mount/mount.c
> 


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603031802.KAA03361>