aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
committerRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
commit2ec922eed5093084837be628efc07c635ad30357 (patch)
tree191d18163e85eb614e33a38bd93da35b7c3f3366
parent6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff)
downloadbusybox-2ec922eed5093084837be628efc07c635ad30357.tar.gz
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
-rw-r--r--archival/Config.in34
-rw-r--r--coreutils/Config.in56
-rw-r--r--debianutils/Config.in2
-rw-r--r--editors/Config.in22
-rw-r--r--findutils/Config.in30
-rw-r--r--init/Config.in10
-rw-r--r--loginutils/Config.in6
-rw-r--r--miscutils/Config.in24
-rw-r--r--modutils/Config.in6
-rw-r--r--procps/Config.in8
-rw-r--r--shell/Config.in28
-rw-r--r--sysklogd/Config.in10
-rw-r--r--util-linux/Config.in38
13 files changed, 137 insertions, 137 deletions
diff --git a/archival/Config.in b/archival/Config.in
index e3f6239f2..be0dc7779 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -29,7 +29,7 @@ config CONFIG_AR
probably say N here.
config CONFIG_FEATURE_AR_LONG_FILENAMES
- bool " Enable support for long filenames (not need for debs)"
+ bool "Enable support for long filenames (not need for debs)"
default n
depends on CONFIG_AR
help
@@ -89,7 +89,7 @@ config CONFIG_DPKG_DEB
probably say N here.
config CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY
- bool " extract only (-x)"
+ bool "extract only (-x)"
default n
depends on CONFIG_DPKG_DEB
help
@@ -106,7 +106,7 @@ config CONFIG_GUNZIP
an archive, without decompressing it.
config CONFIG_FEATURE_GUNZIP_UNCOMPRESS
- bool " Uncompress support"
+ bool "Uncompress support"
default n
depends on CONFIG_GUNZIP
help
@@ -142,7 +142,7 @@ config CONFIG_TAR
UNIX archive program.
config CONFIG_FEATURE_TAR_CREATE
- bool " Enable archive creation"
+ bool "Enable archive creation"
default y
depends on CONFIG_TAR
help
@@ -150,7 +150,7 @@ config CONFIG_FEATURE_TAR_CREATE
tar archives using the `-c' option.
config CONFIG_FEATURE_TAR_BZIP2
- bool " Enable -j option to handle .tar.bz2 files"
+ bool "Enable -j option to handle .tar.bz2 files"
default n
depends on CONFIG_TAR
help
@@ -158,7 +158,7 @@ config CONFIG_FEATURE_TAR_BZIP2
archives compressed with bzip2.
config CONFIG_FEATURE_TAR_LZMA
- bool " Enable -a option to handle .tar.lzma files"
+ bool "Enable -a option to handle .tar.lzma files"
default n
depends on CONFIG_TAR
help
@@ -166,7 +166,7 @@ config CONFIG_FEATURE_TAR_LZMA
archives compressed with lzma.
config CONFIG_FEATURE_TAR_FROM
- bool " Enable -X (exclude from) and -T (include from) options)"
+ bool "Enable -X (exclude from) and -T (include from) options)"
default n
depends on CONFIG_TAR
help
@@ -174,7 +174,7 @@ config CONFIG_FEATURE_TAR_FROM
a list of files to include or exclude from an archive.
config CONFIG_FEATURE_TAR_GZIP
- bool " Enable -z option"
+ bool "Enable -z option"
default y
depends on CONFIG_TAR
help
@@ -182,7 +182,7 @@ config CONFIG_FEATURE_TAR_GZIP
when creating or extracting tar gziped archives.
config CONFIG_FEATURE_TAR_COMPRESS
- bool " Enable -Z option"
+ bool "Enable -Z option"
default n
depends on CONFIG_TAR
help
@@ -190,7 +190,7 @@ config CONFIG_FEATURE_TAR_COMPRESS
when extracting .tar.Z archives.
config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
- bool " Enable support for old tar header format"
+ bool "Enable support for old tar header format"
default N
depends on CONFIG_TAR
help
@@ -199,7 +199,7 @@ config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
repacking your ancient archives with the new format.
config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
- bool " Enable support for some GNU tar extensions"
+ bool "Enable support for some GNU tar extensions"
default y
depends on CONFIG_TAR
help
@@ -207,7 +207,7 @@ config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
linknames.
config CONFIG_FEATURE_TAR_LONG_OPTIONS
- bool " Enable long options"
+ bool "Enable long options"
default n
depends on CONFIG_TAR
help
@@ -236,7 +236,7 @@ config CONFIG_UNLZMA
should probably say N here.
config CONFIG_FEATURE_LZMA_FAST
- bool " Optimze unlzma for speed"
+ bool "Optimze unlzma for speed"
default n
depends on CONFIG_UNLZMA
help
@@ -257,7 +257,7 @@ comment "Common options for cpio and tar"
depends on CONFIG_CPIO || CONFIG_TAR
config CONFIG_FEATURE_UNARCHIVE_TAPE
- bool " Enable tape drive support"
+ bool "Enable tape drive support"
default n
depends on CONFIG_CPIO || CONFIG_TAR
help
@@ -267,7 +267,7 @@ comment "Common options for dpkg and dpkg_deb"
depends on CONFIG_DPKG || CONFIG_DPKG_DEB
config CONFIG_FEATURE_DEB_TAR_GZ
- bool " gzip debian packages (normal)"
+ bool "gzip debian packages (normal)"
default y if CONFIG_DPKG || CONFIG_DPKG_DEB
depends on CONFIG_DPKG || CONFIG_DPKG_DEB
help
@@ -276,7 +276,7 @@ config CONFIG_FEATURE_DEB_TAR_GZ
If you want compatibility with standard .deb's you should say yes here.
config CONFIG_FEATURE_DEB_TAR_BZ2
- bool " bzip2 debian packages"
+ bool "bzip2 debian packages"
default n
depends on CONFIG_DPKG || CONFIG_DPKG_DEB
help
@@ -287,7 +287,7 @@ config CONFIG_FEATURE_DEB_TAR_BZ2
use an internal control.tar.bz2 or data.tar.bz2.
config CONFIG_FEATURE_DEB_TAR_LZMA
- bool " lzma debian packages"
+ bool "lzma debian packages"
default n
depends on CONFIG_DPKG || CONFIG_DPKG_DEB
help
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 62c5c327d..c77a1c90f 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -87,7 +87,7 @@ config CONFIG_DATE
current time in the given format.
config CONFIG_FEATURE_DATE_ISOFMT
- bool " Enable ISO date format output (-I)"
+ bool "Enable ISO date format output (-I)"
default y
depends on CONFIG_DATE
help
@@ -118,7 +118,7 @@ config CONFIG_DIFF
the patch command.
config CONFIG_FEATURE_DIFF_BINARY
- bool " Enable checks for binary files"
+ bool "Enable checks for binary files"
default y
depends on CONFIG_DIFF
help
@@ -126,7 +126,7 @@ config CONFIG_FEATURE_DIFF_BINARY
before a comparison is carried out.
config CONFIG_FEATURE_DIFF_DIR
- bool " Enable directory support"
+ bool "Enable directory support"
default y
depends on CONFIG_DIFF
help
@@ -134,7 +134,7 @@ config CONFIG_FEATURE_DIFF_DIR
comparison.
config CONFIG_FEATURE_DIFF_MINIMAL
- bool " Enable -d option to find smaller sets of changes"
+ bool "Enable -d option to find smaller sets of changes"
default n
depends on CONFIG_DIFF
help
@@ -168,7 +168,7 @@ config CONFIG_DU
for specified files.
config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
- bool " Use a default blocksize of 1024 bytes (1K)"
+ bool "Use a default blocksize of 1024 bytes (1K)"
default y
depends on CONFIG_DU
help
@@ -182,7 +182,7 @@ config CONFIG_ECHO
# this entry also appears in shell/Config.in, next to the echo builtin
config CONFIG_FEATURE_FANCY_ECHO
- bool " Enable echo options (-n and -e)"
+ bool "Enable echo options (-n and -e)"
default y
depends on CONFIG_ECHO
help
@@ -204,7 +204,7 @@ config CONFIG_EXPR
to standard output.
config CONFIG_EXPR_MATH_SUPPORT_64
- bool " Extend Posix numbers support to 64 bit"
+ bool "Extend Posix numbers support to 64 bit"
default n
depends on CONFIG_EXPR
help
@@ -232,7 +232,7 @@ config CONFIG_HEAD
from files.
config CONFIG_FEATURE_FANCY_HEAD
- bool " Enable head options (-c, -q, and -v)"
+ bool "Enable head options (-c, -q, and -v)"
default n
depends on CONFIG_HEAD
help
@@ -282,56 +282,56 @@ config CONFIG_LS
ls is used to list the contents of directories.
config CONFIG_FEATURE_LS_FILETYPES
- bool " Enable filetyping options (-p and -F)"
+ bool "Enable filetyping options (-p and -F)"
default y
depends on CONFIG_LS
help
Enable the ls options (-p and -F).
config CONFIG_FEATURE_LS_FOLLOWLINKS
- bool " Enable symlinks dereferencing (-L)"
+ bool "Enable symlinks dereferencing (-L)"
default y
depends on CONFIG_LS
help
Enable the ls option (-L).
config CONFIG_FEATURE_LS_RECURSIVE
- bool " Enable recursion (-R)"
+ bool "Enable recursion (-R)"
default y
depends on CONFIG_LS
help
Enable the ls option (-R).
config CONFIG_FEATURE_LS_SORTFILES
- bool " Sort the file names"
+ bool "Sort the file names"
default y
depends on CONFIG_LS
help
Allow ls to sort file names alphabetically.
config CONFIG_FEATURE_LS_TIMESTAMPS
- bool " Show file timestamps"
+ bool "Show file timestamps"
default y
depends on CONFIG_LS
help
Allow ls to display timestamps for files.
config CONFIG_FEATURE_LS_USERNAME
- bool " Show username/groupnames"
+ bool "Show username/groupnames"
default y
depends on CONFIG_LS
help
Allow ls to display username/groupname for files.
config CONFIG_FEATURE_LS_COLOR
- bool " Allow use of color to identify file types"
+ bool "Allow use of color to identify file types"
default y
depends on CONFIG_LS
help
This enables the --color option to ls.
config CONFIG_FEATURE_LS_COLOR_IS_DEFAULT
- bool " Produce colored ls output by default"
+ bool "Produce colored ls output by default"
default n
depends on CONFIG_FEATURE_LS_COLOR
help
@@ -448,7 +448,7 @@ config CONFIG_SLEEP
sleep is used to pause for a specified number of seconds,
config CONFIG_FEATURE_FANCY_SLEEP
- bool " Enable multiple integer args and optional time suffixes"
+ bool "Enable multiple integer args and optional time suffixes"
default n
depends on CONFIG_SLEEP
help
@@ -461,7 +461,7 @@ config CONFIG_SORT
sort is used to sort lines of text in specified files.
config CONFIG_FEATURE_SORT_BIG
- bool " full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
+ bool "full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
default y
depends on CONFIG_SORT
help
@@ -479,7 +479,7 @@ config CONFIG_STAT
display file or filesystem status.
config CONFIG_FEATURE_STAT_FORMAT
- bool " Enable custom formats (-c)"
+ bool "Enable custom formats (-c)"
default n
depends on CONFIG_STAT
help
@@ -513,7 +513,7 @@ config CONFIG_TAIL
from files.
config CONFIG_FEATURE_FANCY_TAIL
- bool " Enable extra tail options (-q, -s, and -v)"
+ bool "Enable extra tail options (-q, -s, and -v)"
default y
depends on CONFIG_TAIL
help
@@ -528,7 +528,7 @@ config CONFIG_TEE
to standard output and files.
config CONFIG_FEATURE_TEE_USE_BLOCK_IO
- bool " Enable block i/o (larger/faster) instead of byte i/o."
+ bool "Enable block i/o (larger/faster) instead of byte i/o."
default n
depends on CONFIG_TEE
help
@@ -543,7 +543,7 @@ config CONFIG_TEST
and bash) have test builtin.
config CONFIG_FEATURE_TEST_64
- bool " Extend test to 64 bit"
+ bool "Extend test to 64 bit"
default n
depends on CONFIG_TEST
help
@@ -564,7 +564,7 @@ config CONFIG_TR
input, writing to standard output.
config CONFIG_FEATURE_TR_CLASSES
- bool " Enable character classes (such as [:upper:])"
+ bool "Enable character classes (such as [:upper:])"
default n
depends on CONFIG_TR
help
@@ -572,7 +572,7 @@ config CONFIG_FEATURE_TR_CLASSES
tr [:upper:] [:lower:] to convert input into lowercase.
config CONFIG_FEATURE_TR_EQUIV
- bool " Enable equivalence classes"
+ bool "Enable equivalence classes"
default n
depends on CONFIG_TR
help
@@ -665,7 +665,7 @@ comment "Common options for cp and mv"
depends on CONFIG_CP || CONFIG_MV
config CONFIG_FEATURE_PRESERVE_HARDLINKS
- bool " Preserve hard links"
+ bool "Preserve hard links"
default n
depends on CONFIG_CP || CONFIG_MV
help
@@ -675,7 +675,7 @@ comment "Common options for ls, more and telnet"
depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
config CONFIG_FEATURE_AUTOWIDTH
- bool " Calculate terminal & column widths"
+ bool "Calculate terminal & column widths"
default y
depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
help
@@ -689,7 +689,7 @@ comment "Common options for df, du, ls"
depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
config CONFIG_FEATURE_HUMAN_READABLE
- bool " Support for human readable output (example 13k, 23M, 235G)"
+ bool "Support for human readable output (example 13k, 23M, 235G)"
default n
depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
help
@@ -699,7 +699,7 @@ comment "Common options for md5sum, sha1sum"
depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
- bool " Enable -c, -s and -w options"
+ bool "Enable -c, -s and -w options"
default n
depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
help
diff --git a/debianutils/Config.in b/debianutils/Config.in
index f13d56ec7..146a24e61 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -25,7 +25,7 @@ config CONFIG_READLINK
of the file it points to
config CONFIG_FEATURE_READLINK_FOLLOW
- bool " Enable canonicalization by following all symlinks (-f)"
+ bool "Enable canonicalization by following all symlinks (-f)"
default n
depends on CONFIG_READLINK
help
diff --git a/editors/Config.in b/editors/Config.in
index bb0285976..a30879c63 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -13,7 +13,7 @@ config CONFIG_AWK
the BusyBox implementation of that programming language.
config CONFIG_FEATURE_AWK_MATH
- bool " Enable math functions (requires libm)"
+ bool "Enable math functions (requires libm)"
default y
depends on CONFIG_AWK
help
@@ -43,7 +43,7 @@ config CONFIG_VI
you may wish to use something else.
config CONFIG_FEATURE_VI_COLON
- bool " Enable \":\" colon commands (no \"ex\" mode)"
+ bool "Enable \":\" colon commands (no \"ex\" mode)"
default y
depends on CONFIG_VI
help
@@ -51,7 +51,7 @@ config CONFIG_FEATURE_VI_COLON
provide an "ex" mode.
config CONFIG_FEATURE_VI_YANKMARK
- bool " Enable yank/put commands and mark cmds"
+ bool "Enable yank/put commands and mark cmds"
default y
depends on CONFIG_VI
help
@@ -59,7 +59,7 @@ config CONFIG_FEATURE_VI_YANKMARK
busybox vi.
config CONFIG_FEATURE_VI_SEARCH
- bool " Enable search and replace cmds"
+ bool "Enable search and replace cmds"
default y
depends on CONFIG_VI
help
@@ -67,7 +67,7 @@ config CONFIG_FEATURE_VI_SEARCH
busybox vi.
config CONFIG_FEATURE_VI_USE_SIGNALS
- bool " Catch signals"
+ bool "Catch signals"
default y
depends on CONFIG_VI
help
@@ -76,14 +76,14 @@ config CONFIG_FEATURE_VI_USE_SIGNALS
Ctrl-Z and Ctrl-C and alarms.
config CONFIG_FEATURE_VI_DOT_CMD
- bool " Remember previous cmd and \".\" cmd"
+ bool "Remember previous cmd and \".\" cmd"
default y
depends on CONFIG_VI
help
Make busybox vi remember the last command and be able to repeat it.
config CONFIG_FEATURE_VI_READONLY
- bool " Enable -R option and \"view\" mode"
+ bool "Enable -R option and \"view\" mode"
default y
depends on CONFIG_VI
help
@@ -91,28 +91,28 @@ config CONFIG_FEATURE_VI_READONLY
open a file in read-only mode.
config CONFIG_FEATURE_VI_SETOPTS
- bool " Enable set-able options, ai ic showmatch"
+ bool "Enable set-able options, ai ic showmatch"
default y
depends on CONFIG_VI
help
Enable the editor to set some (ai, ic, showmatch) options.
config CONFIG_FEATURE_VI_SET
- bool " Support for :set"
+ bool "Support for :set"
default y
depends on CONFIG_VI
help
Support for ":set".
config CONFIG_FEATURE_VI_WIN_RESIZE
- bool " Handle window resize"
+ bool "Handle window resize"
default y
depends on CONFIG_VI
help
Make busybox vi behave nicely with terminals that get resized.
config CONFIG_FEATURE_VI_OPTIMIZE_CURSOR
- bool " Optimize cursor movement"
+ bool "Optimize cursor movement"
default y
depends on CONFIG_VI
help
diff --git a/findutils/Config.in b/findutils/Config.in
index 050fe901d..3a9a506d7 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -12,7 +12,7 @@ config CONFIG_FIND
find is used to search your system to find specified files.
config CONFIG_FEATURE_FIND_MTIME
- bool " Enable modified time matching (-mtime) option"
+ bool "Enable modified time matching (-mtime) option"
default y
depends on CONFIG_FIND
help
@@ -20,7 +20,7 @@ config CONFIG_FEATURE_FIND_MTIME
files, in days.
config CONFIG_FEATURE_FIND_MMIN
- bool " Enable modified time matching (-min) option"
+ bool "Enable modified time matching (-min) option"
default y
depends on CONFIG_FIND
help
@@ -28,14 +28,14 @@ config CONFIG_FEATURE_FIND_MMIN
files, in minutes.
config CONFIG_FEATURE_FIND_PERM
- bool " Enable permissions matching (-perm) option"
+ bool "Enable permissions matching (-perm) option"
default y
depends on CONFIG_FIND
help
Enable searching based on file permissions.
config CONFIG_FEATURE_FIND_TYPE
- bool " Enable filetype matching (-type) option"
+ bool "Enable filetype matching (-type) option"
default y
depends on CONFIG_FIND
help
@@ -43,7 +43,7 @@ config CONFIG_FEATURE_FIND_TYPE
directory, socket, device, etc.).
config CONFIG_FEATURE_FIND_XDEV
- bool " Enable stay in filesystem (-xdev) option"
+ bool "Enable stay in filesystem (-xdev) option"
default y
depends on CONFIG_FIND
help
@@ -51,7 +51,7 @@ config CONFIG_FEATURE_FIND_XDEV
filesystem.
config CONFIG_FEATURE_FIND_NEWER
- bool " Enable -newer option for comparing file mtimes"
+ bool "Enable -newer option for comparing file mtimes"
default y
depends on CONFIG_FIND
help
@@ -59,14 +59,14 @@ config CONFIG_FEATURE_FIND_NEWER
a modified time that is more recent than the specified FILE.
config CONFIG_FEATURE_FIND_INUM
- bool " Enable inode number matching (-inum) option"
+ bool "Enable inode number matching (-inum) option"
default y
depends on CONFIG_FIND
help
Support the 'find -inum' option for searching by inode number.
config CONFIG_FEATURE_FIND_EXEC
- bool " Enable (-exec) option allowing execution of commands"
+ bool "Enable (-exec) option allowing execution of commands"
default y
depends on CONFIG_FIND
help
@@ -80,7 +80,7 @@ config CONFIG_GREP
grep is used to search files for a specified pattern.
config CONFIG_FEATURE_GREP_EGREP_ALIAS
- bool " Support extended regular expressions (egrep & grep -E)"
+ bool "Support extended regular expressions (egrep & grep -E)"
default y
depends on CONFIG_GREP
help
@@ -89,7 +89,7 @@ config CONFIG_FEATURE_GREP_EGREP_ALIAS
and various repetition operators.
config CONFIG_FEATURE_GREP_FGREP_ALIAS
- bool " Alias fgrep to grep -F"
+ bool "Alias fgrep to grep -F"
default y
depends on CONFIG_GREP
help
@@ -98,7 +98,7 @@ config CONFIG_FEATURE_GREP_FGREP_ALIAS
grep -F is always builtin, this just creates the fgrep alias.
config CONFIG_FEATURE_GREP_CONTEXT
- bool " Enable before and after context flags (-A, -B and -C)"
+ bool "Enable before and after context flags (-A, -B and -C)"
default y
depends on CONFIG_GREP
help
@@ -114,7 +114,7 @@ config CONFIG_XARGS
every item from standard input.
config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION
- bool " Enable prompt and confirmation option -p"
+ bool "Enable prompt and confirmation option -p"
default n
depends on CONFIG_XARGS
help
@@ -122,7 +122,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION
line and read a line from the terminal.
config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES
- bool " Enable support single and double quotes and backslash"
+ bool "Enable support single and double quotes and backslash"
default n
depends on CONFIG_XARGS
help
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES
and backslash for can use aruments with spaces.
config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
- bool " Enable support options -x"
+ bool "Enable support options -x"
default n
depends on CONFIG_XARGS
help
@@ -138,7 +138,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
is exceeded.
config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM
- bool " Enable options -0"
+ bool "Enable options -0"
default n
depends on CONFIG_XARGS
help
diff --git a/init/Config.in b/init/Config.in
index d1e5f4712..113747133 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -12,14 +12,14 @@ config CONFIG_INIT
init is the first program run when the system boots.
config CONFIG_FEATURE_USE_INITTAB
- bool " Support reading an inittab file"
+ bool "Support reading an inittab file"
default y
depends on CONFIG_INIT
help
Allow init to read an inittab file when the system boot.
config CONFIG_FEATURE_INIT_SCTTY
- bool " Support running commands with a controlling-tty"
+ bool "Support running commands with a controlling-tty"
default n
depends on CONFIG_INIT
help
@@ -30,14 +30,14 @@ config CONFIG_FEATURE_INIT_SCTTY
the console is only accessed during development or for maintenance.
config CONFIG_FEATURE_EXTRA_QUIET
- bool " Be _extra_ quiet on boot"
+ bool "Be _extra_ quiet on boot"
default y
depends on CONFIG_INIT
help
Prevent init from logging some messages to the console during boot.
config CONFIG_FEATURE_INIT_COREDUMPS
- bool " Support dumping core for child processes (debugging only)"
+ bool "Support dumping core for child processes (debugging only)"
default n
depends on CONFIG_INIT
help
@@ -49,7 +49,7 @@ config CONFIG_FEATURE_INIT_COREDUMPS
config CONFIG_FEATURE_INITRD
- bool " Support running init from within an initrd (not initramfs)"
+ bool "Support running init from within an initrd (not initramfs)"
default y
depends on CONFIG_INIT
help
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 48bb1fee3..3bbb6d90c 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -84,14 +84,14 @@ config CONFIG_GETTY
getty lets you log in on a tty, it is normally invoked by init.
config CONFIG_FEATURE_UTMP
- bool " Support utmp file"
+ bool "Support utmp file"
depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_WHO
default n
help
The file /var/run/utmp is used to track who is currently logged in.
config CONFIG_FEATURE_WTMP
- bool " Support wtmp file"
+ bool "Support wtmp file"
depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_LAST
default n
select CONFIG_FEATURE_UTMP
@@ -110,7 +110,7 @@ config CONFIG_LOGIN
work properly.
config CONFIG_FEATURE_SECURETTY
- bool " Support for /etc/securetty"
+ bool "Support for /etc/securetty"
default y
depends on CONFIG_LOGIN
help
diff --git a/miscutils/Config.in b/miscutils/Config.in
index dcd19ad0d..45803ef7c 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -35,7 +35,7 @@ config CONFIG_CROND
work properly.
config CONFIG_FEATURE_CROND_CALL_SENDMAIL
- bool " Using /usr/sbin/sendmail?"
+ bool "Using /usr/sbin/sendmail?"
default n
depends on CONFIG_CROND
help
@@ -112,7 +112,7 @@ config CONFIG_LESS
a wide array of features, and is an improvement over 'more'.
config CONFIG_FEATURE_LESS_BRACKETS
- bool " Enable bracket searching"
+ bool "Enable bracket searching"
default y
depends on CONFIG_LESS
help
@@ -120,7 +120,7 @@ config CONFIG_FEATURE_LESS_BRACKETS
brackets, facilitating programming.
config CONFIG_FEATURE_LESS_FLAGS
- bool " Enable extra flags"
+ bool "Enable extra flags"
default y
depends on CONFIG_LESS
help
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_LESS_FLAGS
The -m flag enables a simpler status line with a percentage.
config CONFIG_FEATURE_LESS_FLAGCS
- bool " Enable flag changes"
+ bool "Enable flag changes"
default n
depends on CONFIG_LESS
help
@@ -138,14 +138,14 @@ config CONFIG_FEATURE_LESS_FLAGCS
less itself.
config CONFIG_FEATURE_LESS_MARKS
- bool " Enable marks"
+ bool "Enable marks"
default n
depends on CONFIG_LESS
help
Marks enable positions in a file to be stored for easy reference.
config CONFIG_FEATURE_LESS_REGEXP
- bool " Enable regular expressions"
+ bool "Enable regular expressions"
default n
depends on CONFIG_LESS
help
@@ -160,7 +160,7 @@ config CONFIG_HDPARM
CONFIG_FEATURE_HDPARM_GET_IDENTITY option)....
config CONFIG_FEATURE_HDPARM_GET_IDENTITY
- bool " Support obtaining detailed information directly from drives"
+ bool "Support obtaining detailed information directly from drives"
default y
depends on CONFIG_HDPARM
help
@@ -169,7 +169,7 @@ config CONFIG_FEATURE_HDPARM_GET_IDENTITY
feature set. Enabling this option will add about 16k...
config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
- bool " Register an IDE interface (DANGEROUS)"
+ bool "Register an IDE interface (DANGEROUS)"
default n
depends on CONFIG_HDPARM
help
@@ -177,7 +177,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
This is dangerous stuff, so you should probably say N.
config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
- bool " Un-register an IDE interface (DANGEROUS)"
+ bool "Un-register an IDE interface (DANGEROUS)"
default n
depends on CONFIG_HDPARM
help
@@ -185,7 +185,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
This is dangerous stuff, so you should probably say N.
config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
- bool " perform device reset (DANGEROUS)"
+ bool "perform device reset (DANGEROUS)"
default n
depends on CONFIG_HDPARM
help
@@ -193,7 +193,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
This is dangerous stuff, so you should probably say N.
config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
- bool " tristate device for hotswap (DANGEROUS)"
+ bool "tristate device for hotswap (DANGEROUS)"
default n
depends on CONFIG_HDPARM
help
@@ -202,7 +202,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
stuff, so you should probably say N.
config CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA
- bool " get/set using_dma flag (DANGEROUS)"
+ bool "get/set using_dma flag (DANGEROUS)"
default n
depends on CONFIG_HDPARM
help
diff --git a/modutils/Config.in b/modutils/Config.in
index b04988c7a..4384c54c8 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -111,7 +111,7 @@ comment "Options common to multiple modutils"
config CONFIG_FEATURE_CHECK_TAINTED_MODULE
# Simulate indentation
- bool " Support tainted module checking with new kernels"
+ bool "Support tainted module checking with new kernels"
default y
depends on CONFIG_INSMOD || CONFIG_LSMOD
help
@@ -122,7 +122,7 @@ config CONFIG_FEATURE_CHECK_TAINTED_MODULE
config CONFIG_FEATURE_2_4_MODULES
# Simulate indentation
- bool " Support version 2.2.x to 2.4.x Linux kernels"
+ bool "Support version 2.2.x to 2.4.x Linux kernels"
default y
depends on CONFIG_INSMOD || CONFIG_RMMOD
help
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_2_4_MODULES
config CONFIG_FEATURE_2_6_MODULES
# Simulate indentation
- bool " Support version 2.6.x Linux kernels"
+ bool "Support version 2.6.x Linux kernels"
default y
depends on CONFIG_INSMOD || CONFIG_RMMOD || CONFIG_MODPROBE
help
diff --git a/procps/Config.in b/procps/Config.in
index 52bfd3f43..2183fab9a 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -46,14 +46,14 @@ config CONFIG_PIDOF
those id's on the standard output.
config CONFIG_FEATURE_PIDOF_SINGLE
- bool " Enable argument for single shot (-s)"
+ bool "Enable argument for single shot (-s)"
default n
depends on CONFIG_PIDOF
help
Support argument '-s' for returning only the first pid found.
config CONFIG_FEATURE_PIDOF_OMIT
- bool " Enable argument for omitting pids (-o)"
+ bool "Enable argument for omitting pids (-o)"
default n
depends on CONFIG_PIDOF
help
@@ -68,7 +68,7 @@ config CONFIG_PS
ps gives a snapshot of the current processes.
config CONFIG_FEATURE_PS_WIDE
- bool " Enable argument for wide output (-w)"
+ bool "Enable argument for wide output (-w)"
default n
depends on CONFIG_PS
help
@@ -97,7 +97,7 @@ config CONFIG_TOP
system.
config CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
- bool " Support showing CPU usage percentage (add 2k bytes)"
+ bool "Support showing CPU usage percentage (add 2k bytes)"
default y
depends on CONFIG_TOP
help
diff --git a/shell/Config.in b/shell/Config.in
index fd73b156e..dde8fd1dd 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -48,14 +48,14 @@ comment "Ash Shell Options"
depends on CONFIG_ASH
config CONFIG_ASH_JOB_CONTROL
- bool " Enable Job control"
+ bool "Enable Job control"
default y
depends on CONFIG_ASH
help
Enable job control in the ash shell.
config CONFIG_ASH_READ_NCHARS
- bool " Enable 'read -n N' and 'read -s' support"
+ bool "Enable 'read -n N' and 'read -s' support"
default n
depends on CONFIG_ASH
help
@@ -63,7 +63,7 @@ config CONFIG_ASH_READ_NCHARS
'read -s' will read without echoing the user's input.
config CONFIG_ASH_READ_TIMEOUT
- bool " Enable 'read -t S' support."
+ bool "Enable 'read -t S' support."
default n
depends on CONFIG_ASH
help
@@ -72,21 +72,21 @@ config CONFIG_ASH_READ_TIMEOUT
as a decimal fraction, e.g. 'read -t 2.5 foo'.
config CONFIG_ASH_ALIAS
- bool " Enable alias support"
+ bool "Enable alias support"
default y
depends on CONFIG_ASH
help
Enable alias support in the ash shell.
config CONFIG_ASH_MATH_SUPPORT
- bool " Enable Posix math support"
+ bool "Enable Posix math support"
default y
depends on CONFIG_ASH
help
Enable math support in the ash shell.
config CONFIG_ASH_MATH_SUPPORT_64
- bool " Extend Posix math support to 64 bit"
+ bool "Extend Posix math support to 64 bit"
default n
depends on CONFIG_ASH_MATH_SUPPORT
help
@@ -95,14 +95,14 @@ config CONFIG_ASH_MATH_SUPPORT_64
large numbers.
config CONFIG_ASH_GETOPTS
- bool " Enable getopts builtin to parse positional parameters"
+ bool "Enable getopts builtin to parse positional parameters"
default n
depends on CONFIG_ASH
help
Enable getopts builtin in the ash shell.
config CONFIG_ASH_CMDCMD
- bool " Enable cmdcmd to override shell builtins"
+ bool "Enable cmdcmd to override shell builtins"
default n
depends on CONFIG_ASH
help
@@ -111,7 +111,7 @@ config CONFIG_ASH_CMDCMD
even when there is an ash builtin command with the same name.
config CONFIG_ASH_BUILTIN_ECHO
- bool " Enable builtin version of 'echo'"
+ bool "Enable builtin version of 'echo'"
default n
depends on CONFIG_ASH
help
@@ -119,28 +119,28 @@ config CONFIG_ASH_BUILTIN_ECHO
# this entry also appears in coreutils/Config.in, next to the echo applet
config CONFIG_FEATURE_FANCY_ECHO
- bool " Enable echo options (-n and -e)"
+ bool "Enable echo options (-n and -e)"
default y
depends on CONFIG_ASH_BUILTIN_ECHO
help
This adds options (-n and -e) to echo.
config CONFIG_ASH_MAIL
- bool " Check for new mail on interactive shells"
+ bool "Check for new mail on interactive shells"
default y
depends on CONFIG_ASH
help
Enable "check for new mail" in the ash shell.
config CONFIG_ASH_OPTIMIZE_FOR_SIZE
- bool " Optimize for size instead of speed"
+ bool "Optimize for size instead of speed"
default y
depends on CONFIG_ASH
help
Compile ash for reduced size at the price of speed.
config CONFIG_ASH_RANDOM_SUPPORT
- bool " Enable pseudorandom generator and variable $RANDOM"
+ bool "Enable pseudorandom generator and variable $RANDOM"
default n
depends on CONFIG_ASH
help
@@ -151,7 +151,7 @@ config CONFIG_ASH_RANDOM_SUPPORT
variable will no longer have special treatment.
config CONFIG_ASH_EXPAND_PRMT
- bool " Expand prompt string"
+ bool "Expand prompt string"
default n
depends on CONFIG_ASH
help
diff --git a/sysklogd/Config.in b/sysklogd/Config.in
index f77d79e8c..05983b68d 100644
--- a/sysklogd/Config.in
+++ b/sysklogd/Config.in
@@ -21,7 +21,7 @@ config CONFIG_SYSLOGD
you wait long enough....
config CONFIG_FEATURE_ROTATE_LOGFILE
- bool " Rotate message files"
+ bool "Rotate message files"
default n
depends on CONFIG_SYSLOGD
help
@@ -29,7 +29,7 @@ config CONFIG_FEATURE_ROTATE_LOGFILE
on his own. No need to use an external rotatescript.
config CONFIG_FEATURE_REMOTE_LOG
- bool " Remote Log support"
+ bool "Remote Log support"
default n
depends on CONFIG_SYSLOGD
help
@@ -43,7 +43,7 @@ config CONFIG_FEATURE_REMOTE_LOG
by an intruder.
config CONFIG_FEATURE_IPC_SYSLOG
- bool " Circular Buffer support"
+ bool "Circular Buffer support"
default n
depends on CONFIG_SYSLOGD
help
@@ -65,7 +65,7 @@ config CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE
used to record system log messages.
config CONFIG_LOGREAD
- bool " logread"
+ bool "logread"
default y
depends on CONFIG_FEATURE_IPC_SYSLOG
help
@@ -75,7 +75,7 @@ config CONFIG_LOGREAD
stored in the syslogd circular buffer.
config CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING
- bool " logread double buffering"
+ bool "logread double buffering"
default n
depends on CONFIG_LOGREAD
help
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
if you wish to enable the 'fbset' utility.
config CONFIG_FEATURE_FBSET_FANCY
- bool " Turn on extra fbset options"
+ bool "Turn on extra fbset options"
default n
depends on CONFIG_FBSET
help
@@ -37,7 +37,7 @@ config CONFIG_FEATURE_FBSET_FANCY
options.
config CONFIG_FEATURE_FBSET_READMODE
- bool " Turn on fbset readmode support"
+ bool "Turn on fbset readmode support"
default n
depends on CONFIG_FBSET
help
@@ -73,14 +73,14 @@ config CONFIG_FDISK
'disk slices' that are defined on a hard drive.
config FDISK_SUPPORT_LARGE_DISKS
- bool " support over 4GB disks"
+ bool "support over 4GB disks"
default y
depends on CONFIG_FDISK
help
Enable this option to support large disks > 4GB.
config CONFIG_FEATURE_FDISK_WRITABLE
- bool " Write support"
+ bool "Write support"
default y
depends on CONFIG_FDISK
help
@@ -89,7 +89,7 @@ config CONFIG_FEATURE_FDISK_WRITABLE
disabled, you will only be able to view the partition table.
config CONFIG_FEATURE_AIX_LABEL
- bool " Support AIX disklabels"
+ bool "Support AIX disklabels"
default n
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
@@ -97,7 +97,7 @@ config CONFIG_FEATURE_AIX_LABEL
Most people can safely leave this option disabled.
config CONFIG_FEATURE_SGI_LABEL
- bool " Support SGI disklabels"
+ bool "Support SGI disklabels"
default n
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
@@ -105,7 +105,7 @@ config CONFIG_FEATURE_SGI_LABEL
Most people can safely leave this option disabled.
config CONFIG_FEATURE_SUN_LABEL
- bool " Support SUN disklabels"
+ bool "Support SUN disklabels"
default n
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
@@ -113,7 +113,7 @@ config CONFIG_FEATURE_SUN_LABEL
Most people can safely leave this option disabled.
config CONFIG_FEATURE_OSF_LABEL
- bool " Support BSD disklabels"
+ bool "Support BSD disklabels"
default n
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
@@ -121,7 +121,7 @@ config CONFIG_FEATURE_OSF_LABEL
and define and edit BSD disk slices.
config CONFIG_FEATURE_FDISK_ADVANCED
- bool " Support expert mode"
+ bool "Support expert mode"
default n
depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
help
@@ -164,7 +164,7 @@ comment "Minix filesystem support"
depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
config CONFIG_FEATURE_MINIX2
- bool " Support Minix fs v2 (fsck_minix/mkfs_minix)"
+ bool "Support Minix fs v2 (fsck_minix/mkfs_minix)"
default y
depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
help
@@ -200,7 +200,7 @@ config CONFIG_HWCLOCK
correct time when Linux is _not_ running.
config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
- bool " Support long options (--hctosys,...)"
+ bool "Support long options (--hctosys,...)"
default n
depends on CONFIG_HWCLOCK
help
@@ -209,7 +209,7 @@ config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
then enable this option.
config CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS
- bool " Use FHS /var/lib/hwclock/adjtime"
+ bool "Use FHS /var/lib/hwclock/adjtime"
default y
depends on CONFIG_HWCLOCK
help
@@ -255,7 +255,7 @@ config CONFIG_MDEV
from sysfs.
config CONFIG_FEATURE_MDEV_CONF
- bool " Support /etc/mdev.conf"
+ bool "Support /etc/mdev.conf"
default n
depends on CONFIG_MDEV
help
@@ -289,7 +289,7 @@ config CONFIG_MKSWAP
the swap space using the 'swapon' utility.
config CONFIG_FEATURE_MKSWAP_V0
- bool " version 0 support"
+ bool "version 0 support"
default n
depends on CONFIG_MKSWAP
# depends on CONFIG_MKSWAP && CONFIG_DEPRECATED
@@ -309,7 +309,7 @@ config CONFIG_MORE
any need to reading text files, you can leave this disabled.
config CONFIG_FEATURE_USE_TERMIOS
- bool " Use termios to manipulate the screen"
+ bool "Use termios to manipulate the screen"
default y
depends on CONFIG_MORE
help
@@ -331,7 +331,7 @@ config CONFIG_MOUNT
the 'mount' utility.
config CONFIG_FEATURE_MOUNT_NFS
- bool " Support mounting NFS file systems"
+ bool "Support mounting NFS file systems"
default n
depends on CONFIG_MOUNT
help
@@ -413,7 +413,7 @@ config CONFIG_UMOUNT
also want to enable 'umount'.
config CONFIG_FEATURE_UMOUNT_ALL
- bool " umount -a option"
+ bool "umount -a option"
default n
depends on CONFIG_UMOUNT
help
@@ -423,7 +423,7 @@ comment "Common options for mount/umount"
depends on CONFIG_MOUNT || CONFIG_UMOUNT
config CONFIG_FEATURE_MOUNT_LOOP
- bool " Support loopback mounts"
+ bool "Support loopback mounts"
default n
depends on CONFIG_MOUNT || CONFIG_UMOUNT
help
@@ -439,7 +439,7 @@ config CONFIG_FEATURE_MOUNT_LOOP
(If you don't want umount to free the loop device, use "umount -D".)
config CONFIG_FEATURE_MTAB_SUPPORT
- bool " Support for the old /etc/mtab file"
+ bool "Support for the old /etc/mtab file"
default n
depends on CONFIG_MOUNT || CONFIG_UMOUNT
help