diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-10 11:17:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-10 11:17:17 +0000 |
commit | 94f19a838518293810a0fc0c4dca926ca8caff57 (patch) | |
tree | c60a8768afb5a3f8377f46c30e7d70e157c22b83 | |
parent | 744a194f53b0e524814a4e40e05d621e6c4222a0 (diff) | |
download | busybox-w32-94f19a838518293810a0fc0c4dca926ca8caff57.tar.gz busybox-w32-94f19a838518293810a0fc0c4dca926ca8caff57.tar.bz2 busybox-w32-94f19a838518293810a0fc0c4dca926ca8caff57.zip |
oops
-rw-r--r-- | util-linux/config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/config.in b/util-linux/config.in index 067ced60d..267383085 100644 --- a/util-linux/config.in +++ b/util-linux/config.in | |||
@@ -37,7 +37,6 @@ if [ "$CONFIG_MOUNT" = "y" ]; then | |||
37 | bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT | 37 | bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT |
38 | bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH | 38 | bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH |
39 | fi | 39 | fi |
40 | fi | ||
41 | bool 'umount' CONFIG_UMOUNT | 40 | bool 'umount' CONFIG_UMOUNT |
42 | if [ "$CONFIG_UMOUNT" = "y" ]; then | 41 | if [ "$CONFIG_UMOUNT" = "y" ]; then |
43 | bool ' Support forced filesystem unmounting' CONFIG_FEATURE_MOUNT_FORCE | 42 | bool ' Support forced filesystem unmounting' CONFIG_FEATURE_MOUNT_FORCE |