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)



---
Zherdev Anatoly.

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

Reply via email to