diff options
author | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
commit | 2ec922eed5093084837be628efc07c635ad30357 (patch) | |
tree | 191d18163e85eb614e33a38bd93da35b7c3f3366 /util-linux | |
parent | 6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff) | |
download | busybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.gz busybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.bz2 busybox-w32-2ec922eed5093084837be628efc07c635ad30357.zip |
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 33567d9a9..f76f3f4c4 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -27,7 +27,7 @@ config CONFIG_FBSET | |||
27 | if you wish to enable the 'fbset' utility. | 27 | if you wish to enable the 'fbset' utility. |
28 | 28 | ||
29 | config CONFIG_FEATURE_FBSET_FANCY | 29 | config CONFIG_FEATURE_FBSET_FANCY |
30 | bool " Turn on extra fbset options" | 30 | bool "Turn on extra fbset options" |
31 | default n | 31 | default n |
32 | depends on CONFIG_FBSET | 32 | depends on CONFIG_FBSET |
33 | help | 33 | help |
@@ -37,7 +37,7 @@ config CONFIG_FEATURE_FBSET_FANCY | |||
37 | options. | 37 | options. |
38 | 38 | ||
39 | config CONFIG_FEATURE_FBSET_READMODE | 39 | config CONFIG_FEATURE_FBSET_READMODE |
40 | bool " Turn on fbset readmode support" | 40 | bool "Turn on fbset readmode support" |
41 | default n | 41 | default n |
42 | depends on CONFIG_FBSET | 42 | depends on CONFIG_FBSET |
43 | help | 43 | help |
@@ -73,14 +73,14 @@ config CONFIG_FDISK | |||
73 | 'disk slices' that are defined on a hard drive. | 73 | 'disk slices' that are defined on a hard drive. |
74 | 74 | ||
75 | config FDISK_SUPPORT_LARGE_DISKS | 75 | config FDISK_SUPPORT_LARGE_DISKS |
76 | bool " support over 4GB disks" | 76 | bool "support over 4GB disks" |
77 | default y | 77 | default y |
78 | depends on CONFIG_FDISK | 78 | depends on CONFIG_FDISK |
79 | help | 79 | help |
80 | Enable this option to support large disks > 4GB. | 80 | Enable this option to support large disks > 4GB. |
81 | 81 | ||
82 | config CONFIG_FEATURE_FDISK_WRITABLE | 82 | config CONFIG_FEATURE_FDISK_WRITABLE |
83 | bool " Write support" | 83 | bool "Write support" |
84 | default y | 84 | default y |
85 | depends on CONFIG_FDISK | 85 | depends on CONFIG_FDISK |
86 | help | 86 | help |
@@ -89,7 +89,7 @@ config CONFIG_FEATURE_FDISK_WRITABLE | |||
89 | disabled, you will only be able to view the partition table. | 89 | disabled, you will only be able to view the partition table. |
90 | 90 | ||
91 | config CONFIG_FEATURE_AIX_LABEL | 91 | config CONFIG_FEATURE_AIX_LABEL |
92 | bool " Support AIX disklabels" | 92 | bool "Support AIX disklabels" |
93 | default n | 93 | default n |
94 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE | 94 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE |
95 | help | 95 | help |
@@ -97,7 +97,7 @@ config CONFIG_FEATURE_AIX_LABEL | |||
97 | Most people can safely leave this option disabled. | 97 | Most people can safely leave this option disabled. |
98 | 98 | ||
99 | config CONFIG_FEATURE_SGI_LABEL | 99 | config CONFIG_FEATURE_SGI_LABEL |
100 | bool " Support SGI disklabels" | 100 | bool "Support SGI disklabels" |
101 | default n | 101 | default n |
102 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE | 102 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE |
103 | help | 103 | help |
@@ -105,7 +105,7 @@ config CONFIG_FEATURE_SGI_LABEL | |||
105 | Most people can safely leave this option disabled. | 105 | Most people can safely leave this option disabled. |
106 | 106 | ||
107 | config CONFIG_FEATURE_SUN_LABEL | 107 | config CONFIG_FEATURE_SUN_LABEL |
108 | bool " Support SUN disklabels" | 108 | bool "Support SUN disklabels" |
109 | default n | 109 | default n |
110 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE | 110 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE |
111 | help | 111 | help |
@@ -113,7 +113,7 @@ config CONFIG_FEATURE_SUN_LABEL | |||
113 | Most people can safely leave this option disabled. | 113 | Most people can safely leave this option disabled. |
114 | 114 | ||
115 | config CONFIG_FEATURE_OSF_LABEL | 115 | config CONFIG_FEATURE_OSF_LABEL |
116 | bool " Support BSD disklabels" | 116 | bool "Support BSD disklabels" |
117 | default n | 117 | default n |
118 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE | 118 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE |
119 | help | 119 | help |
@@ -121,7 +121,7 @@ config CONFIG_FEATURE_OSF_LABEL | |||
121 | and define and edit BSD disk slices. | 121 | and define and edit BSD disk slices. |
122 | 122 | ||
123 | config CONFIG_FEATURE_FDISK_ADVANCED | 123 | config CONFIG_FEATURE_FDISK_ADVANCED |
124 | bool " Support expert mode" | 124 | bool "Support expert mode" |
125 | default n | 125 | default n |
126 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE | 126 | depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE |
127 | help | 127 | help |
@@ -164,7 +164,7 @@ comment "Minix filesystem support" | |||
164 | depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX | 164 | depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX |
165 | 165 | ||
166 | config CONFIG_FEATURE_MINIX2 | 166 | config CONFIG_FEATURE_MINIX2 |
167 | bool " Support Minix fs v2 (fsck_minix/mkfs_minix)" | 167 | bool "Support Minix fs v2 (fsck_minix/mkfs_minix)" |
168 | default y | 168 | default y |
169 | depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX | 169 | depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX |
170 | help | 170 | help |
@@ -200,7 +200,7 @@ config CONFIG_HWCLOCK | |||
200 | correct time when Linux is _not_ running. | 200 | correct time when Linux is _not_ running. |
201 | 201 | ||
202 | config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS | 202 | config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS |
203 | bool " Support long options (--hctosys,...)" | 203 | bool "Support long options (--hctosys,...)" |
204 | default n | 204 | default n |
205 | depends on CONFIG_HWCLOCK | 205 | depends on CONFIG_HWCLOCK |
206 | help | 206 | help |
@@ -209,7 +209,7 @@ config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS | |||
209 | then enable this option. | 209 | then enable this option. |
210 | 210 | ||
211 | config CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS | 211 | config CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS |
212 | bool " Use FHS /var/lib/hwclock/adjtime" | 212 | bool "Use FHS /var/lib/hwclock/adjtime" |
213 | default y | 213 | default y |
214 | depends on CONFIG_HWCLOCK | 214 | depends on CONFIG_HWCLOCK |
215 | help | 215 | help |
@@ -255,7 +255,7 @@ config CONFIG_MDEV | |||
255 | from sysfs. | 255 | from sysfs. |
256 | 256 | ||
257 | config CONFIG_FEATURE_MDEV_CONF | 257 | config CONFIG_FEATURE_MDEV_CONF |
258 | bool " Support /etc/mdev.conf" | 258 | bool "Support /etc/mdev.conf" |
259 | default n | 259 | default n |
260 | depends on CONFIG_MDEV | 260 | depends on CONFIG_MDEV |
261 | help | 261 | help |
@@ -289,7 +289,7 @@ config CONFIG_MKSWAP | |||
289 | the swap space using the 'swapon' utility. | 289 | the swap space using the 'swapon' utility. |
290 | 290 | ||
291 | config CONFIG_FEATURE_MKSWAP_V0 | 291 | config CONFIG_FEATURE_MKSWAP_V0 |
292 | bool " version 0 support" | 292 | bool "version 0 support" |
293 | default n | 293 | default n |
294 | depends on CONFIG_MKSWAP | 294 | depends on CONFIG_MKSWAP |
295 | # depends on CONFIG_MKSWAP && CONFIG_DEPRECATED | 295 | # depends on CONFIG_MKSWAP && CONFIG_DEPRECATED |
@@ -309,7 +309,7 @@ config CONFIG_MORE | |||
309 | any need to reading text files, you can leave this disabled. | 309 | any need to reading text files, you can leave this disabled. |
310 | 310 | ||
311 | config CONFIG_FEATURE_USE_TERMIOS | 311 | config CONFIG_FEATURE_USE_TERMIOS |
312 | bool " Use termios to manipulate the screen" | 312 | bool "Use termios to manipulate the screen" |
313 | default y | 313 | default y |
314 | depends on CONFIG_MORE | 314 | depends on CONFIG_MORE |
315 | help | 315 | help |
@@ -331,7 +331,7 @@ config CONFIG_MOUNT | |||
331 | the 'mount' utility. | 331 | the 'mount' utility. |
332 | 332 | ||
333 | config CONFIG_FEATURE_MOUNT_NFS | 333 | config CONFIG_FEATURE_MOUNT_NFS |
334 | bool " Support mounting NFS file systems" | 334 | bool "Support mounting NFS file systems" |
335 | default n | 335 | default n |
336 | depends on CONFIG_MOUNT | 336 | depends on CONFIG_MOUNT |
337 | help | 337 | help |
@@ -413,7 +413,7 @@ config CONFIG_UMOUNT | |||
413 | also want to enable 'umount'. | 413 | also want to enable 'umount'. |
414 | 414 | ||
415 | config CONFIG_FEATURE_UMOUNT_ALL | 415 | config CONFIG_FEATURE_UMOUNT_ALL |
416 | bool " umount -a option" | 416 | bool "umount -a option" |
417 | default n | 417 | default n |
418 | depends on CONFIG_UMOUNT | 418 | depends on CONFIG_UMOUNT |
419 | help | 419 | help |
@@ -423,7 +423,7 @@ comment "Common options for mount/umount" | |||
423 | depends on CONFIG_MOUNT || CONFIG_UMOUNT | 423 | depends on CONFIG_MOUNT || CONFIG_UMOUNT |
424 | 424 | ||
425 | config CONFIG_FEATURE_MOUNT_LOOP | 425 | config CONFIG_FEATURE_MOUNT_LOOP |
426 | bool " Support loopback mounts" | 426 | bool "Support loopback mounts" |
427 | default n | 427 | default n |
428 | depends on CONFIG_MOUNT || CONFIG_UMOUNT | 428 | depends on CONFIG_MOUNT || CONFIG_UMOUNT |
429 | help | 429 | help |
@@ -439,7 +439,7 @@ config CONFIG_FEATURE_MOUNT_LOOP | |||
439 | (If you don't want umount to free the loop device, use "umount -D".) | 439 | (If you don't want umount to free the loop device, use "umount -D".) |
440 | 440 | ||
441 | config CONFIG_FEATURE_MTAB_SUPPORT | 441 | config CONFIG_FEATURE_MTAB_SUPPORT |
442 | bool " Support for the old /etc/mtab file" | 442 | bool "Support for the old /etc/mtab file" |
443 | default n | 443 | default n |
444 | depends on CONFIG_MOUNT || CONFIG_UMOUNT | 444 | depends on CONFIG_MOUNT || CONFIG_UMOUNT |
445 | help | 445 | help |