aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-01 06:45:55 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-01 06:45:55 +0000
commitc8c262a6baf3d072645f96a5bce27c96b034a392 (patch)
treee86eaef5a82709a64df6f0f712f325ab0be70ae0 /util-linux
parent083e85f0d0ccbfb0edeed1022e6fe1b2a9ad572d (diff)
downloadbusybox-w32-c8c262a6baf3d072645f96a5bce27c96b034a392.tar.gz
busybox-w32-c8c262a6baf3d072645f96a5bce27c96b034a392.tar.bz2
busybox-w32-c8c262a6baf3d072645f96a5bce27c96b034a392.zip
Some CML1 grammar fixes
-Erik git-svn-id: svn://busybox.net/trunk/busybox@5440 69ca8d6d-28ef-0310-b511-8ec308f3f277
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