diff options
author | gordon <gordon@FreeBSD.org> | 2003-06-30 21:13:56 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2003-06-30 21:13:56 +0000 |
commit | e812a8fe756a5ad0e03cf19023ae6a98e01d45fa (patch) | |
tree | 9c4195a87f40ddc4d00f116b84f191cfbcd67c2e /rescue | |
parent | 8695c8f35eb7012f30f8ddc5e4d328d33c2a3ca1 (diff) | |
download | FreeBSD-src-e812a8fe756a5ad0e03cf19023ae6a98e01d45fa.zip FreeBSD-src-e812a8fe756a5ad0e03cf19023ae6a98e01d45fa.tar.gz |
Remove mount_portalfs, it's just wrong in this context.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 43da5a4..e039d5f 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -109,7 +109,7 @@ CRUNCH_PROGS+=atm adjkerntz atacontrol badsect bsdlabel camcontrol \ fsirand gbde growfs ifconfig ilmid init ip6fw ipf ipfs ipfstat \ ipfw ipmon ipnat kldconfig kldload kldstat kldunload ldconfig \ md5 mdconfig mdmfs mknod mount mount_cd9660 mount_ext2fs \ - mount_msdosfs mount_nfs mount_ntfs mount_nullfs mount_portalfs \ + mount_msdosfs mount_nfs mount_ntfs mount_nullfs \ mount_std mount_udf mount_umapfs mount_unionfs natd newfs \ newfs_msdos nfsiod nos-tun ping ping6 quotacheck raidctl reboot \ restore rcorder route routed rtquery rtsol savecore shutdown \ |