aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-09-01 06:45:55 +0000
committerEric Andersen <andersen@codepoet.org>2002-09-01 06:45:55 +0000
commit2bec97c076e7183b4ce4e5de3739299bbd3a06fa (patch)
treee86eaef5a82709a64df6f0f712f325ab0be70ae0 /util-linux
parent1130976f8ec187551c5c485bef3a0464a72f06a1 (diff)
downloadbusybox-w32-2bec97c076e7183b4ce4e5de3739299bbd3a06fa.tar.gz
busybox-w32-2bec97c076e7183b4ce4e5de3739299bbd3a06fa.tar.bz2
busybox-w32-2bec97c076e7183b4ce4e5de3739299bbd3a06fa.zip
Some CML1 grammar fixes
-Erik
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/util-linux/config.in b/util-linux/config.in
index bcc99bbe1..25d0c5ad4 100644
--- a/util-linux/config.in
+++ b/util-linux/config.in
@@ -43,7 +43,9 @@ bool 'swaponoff' CONFIG_SWAPONOFF
43bool 'mount' CONFIG_MOUNT 43bool 'mount' CONFIG_MOUNT
44if [ "$CONFIG_MOUNT" = "y" ]; then 44if [ "$CONFIG_MOUNT" = "y" ]; then
45 bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT 45 bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT
46 bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH 46 if [ "$CONFIG_FEATURE_USE_DEVPS_PATCH" = "n" ]; then
47 bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH
48 fi
47fi 49fi
48bool 'umount' CONFIG_UMOUNT 50bool 'umount' CONFIG_UMOUNT
49if [ "$CONFIG_UMOUNT" = "y" ]; then 51if [ "$CONFIG_UMOUNT" = "y" ]; then