fsck_mfs was moved to /sbin some years back
This commit is contained in:
parent
4db99f4012
commit
09195b5432
|
|
@ -6,15 +6,15 @@ d--755 0 0
|
|||
cdprobe ---755 0 0 cdprobe
|
||||
#endif
|
||||
sysenv ---755 0 0 sysenv
|
||||
#if RAMDISK_SMALL == 1
|
||||
fsck_mfs ---755 0 0 fsck_mfs
|
||||
#endif
|
||||
mount ---755 0 0 mount
|
||||
umount ---755 0 0 umount
|
||||
grep ---755 0 0 grep
|
||||
sh ---755 0 0 sh
|
||||
$
|
||||
sbin d--755 0 0
|
||||
#if RAMDISK_SMALL == 1
|
||||
fsck_mfs ---755 0 0 fsck_mfs
|
||||
#endif
|
||||
minix-service ---755 0 0 minix-service
|
||||
$
|
||||
service d--755 0 0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||
|
||||
FSCK=/bin/fsck_mfs
|
||||
FSCK=/sbin/fsck_mfs
|
||||
ACPI=/service/acpi
|
||||
|
||||
if [ X`sysenv arch` = Xi386 ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user