From 6543fe0d72876b97b53526c7c33a04cff6c8d9db Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Wed, 22 Nov 2006 00:23:11 +0000 Subject: [PATCH] Remove references to mount_devfs, mount_fdescfs, mount_linprocfs, mount_procfs. Reminded by: ru --- rescue/rescue/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index ce62be24447..240e3478f66 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -113,7 +113,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect bsdlabel \ kldconfig kldload kldstat kldunload ldconfig \ md5 mdconfig mdmfs mknod mount mount_cd9660 mount_ext2fs \ mount_msdosfs mount_nfs mount_ntfs mount_nullfs \ - mount_std mount_udf mount_umapfs mount_unionfs newfs \ + mount_udf mount_umapfs mount_unionfs newfs \ newfs_msdos nos-tun ping reboot \ restore rcorder route routed rtquery rtsol savecore \ slattach spppcontrol startslip swapon sysctl tunefs umount @@ -178,7 +178,6 @@ CRUNCH_ALIAS_reboot= fastboot halt fasthalt CRUNCH_ALIAS_restore= rrestore CRUNCH_ALIAS_dump= rdump CRUNCH_ALIAS_fsck_ffs= fsck_4.2bsd fsck_ufs -CRUNCH_ALIAS_mount_std= mount_devfs mount_fdescfs mount_linprocfs mount_procfs # dhclient has historically been troublesome... CRUNCH_PROGS_sbin+= dhclient