summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-11-22 17:54:56 +0000
committerphantom <phantom@FreeBSD.org>2000-11-22 17:54:56 +0000
commit57d956798542ea5f213d646e23f5646cfcb75ed1 (patch)
treecd3c2d72cf2137df2a0e32e2ac75f6f221da4454 /sbin
parent8c4923f1c3ca7cb5d68846e8a1a62b5ff418fe19 (diff)
downloadFreeBSD-src-57d956798542ea5f213d646e23f5646cfcb75ed1.zip
FreeBSD-src-57d956798542ea5f213d646e23f5646cfcb75ed1.tar.gz
We do not support lfs. Remove it from list of remountable fs'es.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 3177776..877339b 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -117,7 +117,7 @@ static struct opt {
*/
static const char *
remountable_fs_names[] = {
- "ufs", "ffs", "lfs", "ext2fs",
+ "ufs", "ffs", "ext2fs",
0
};
OpenPOWER on IntegriCloud