diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2006-11-22 00:23:11 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2006-11-22 00:23:11 +0000 |
commit | 1c0f23902aa86222cdc12de854867444976d197f (patch) | |
tree | 730ca3c63787ff8b278989844fdfef1d72226358 /rescue | |
parent | 5ce0966852cf7de198655a637743469651cae4bd (diff) | |
download | FreeBSD-src-1c0f23902aa86222cdc12de854867444976d197f.zip FreeBSD-src-1c0f23902aa86222cdc12de854867444976d197f.tar.gz |
Remove references to mount_devfs, mount_fdescfs, mount_linprocfs, mount_procfs.
Reminded by: ru
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index ce62be2..240e347 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 |