fsck_mfs was moved to /sbin some years back

This commit is contained in:
Sevan Janiyan 2018-11-21 15:08:31 +00:00
parent 4db99f4012
commit 09195b5432
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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 ]