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-2bec97c076e7183b4ce4e5de3739299bbd3a06fa.tar.gz
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
bool 'mount' CONFIG_MOUNT
if [ "$CONFIG_MOUNT" = "y" ]; then
bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT
- bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH
+ if [ "$CONFIG_FEATURE_USE_DEVPS_PATCH" = "n" ]; then
+ bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH
+ fi
fi
bool 'umount' CONFIG_UMOUNT
if [ "$CONFIG_UMOUNT" = "y" ]; then