Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 1996 00:44:24 -0800 (PST)
From:      "Jordan K. Hubbard" <jkh>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/mount mount.c
Message-ID:  <199603030844.AAA28759@freefall.freebsd.org>

next 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
  
  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



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