On Fri, Mar 21, 2003 at 06:06:53PM +0300, Zherdev Anatoly wrote:
> I try make fsck under -current for ufs1 file system (created under
> -stable) and fsck print out this:
> 
> 
> >fsck -y /dev/ad0s1a
> fsck: exec /usr/sbin/fsck_4.2BSD for /dev/ad0s1a: No such file or
> directory
> 
> fsck search /usr/sbin/fsck_4.2BSD , but system has only /sbin/fsck_4.2bsd
> 
> Need change 
> pathnames.h:#define _PATH_USRSBIN       "/usr/sbin"
> or need install fsck's to /usr/sbin
> 
> and need fsck_4.2BSD instead fsck_4.2bsd (or may be both)
Simply make link by: ln -s /sbin/fsck_4.2bsd /usr/sbin/fsck_4.2BSD
I don't think that you must think why fsck search other or
why it compiled with name in lower case.

If you want this then you must compare sources of fsck and fsck_4.2bsd.
> 
> 
> 
> 

-- 
With best wishes Nikolay
mail: [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to