aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-22 09:58:56 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-22 09:58:56 +0000
commitf5b2ef1fa680a60365df732e61ea814a492b3cdf (patch)
tree12be1aa9b2eb9021ca7b7b4547efbf6e2f3eb023
parent78a5a53bc68f7134a33d6c9084648b6325974124 (diff)
downloadbusybox-w32-f5b2ef1fa680a60365df732e61ea814a492b3cdf.tar.gz
busybox-w32-f5b2ef1fa680a60365df732e61ea814a492b3cdf.tar.bz2
busybox-w32-f5b2ef1fa680a60365df732e61ea814a492b3cdf.zip
Andreas Mohr writes:
the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer git-svn-id: svn://busybox.net/trunk/busybox@7692 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--archival/Config.in20
-rw-r--r--coreutils/Config.in18
-rw-r--r--editors/Config.in2
-rw-r--r--findutils/Config.in6
-rw-r--r--init/Config.in5
-rw-r--r--loginutils/Config.in24
-rw-r--r--miscutils/Config.in8
-rw-r--r--networking/Config.in34
-rw-r--r--networking/udhcp/Config.in2
-rw-r--r--procps/Config.in2
-rw-r--r--shell/Config.in17
-rw-r--r--sysdeps/linux/Config.in16
-rw-r--r--sysklogd/Config.in8
-rw-r--r--util-linux/Config.in45
14 files changed, 103 insertions, 104 deletions
diff --git a/archival/Config.in b/archival/Config.in
index b00bf2218..f6d3bee2e 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -42,7 +42,7 @@ config CONFIG_BUNZIP2
42 bool "bunzip2" 42 bool "bunzip2"
43 default n 43 default n
44 help 44 help
45 bunzip2 is an compression utility using the Burrows-Wheeler block 45 bunzip2 is a compression utility using the Burrows-Wheeler block
46 sorting text compression algorithm, and Huffman coding. Compression 46 sorting text compression algorithm, and Huffman coding. Compression
47 is generally considerably better than that achieved by more 47 is generally considerably better than that achieved by more
48 conventional LZ77/LZ78-based compressors, and approaches the 48 conventional LZ77/LZ78-based compressors, and approaches the
@@ -93,7 +93,7 @@ config CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY
93 default n 93 default n
94 depends on CONFIG_DPKG_DEB 94 depends on CONFIG_DPKG_DEB
95 help 95 help
96 This reduced dpkg-deb to the equivalent of "ar -p <deb> data.tar.gz | tar -zx". 96 This reduces dpkg-deb to the equivalent of "ar -p <deb> data.tar.gz | tar -zx".
97 However it saves space as none of the extra dpkg-deb, ar or tar options are 97 However it saves space as none of the extra dpkg-deb, ar or tar options are
98 needed, they are linked to internally. 98 needed, they are linked to internally.
99 99
@@ -104,7 +104,7 @@ config CONFIG_FEATURE_DEB_TAR_GZ
104 help 104 help
105 This is the default compression method inside the debian ar file. 105 This is the default compression method inside the debian ar file.
106 106
107 If you want compatability with standard .deb's you should say yes here. 107 If you want compatibility with standard .deb's you should say yes here.
108 108
109config CONFIG_FEATURE_DEB_TAR_BZ2 109config CONFIG_FEATURE_DEB_TAR_BZ2
110 bool " bzip2 debian packages" 110 bool " bzip2 debian packages"
@@ -114,7 +114,7 @@ config CONFIG_FEATURE_DEB_TAR_BZ2
114 This allows dpkg and dpkg-deb to extract deb's that are compressed internally 114 This allows dpkg and dpkg-deb to extract deb's that are compressed internally
115 with bzip2 instead of gzip. 115 with bzip2 instead of gzip.
116 116
117 You only want this is your are creating your own custom debian packages that 117 You only want this if you are creating your own custom debian packages that
118 use an internal control.tar.bz2 or data.tar.bz2. 118 use an internal control.tar.bz2 or data.tar.bz2.
119 119
120config CONFIG_GUNZIP 120config CONFIG_GUNZIP
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_GUNZIP_UNCOMPRESS
130 default n 130 default n
131 depends on CONFIG_GUNZIP 131 depends on CONFIG_GUNZIP
132 help 132 help
133 If you want gunzip to have the ability to decompress 133 Enable if you want gunzip to have the ability to decompress
134 archives created by the program compress (not much 134 archives created by the program compress (not much
135 used anymore). 135 used anymore).
136 136
@@ -139,7 +139,7 @@ config CONFIG_GZIP
139 default n 139 default n
140 help 140 help
141 gzip is used to compress files. 141 gzip is used to compress files.
142 It's probably the most used UNIX compression program. 142 It's probably the most widely used UNIX compression program.
143 143
144config CONFIG_RPM2CPIO 144config CONFIG_RPM2CPIO
145 bool "rpm2cpio" 145 bool "rpm2cpio"
@@ -151,14 +151,14 @@ config CONFIG_RPM
151 bool "rpm" 151 bool "rpm"
152 default n 152 default n
153 help 153 help
154 Mini RPM applet - querys and extracts 154 Mini RPM applet - queries and extracts
155 155
156config CONFIG_TAR 156config CONFIG_TAR
157 bool "tar" 157 bool "tar"
158 default n 158 default n
159 help 159 help
160 tar is an archiving program. It's commonly used with gzip to 160 tar is an archiving program. It's commonly used with gzip to
161 create compressed archives. It's probably the most used 161 create compressed archives. It's probably the most widely used
162 UNIX archive program. 162 UNIX archive program.
163 163
164config CONFIG_FEATURE_TAR_CREATE 164config CONFIG_FEATURE_TAR_CREATE
@@ -198,8 +198,8 @@ config CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY
198 default N 198 default N
199 depends on CONFIG_TAR 199 depends on CONFIG_TAR
200 help 200 help
201 This option is required to unpack archives created with 201 This option is required to unpack archives created in
202 in the old GNU format, help to kill this old format by 202 the old GNU format; help to kill this old format by
203 repacking your ancient archives with the new format. 203 repacking your ancient archives with the new format.
204 204
205config CONFIG_FEATURE_TAR_GNU_EXTENSIONS 205config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
diff --git a/coreutils/Config.in b/coreutils/Config.in
index c2ae399ef..db4fe39ff 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -17,7 +17,7 @@ config CONFIG_CAL
17 bool "cal" 17 bool "cal"
18 default n 18 default n
19 help 19 help
20 cal is used to display a montly calender. 20 cal is used to display a monthly calender.
21 21
22config CONFIG_CAT 22config CONFIG_CAT
23 bool "cat" 23 bool "cat"
@@ -30,7 +30,7 @@ config CONFIG_CHGRP
30 bool "chgrp" 30 bool "chgrp"
31 default n 31 default n
32 help 32 help
33 chgrp is used to change the group owership of files. 33 chgrp is used to change the group ownership of files.
34 34
35config CONFIG_CHMOD 35config CONFIG_CHMOD
36 bool "chmod" 36 bool "chmod"
@@ -42,7 +42,7 @@ config CONFIG_CHOWN
42 bool "chown" 42 bool "chown"
43 default n 43 default n
44 help 44 help
45 chown is used too change the user and/or group ownership 45 chown is used to change the user and/or group ownership
46 of files. 46 of files.
47 47
48config CONFIG_CHROOT 48config CONFIG_CHROOT
@@ -114,14 +114,14 @@ config CONFIG_DIRNAME
114 bool "dirname" 114 bool "dirname"
115 default n 115 default n
116 help 116 help
117 dirname is used to strip a non directory suffix from 117 dirname is used to strip a non-directory suffix from
118 a file name. 118 a file name.
119 119
120config CONFIG_DOS2UNIX 120config CONFIG_DOS2UNIX
121 bool "dos2unix/unix2dos" 121 bool "dos2unix/unix2dos"
122 default n 122 default n
123 help 123 help
124 dos2unix is uses to convert a text file from DOS format to 124 dos2unix is used to convert a text file from DOS format to
125 UNIX format, and vice versa. 125 UNIX format, and vice versa.
126 126
127config CONFIG_UNIX2DOS 127config CONFIG_UNIX2DOS
@@ -161,7 +161,7 @@ config CONFIG_ENV
161 default n 161 default n
162 help 162 help
163 env is used to set an environment variable and run 163 env is used to set an environment variable and run
164 a command, without options it displays the current 164 a command; without options it displays the current
165 environment. 165 environment.
166 166
167config CONFIG_EXPR 167config CONFIG_EXPR
@@ -353,7 +353,7 @@ config CONFIG_REALPATH
353 default n 353 default n
354 help 354 help
355 Return the canonicalized absolute pathname. 355 Return the canonicalized absolute pathname.
356 This isnt provided by GNU shellutils, but where else does it belong. 356 This isn't provided by GNU shellutils, but where else does it belong.
357 357
358config CONFIG_RM 358config CONFIG_RM
359 bool "rm" 359 bool "rm"
@@ -378,7 +378,7 @@ config CONFIG_FEATURE_SHA1SUM_CHECK
378 default n 378 default n
379 depends on CONFIG_SHA1SUM 379 depends on CONFIG_SHA1SUM
380 help 380 help
381 Enabling the -c and -w options allow files to be checked 381 Enabling the -c and -w options allows files to be checked
382 against pre-calculated hash values. 382 against pre-calculated hash values.
383 383
384config CONFIG_SLEEP 384config CONFIG_SLEEP
@@ -469,7 +469,7 @@ if !CONFIG_ASH && !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
469 help 469 help
470 test is used to check file types and compare values, 470 test is used to check file types and compare values,
471 returning an appropriate exit code. The shells (ash 471 returning an appropriate exit code. The shells (ash
472 and bash have test builtin). 472 and bash) have test builtin.
473endif 473endif
474 474
475config CONFIG_TOUCH 475config CONFIG_TOUCH
diff --git a/editors/Config.in b/editors/Config.in
index b491c2416..e2055cede 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -24,7 +24,7 @@ config CONFIG_PATCH
24 bool "patch" 24 bool "patch"
25 default n 25 default n
26 help 26 help
27 Apply a unified diff formated patch. 27 Apply a unified diff formatted patch.
28 28
29config CONFIG_SED 29config CONFIG_SED
30 bool "sed" 30 bool "sed"
diff --git a/findutils/Config.in b/findutils/Config.in
index da8017af6..a432ad876 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -39,7 +39,7 @@ config CONFIG_FEATURE_FIND_XDEV
39 default y 39 default y
40 depends on CONFIG_FIND 40 depends on CONFIG_FIND
41 help 41 help
42 This option will restrict find to a single 42 This option will allow find to restrict searches to a single
43 filesystem. 43 filesystem.
44 44
45config CONFIG_FEATURE_FIND_NEWER 45config CONFIG_FEATURE_FIND_NEWER
@@ -55,7 +55,7 @@ config CONFIG_FEATURE_FIND_INUM
55 default y 55 default y
56 depends on CONFIG_FIND 56 depends on CONFIG_FIND
57 help 57 help
58 Support the 'fine -inum' option for searching by inode number. 58 Support the 'find -inum' option for searching by inode number.
59 59
60config CONFIG_GREP 60config CONFIG_GREP
61 bool "grep" 61 bool "grep"
@@ -77,7 +77,7 @@ config CONFIG_FEATURE_GREP_FGREP_ALIAS
77 default y 77 default y
78 depends on CONFIG_GREP 78 depends on CONFIG_GREP
79 help 79 help
80 fgrep sees the search pattern as a normal sting rather than 80 fgrep sees the search pattern as a normal string rather than
81 regular expressions. 81 regular expressions.
82 grep -f is always builtin, this just creates the fgrep alias. 82 grep -f is always builtin, this just creates the fgrep alias.
83 83
diff --git a/init/Config.in b/init/Config.in
index eb4211386..22c6c5518 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -89,9 +89,8 @@ config CONFIG_MESG
89 bool "mesg" 89 bool "mesg"
90 default y 90 default y
91 help 91 help
92 Mesg controls the access to your terminal by others. It 92 Mesg controls access to your terminal by others. It is typically
93 is typically used to allow or disallow other users to write 93 used to allow or disallow other users to write to your terminal
94 to your terminal
95 94
96endmenu 95endmenu
97 96
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 9eb771f09..db038abb0 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -55,51 +55,51 @@ config CONFIG_GETTY
55 bool "getty" 55 bool "getty"
56 default n 56 default n
57 help 57 help
58 Getty lets you log in on a tty, it is normally invoked by init. 58 getty lets you log in on a tty, it is normally invoked by init.
59 59
60config CONFIG_LOGIN 60config CONFIG_LOGIN
61 bool "login" 61 bool "login"
62 default n 62 default n
63 help 63 help
64 Login is used when signing onto a system. 64 login is used when signing onto a system.
65 65
66config CONFIG_FEATURE_SECURETTY 66config CONFIG_FEATURE_SECURETTY
67 bool " Support for /etc/securetty" 67 bool " Support for /etc/securetty"
68 default y 68 default y
69 depends on CONFIG_LOGIN 69 depends on CONFIG_LOGIN
70 help 70 help
71 The file /etc/securetty is used by (some versions of) login(1). The 71 The file /etc/securetty is used by (some versions of) login(1).
72 file contains the device names of tty lines (one per line, without 72 The file contains the device names of tty lines (one per line,
73 leading /dev/) on which root is allowed to login. 73 without leading /dev/) on which root is allowed to login.
74 74
75config CONFIG_PASSWD 75config CONFIG_PASSWD
76 bool "passwd" 76 bool "passwd"
77 default n 77 default n
78 help 78 help
79 Passwd changes passwords for user and group accounts. A normal user 79 passwd changes passwords for user and group accounts. A normal user
80 may only change the password for his/her own account, the super user 80 may only change the password for his/her own account, the super user
81 may change the password for any account. The administrator of a group 81 may change the password for any account. The administrator of a group
82 may change the password for the group. 82 may change the password for the group.
83 83
84config CONFIG_SU 84config CONFIG_SU
85 bool "su" 85 bool "su"
86 default n 86 default n
87 help 87 help
88 su is used to become another user during a login session. Invoked with- 88 su is used to become another user during a login session.
89 out a username, su defaults to becoming the super user. 89 Invoked without a username, su defaults to becoming the super user.
90 90
91config CONFIG_SULOGIN 91config CONFIG_SULOGIN
92 bool "sulogin" 92 bool "sulogin"
93 default n 93 default n
94 help 94 help
95 Sulogin is invoked when the system goes into single user 95 sulogin is invoked when the system goes into single user
96 mode (this is done through an entry in inittab). 96 mode (this is done through an entry in inittab).
97 97
98config CONFIG_VLOCK 98config CONFIG_VLOCK
99 bool "vlock" 99 bool "vlock"
100 default n 100 default n
101 help 101 help
102 Build the "vlock" applet, that allows you to lock (virtual) terminals. 102 Build the "vlock" applet which allows you to lock (virtual) terminals.
103 103
104comment "Common options for adduser, deluser, login, su" 104comment "Common options for adduser, deluser, login, su"
105 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU 105 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
diff --git a/miscutils/Config.in b/miscutils/Config.in
index fa6ea7f68..0afdadb71 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -24,7 +24,7 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAIL
24 default n 24 default n
25 depends on CONFIG_CROND 25 depends on CONFIG_CROND
26 help 26 help
27 Support call /usr/sbin/sendmail for send cmd outputs. 27 Support calling /usr/sbin/sendmail for send cmd outputs.
28 28
29config CONFIG_CRONTAB 29config CONFIG_CRONTAB
30 bool "crontab" 30 bool "crontab"
@@ -138,7 +138,7 @@ config CONFIG_MT
138 bool "mt" 138 bool "mt"
139 default n 139 default n
140 help 140 help
141 Mt is used to control tape devices. You can use the mt utility 141 mt is used to control tape devices. You can use the mt utility
142 to advance or rewind a tape past a specified number of archive 142 to advance or rewind a tape past a specified number of archive
143 files on the tape. 143 files on the tape.
144 144
@@ -146,7 +146,7 @@ config CONFIG_STRINGS
146 bool "strings" 146 bool "strings"
147 default n 147 default n
148 help 148 help
149 Strings prints the printable character sequences for each file 149 strings prints the printable character sequences for each file
150 specified. 150 specified.
151 151
152config CONFIG_TIME 152config CONFIG_TIME
@@ -161,7 +161,7 @@ config CONFIG_WATCHDOG
161 bool "watchdog" 161 bool "watchdog"
162 default n 162 default n
163 help 163 help
164 The watchdog utility is used with hardware or softwate watchdog 164 The watchdog utility is used with hardware or software watchdog
165 device drivers. It opens the specified watchdog device special file 165 device drivers. It opens the specified watchdog device special file
166 and periodically writes a magic character to the device. If the 166 and periodically writes a magic character to the device. If the
167 watchdog applet ever fails to write the magic character within a 167 watchdog applet ever fails to write the magic character within a
diff --git a/networking/Config.in b/networking/Config.in
index 534f67205..b41b7b71f 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -83,16 +83,16 @@ config CONFIG_FEATURE_HTTPD_SETUID
83 help 83 help
84 This option allows the server to run as a specific user 84 This option allows the server to run as a specific user
85 rather than defaulting to the user that starts the server. 85 rather than defaulting to the user that starts the server.
86 Use of this option requires special privilegies to change to a 86 Use of this option requires special privileges to change to a
87 different user. 87 different user.
88endif 88endif
89 89
90config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES 90config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
91 bool " Support loading additional mime types at run-time" 91 bool " Support loading additional MIME types at run-time"
92 default n 92 default n
93 depends on CONFIG_HTTPD 93 depends on CONFIG_HTTPD
94 help 94 help
95 This option enables support for additional mime types at 95 This option enables support for additional MIME types at
96 run-time to be specified in the configuration file. 96 run-time to be specified in the configuration file.
97 97
98config CONFIG_FEATURE_HTTPD_CGI 98config CONFIG_FEATURE_HTTPD_CGI
@@ -260,7 +260,7 @@ config CONFIG_FEATURE_IFUPDOWN_MAPPING
260 depends on CONFIG_IFUPDOWN 260 depends on CONFIG_IFUPDOWN
261 help 261 help
262 This enables support for the "mapping" stanza, unless you have 262 This enables support for the "mapping" stanza, unless you have
263 a weird network setup you dont need it. 263 a weird network setup you don't need it.
264 264
265config CONFIG_INETD 265config CONFIG_INETD
266 bool "inetd" 266 bool "inetd"
@@ -410,12 +410,12 @@ config CONFIG_NAMEIF
410 bool "nameif" 410 bool "nameif"
411 default n 411 default n
412 help 412 help
413 nameif used to rename network interface by its MAC address. 413 nameif is used to rename network interface by its MAC address.
414 Renamed interfaces MUST be in the down state. 414 Renamed interfaces MUST be in the down state.
415 It is possible to use file (default: /etc/mactab) 415 It is possible to use a file (default: /etc/mactab)
416 with list of new interface names and MACs. 416 with list of new interface names and MACs.
417 Maximum interface name length: IF_NAMESIZE = 16 417 Maximum interface name length: IF_NAMESIZE = 16
418 File fields are sepatated by space or tab. 418 File fields are separated by space or tab.
419 File format: 419 File format:
420 # Comment 420 # Comment
421 new_interface_name XX:XX:XX:XX:XX:XX 421 new_interface_name XX:XX:XX:XX:XX:XX
@@ -431,19 +431,19 @@ config CONFIG_NETSTAT
431 bool "netstat" 431 bool "netstat"
432 default n 432 default n
433 help 433 help
434 Netstat prints information about the Linux networking subsystem. 434 netstat prints information about the Linux networking subsystem.
435 435
436config CONFIG_NSLOOKUP 436config CONFIG_NSLOOKUP
437 bool "nslookup" 437 bool "nslookup"
438 default n 438 default n
439 help 439 help
440 Nslookup is a tool to query Internet name servers. 440 nslookup is a tool to query Internet name servers.
441 441
442config CONFIG_PING 442config CONFIG_PING
443 bool "ping" 443 bool "ping"
444 default n 444 default n
445 help 445 help
446 Ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to 446 ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
447 elicit an ICMP ECHO_RESPONSE from a host or gateway. 447 elicit an ICMP ECHO_RESPONSE from a host or gateway.
448 448
449config CONFIG_FEATURE_FANCY_PING 449config CONFIG_FEATURE_FANCY_PING
@@ -495,24 +495,24 @@ config CONFIG_TELNETD
495 bool "telnetd" 495 bool "telnetd"
496 default n 496 default n
497 help 497 help
498 A daemon for the TELNET protocol, allowing you to log on to the host 498 A daemon for the TELNET protocol, allowing you to log onto the host
499 running the daemon. Please keep in mind that the TELNET protocol 499 running the daemon. Please keep in mind that the TELNET protocol
500 sends passwords in plain text. If you can't afford the space for 500 sends passwords in plain text. If you can't afford the space for
501 any SSH daemon and you trust your network, say 'y' here. 501 any SSH daemon and you trust your network, you may say 'y' here.
502 502
503config CONFIG_FEATURE_TELNETD_INETD 503config CONFIG_FEATURE_TELNETD_INETD
504 bool " Support call from inetd only" 504 bool " Support call from inetd only"
505 default n 505 default n
506 depends on CONFIG_TELNETD 506 depends on CONFIG_TELNETD
507 help 507 help
508 Selecting this will make telnetd only callable from inetd, removing the 508 Selecting this will make telnetd only callable from inetd,
509 standalone support. 509 removing the standalone support.
510 510
511config CONFIG_TFTP 511config CONFIG_TFTP
512 bool "tftp" 512 bool "tftp"
513 default n 513 default n
514 help 514 help
515 This enables the Tirvial File Transfer Protocol client program. TFTP 515 This enables the Trivial File Transfer Protocol client program. TFTP
516 is usually used for simple, small transfers such as a root image 516 is usually used for simple, small transfers such as a root image
517 for a network-enabled bootloader. 517 for a network-enabled bootloader.
518 518
@@ -522,7 +522,7 @@ config CONFIG_FEATURE_TFTP_GET
522 depends on CONFIG_TFTP 522 depends on CONFIG_TFTP
523 help 523 help
524 Add support for the GET command within the TFTP client. This allows 524 Add support for the GET command within the TFTP client. This allows
525 a client to retreive a file from a TFTP server. 525 a client to retrieve a file from a TFTP server.
526 526
527config CONFIG_FEATURE_TFTP_PUT 527config CONFIG_FEATURE_TFTP_PUT
528 bool " Enable \"put\" command" 528 bool " Enable \"put\" command"
@@ -572,7 +572,7 @@ config CONFIG_WGET
572 bool "wget" 572 bool "wget"
573 default n 573 default n
574 help 574 help
575 Wget is a utility for non-interactive download of files from HTTP, 575 wget is a utility for non-interactive download of files from HTTP,
576 HTTPS, and FTP servers. 576 HTTPS, and FTP servers.
577 577
578config CONFIG_FEATURE_WGET_STATUSBAR 578config CONFIG_FEATURE_WGET_STATUSBAR
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in
index a3223de9c..fc07a9b7f 100644
--- a/networking/udhcp/Config.in
+++ b/networking/udhcp/Config.in
@@ -22,7 +22,7 @@ config CONFIG_UDHCPC
22 while striving to be fully functional and RFC compliant. 22 while striving to be fully functional and RFC compliant.
23 23
24 The udhcp client negotiates a lease with the DHCP server and 24 The udhcp client negotiates a lease with the DHCP server and
25 notifies a set of scripts when a leases is obtained or lost. 25 notifies a set of scripts when a lease is obtained or lost.
26 26
27 See http://udhcp.busybox.net for further details. 27 See http://udhcp.busybox.net for further details.
28 28
diff --git a/procps/Config.in b/procps/Config.in
index 23f2f7f3d..14808e034 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -58,7 +58,7 @@ config CONFIG_TOP
58 system. 58 system.
59 59
60config FEATURE_CPU_USAGE_PERCENTAGE 60config FEATURE_CPU_USAGE_PERCENTAGE
61 bool " Support show CPU usage percentage (add 2k bytes)" 61 bool " Support showing CPU usage percentage (add 2k bytes)"
62 default y 62 default y
63 depends on CONFIG_TOP 63 depends on CONFIG_TOP
64 help 64 help
diff --git a/shell/Config.in b/shell/Config.in
index 6cd3e04e4..016af719a 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -10,7 +10,7 @@ choice
10 default CONFIG_FEATURE_SH_IS_NONE 10 default CONFIG_FEATURE_SH_IS_NONE
11 help 11 help
12 Choose a shell. The ash shell is the most bash compatible 12 Choose a shell. The ash shell is the most bash compatible
13 and full featured. 13 and full featured one.
14 14
15config CONFIG_FEATURE_SH_IS_ASH 15config CONFIG_FEATURE_SH_IS_ASH
16 select CONFIG_ASH 16 select CONFIG_ASH
@@ -39,8 +39,8 @@ config CONFIG_ASH
39 help 39 help
40 Tha 'ash' shell adds about 60k in the default configuration and is 40 Tha 'ash' shell adds about 60k in the default configuration and is
41 the most complete and most pedantically correct shell included with 41 the most complete and most pedantically correct shell included with
42 busybox. This shell is actually a derivitive the Debian 'dash' shell 42 busybox. This shell is actually a derivative of the Debian 'dash'
43 (by Herbert Xu), which was created by porting the 'ash' shell 43 shell (by Herbert Xu), which was created by porting the 'ash' shell
44 (written by Kenneth Almquist) from NetBSD. 44 (written by Kenneth Almquist) from NetBSD.
45 45
46comment "Ash Shell Options" 46comment "Ash Shell Options"
@@ -101,9 +101,10 @@ config CONFIG_HUSH
101 bool "hush" 101 bool "hush"
102 default n 102 default n
103 help 103 help
104 hush is very small shell (just 18k) and it has fairly complete Bourne 104 hush is a very small shell (just 18k) and it has fairly complete
105 shell grammer. It even handles all the normal flow control options 105 Bourne shell grammar. It even handles all the normal flow control
106 such as if/then/elif/else/fi, for/in/do/done, while loops, etc. 106 options such as if/then/elif/else/fi, for/in/do/done, while loops,
107 etc.
107 108
108 It does not handle case/esac, select, function, here documents ( << 109 It does not handle case/esac, select, function, here documents ( <<
109 word ), arithmetic expansion, aliases, brace expansion, tilde 110 word ), arithmetic expansion, aliases, brace expansion, tilde
@@ -117,7 +118,7 @@ config CONFIG_LASH
117 lash is the very smallest shell (adds just 10k) and it is quite 118 lash is the very smallest shell (adds just 10k) and it is quite
118 usable as a command prompt, but it is not suitable for any but the 119 usable as a command prompt, but it is not suitable for any but the
119 most trivial scripting (such as an initrd that calls insmod a few 120 most trivial scripting (such as an initrd that calls insmod a few
120 times) since it does not understand any Bourne shell grammer. It 121 times) since it does not understand any Bourne shell grammar. It
121 does handle pipes, redirects, and job control though. Adding in 122 does handle pipes, redirects, and job control though. Adding in
122 command editing makes it a very nice lightweight command prompt. 123 command editing makes it a very nice lightweight command prompt.
123 124
@@ -129,7 +130,7 @@ config CONFIG_MSH
129 The minix shell (adds just 30k) is quite complete and handles things 130 The minix shell (adds just 30k) is quite complete and handles things
130 like for/do/done, case/esac and all the things you expect a Bourne 131 like for/do/done, case/esac and all the things you expect a Bourne
131 shell to do. It is not always pedantically correct about Bourne 132 shell to do. It is not always pedantically correct about Bourne
132 shell grammer (try running the shell testscript "tests/sh.testcases" 133 shell grammar (try running the shell testscript "tests/sh.testcases"
133 on it and compare vs bash) but for most things it works quite well. 134 on it and compare vs bash) but for most things it works quite well.
134 It also uses only vfork, so it can be used on uClinux systems. 135 It also uses only vfork, so it can be used on uClinux systems.
135 136
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in
index c3bca3363..3e14b4082 100644
--- a/sysdeps/linux/Config.in
+++ b/sysdeps/linux/Config.in
@@ -40,7 +40,7 @@ config CONFIG_FEATURE_VERBOSE_USAGE
40 default n 40 default n
41 help 41 help
42 All BusyBox applets will show more verbose help messages when 42 All BusyBox applets will show more verbose help messages when
43 busybox is invoked with --help. This will add lots of text to the 43 busybox is invoked with --help. This will add a lot of text to the
44 busybox binary. In the default configuration, this will add about 44 busybox binary. In the default configuration, this will add about
45 13k, but it can add much more depending on your configuration. 45 13k, but it can add much more depending on your configuration.
46 46
@@ -57,7 +57,7 @@ config CONFIG_LOCALE_SUPPORT
57 bool "Enable locale support (system needs locale for this to work)" 57 bool "Enable locale support (system needs locale for this to work)"
58 default n 58 default n
59 help 59 help
60 Enable this if your system has locale support, and you would like 60 Enable this if your system has locale support and you would like
61 busybox to support locale settings. 61 busybox to support locale settings.
62 62
63config CONFIG_FEATURE_DEVFS 63config CONFIG_FEATURE_DEVFS
@@ -97,7 +97,7 @@ config CONFIG_FEATURE_SUID_CONFIG
97 default y if CONFIG_FEATURE_SUID 97 default y if CONFIG_FEATURE_SUID
98 depends on CONFIG_FEATURE_SUID 98 depends on CONFIG_FEATURE_SUID
99 help 99 help
100 Allow the SUID / SGID state of an applet to be determinded runtime by 100 Allow the SUID / SGID state of an applet to be determined runtime by
101 checking /etc/busybox.conf. The format of this file is as follows: 101 checking /etc/busybox.conf. The format of this file is as follows:
102 102
103 <applet> = [Ssx-][Ssx-][x-] (<username>|<uid>).(<groupname>|<gid>) 103 <applet> = [Ssx-][Ssx-][x-] (<username>|<uid>).(<groupname>|<gid>)
@@ -141,7 +141,7 @@ config CONFIG_STATIC
141 help 141 help
142 If you want to build a static BusyBox binary, which does not 142 If you want to build a static BusyBox binary, which does not
143 use or require any shared libraries, then enable this option. 143 use or require any shared libraries, then enable this option.
144 This can make BusyBox be considerably larger, so you should 144 This can cause BusyBox to be considerably larger, so you should
145 leave this option false unless you have a good reason (i.e. 145 leave this option false unless you have a good reason (i.e.
146 your target platform does not support shared libraries, or 146 your target platform does not support shared libraries, or
147 you are building an initrd which doesn't need anything but 147 you are building an initrd which doesn't need anything but
@@ -195,14 +195,14 @@ config CONFIG_INSTALL_NO_USR
195 bool "Don't use /usr" 195 bool "Don't use /usr"
196 default n 196 default n
197 help 197 help
198 Disable use of /usr. Don't activate this option if you don't know, 198 Disable use of /usr. Don't activate this option if you don't know
199 that you really want this behaviour. 199 that you really want this behaviour.
200 200
201config PREFIX 201config PREFIX
202 string "BusyBox installation prefix" 202 string "BusyBox installation prefix"
203 default "./_install" 203 default "./_install"
204 help 204 help
205 Define Your directory to install BusyBox files/subdirs. 205 Define your directory to install BusyBox files/subdirs in.
206 206
207 207
208 208
@@ -262,8 +262,8 @@ config CONFIG_EFENCE
262 depends on CONFIG_DEBUG && !CONFIG_DMALLOC 262 depends on CONFIG_DEBUG && !CONFIG_DMALLOC
263 help 263 help
264 This enables compiling with Electric-fence support. Electric 264 This enables compiling with Electric-fence support. Electric
265 fence is another very useful malloc debugging library which used 265 fence is another very useful malloc debugging library which uses
266 your computers virtual memory hardware to detect illegal memory 266 your computer's virtual memory hardware to detect illegal memory
267 accesses. This support will make BusyBox be considerable larger 267 accesses. This support will make BusyBox be considerable larger
268 and run slower, so you should leave this option disabled unless 268 and run slower, so you should leave this option disabled unless
269 you are hunting a hard to find memory problem. 269 you are hunting a hard to find memory problem.
diff --git a/sysklogd/Config.in b/sysklogd/Config.in
index 83640bb3f..cb2ee0865 100644
--- a/sysklogd/Config.in
+++ b/sysklogd/Config.in
@@ -16,7 +16,7 @@ config CONFIG_SYSLOGD
16 application that generated the message. When used in 16 application that generated the message. When used in
17 conjunction with klogd, messages from the Linux kernel 17 conjunction with klogd, messages from the Linux kernel
18 can also be recorded. This is terribly useful, 18 can also be recorded. This is terribly useful,
19 especially for finding what happened when somthing goes 19 especially for finding what happened when something goes
20 wrong. And something almost always will go wrong if 20 wrong. And something almost always will go wrong if
21 you wait long enough.... 21 you wait long enough....
22 22
@@ -50,8 +50,8 @@ config CONFIG_FEATURE_IPC_SYSLOG
50 When you enable this feature, the syslogd utility will 50 When you enable this feature, the syslogd utility will
51 use a circular buffer to record system log messages. 51 use a circular buffer to record system log messages.
52 When the buffer is filled it will continue to overwrite 52 When the buffer is filled it will continue to overwrite
53 the oldest messaged. This can be very useful for 53 the oldest messages. This can be very useful for
54 systems with little or no perminant storage, since 54 systems with little or no permanent storage, since
55 otherwise system logs can eventually fill up your 55 otherwise system logs can eventually fill up your
56 entire filesystem, which may cause your system to 56 entire filesystem, which may cause your system to
57 break badly. 57 break badly.
@@ -71,7 +71,7 @@ config CONFIG_KLOGD
71 default n 71 default n
72 depends on CONFIG_SYSLOGD 72 depends on CONFIG_SYSLOGD
73 help 73 help
74 klogd is a utility which which intercepts and logs all 74 klogd is a utility which intercepts and logs all
75 messages from the Linux kernel and sends the messages 75 messages from the Linux kernel and sends the messages
76 out to the 'syslogd' utility so they can be logged. If 76 out to the 'syslogd' utility so they can be logged. If
77 you wish to record the messages produced by the kernel, 77 you wish to record the messages produced by the kernel,
diff --git a/util-linux/Config.in b/util-linux/Config.in
index ffa31a009..2bb9c09cc 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -24,8 +24,8 @@ config CONFIG_FBSET
24 help 24 help
25 fbset is used to show or change the settings of a Linux frame buffer 25 fbset is used to show or change the settings of a Linux frame buffer
26 device. The frame buffer device provides a simple and unique 26 device. The frame buffer device provides a simple and unique
27 interface to access a graphic display. Enable this option if you wish 27 interface to access a graphics display. Enable this option
28 to enable the 'fbset' utility. 28 if you wish to enable the 'fbset' utility.
29 29
30 30
31config CONFIG_FEATURE_FBSET_FANCY 31config CONFIG_FEATURE_FBSET_FANCY
@@ -34,7 +34,7 @@ config CONFIG_FEATURE_FBSET_FANCY
34 depends on CONFIG_FBSET 34 depends on CONFIG_FBSET
35 help 35 help
36 This option enables extended fbset options, allowing one to set the 36 This option enables extended fbset options, allowing one to set the
37 framebuffer size, color depth, etc. interface to access a graphic 37 framebuffer size, color depth, etc. interface to access a graphics
38 display. Enable this option if you wish to enable extended fbset 38 display. Enable this option if you wish to enable extended fbset
39 options. 39 options.
40 40
@@ -51,19 +51,19 @@ config CONFIG_FDFLUSH
51 bool "fdflush" 51 bool "fdflush"
52 default n 52 default n
53 help 53 help
54 Fdflush is only needed when changing media on slightly-broken 54 fdflush is only needed when changing media on slightly-broken
55 removable media drives. It is used to make Linux believe that a 55 removable media drives. It is used to make Linux believe that a
56 hardware disk-change switch has been actuated, which causes Linux to 56 hardware disk-change switch has been actuated, which causes Linux to
57 forget anything it has cached from the previous media. If you have 57 forget anything it has cached from the previous media. If you have
58 such a slightly-broken drive, you will need to run fdflush every time 58 such a slightly-broken drive, you will need to run fdflush every time
59 you change a disk. Most people have working hardware and can safely 59 you change a disk. Most people have working hardware and can safely
60 say leave this disabled. 60 leave this disabled.
61 61
62config CONFIG_FDFORMAT 62config CONFIG_FDFORMAT
63 bool "fdformat" 63 bool "fdformat"
64 default n 64 default n
65 help 65 help
66 Fdformat is used to low-level format a floppy disk. 66 fdformat is used to low-level format a floppy disk.
67 67
68config CONFIG_FDISK 68config CONFIG_FDISK
69 bool "fdisk" 69 bool "fdisk"
@@ -76,12 +76,11 @@ config CONFIG_FDISK
76 76
77if !CONFIG_LFS 77if !CONFIG_LFS
78config FDISK_SUPPORT_LARGE_DISKS 78config FDISK_SUPPORT_LARGE_DISKS
79 bool " support over 4Gb disks" 79 bool " support over 4GB disks"
80 default y 80 default y
81 depends on CONFIG_FDISK 81 depends on CONFIG_FDISK
82 help 82 help
83 Previous set detected unsupport large file, but you can support 83 Enable this option to support large disks > 4GB.
84 large disks after enable this option
85endif 84endif
86 85
87config CONFIG_FEATURE_FDISK_WRITABLE 86config CONFIG_FEATURE_FDISK_WRITABLE
@@ -152,7 +151,7 @@ config CONFIG_FSCK_MINIX
152 help 151 help
153 The minix filesystem is a nice, small, compact, read-write filesystem 152 The minix filesystem is a nice, small, compact, read-write filesystem
154 with little overhead. It is not a journaling filesystem however and 153 with little overhead. It is not a journaling filesystem however and
155 can encounted corruption if it is not properly unmounted or if the 154 can experience corruption if it is not properly unmounted or if the
156 power goes off in the middle of a write. This utility allows you to 155 power goes off in the middle of a write. This utility allows you to
157 check for and attempt to repair any corruption that occurs to a minix 156 check for and attempt to repair any corruption that occurs to a minix
158 filesystem. 157 filesystem.
@@ -200,9 +199,9 @@ config CONFIG_HWCLOCK
200 default n 199 default n
201 help 200 help
202 The hwclock utility is used to read and set the hardware clock 201 The hwclock utility is used to read and set the hardware clock
203 on a system. This is primarily used to set the correct time in 202 on a system. This is primarily used to set the current time on
204 the hardware close, so the hardware will keep the correct time 203 shutdown in the hardware clock, so the hardware will keep the
205 when Linux is _not_ running. 204 correct time when Linux is _not_ running.
206 205
207config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS 206config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
208 bool " Support long options (--hctosys,...)" 207 bool " Support long options (--hctosys,...)"
@@ -210,7 +209,7 @@ config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
210 depends on CONFIG_HWCLOCK 209 depends on CONFIG_HWCLOCK
211 help 210 help
212 By default, the hwclock utility only uses short options. If you 211 By default, the hwclock utility only uses short options. If you
213 are overly fond of the long options, such as --hctosys, --utc, etc) 212 are overly fond of its long options, such as --hctosys, --utc, etc)
214 then enable this option. 213 then enable this option.
215 214
216config CONFIG_LOSETUP 215config CONFIG_LOSETUP
@@ -230,15 +229,15 @@ config CONFIG_MKSWAP
230 partition as if it were additional RAM, which can greatly increase 229 partition as if it were additional RAM, which can greatly increase
231 the capability of low-memory machines. This additional memory is 230 the capability of low-memory machines. This additional memory is
232 much slower than real RAM, but can be very helpful at preventing your 231 much slower than real RAM, but can be very helpful at preventing your
233 applications being killed by the Linux out of memory (OOM) killer. Once 232 applications being killed by the Linux out of memory (OOM) killer.
234 you have created swap space using 'mkswap' you need to enable the swap 233 Once you have created swap space using 'mkswap' you need to enable
235 space using the 'swapon' utility. 234 the swap space using the 'swapon' utility.
236 235
237config CONFIG_MORE 236config CONFIG_MORE
238 bool "more" 237 bool "more"
239 default n 238 default n
240 help 239 help
241 More is a simple utility which allows you to read text one screen 240 more is a simple utility which allows you to read text one screen
242 sized page at a time. If you want to read text that is larger than 241 sized page at a time. If you want to read text that is larger than
243 the screen, and you are using anything faster than a 300 baud modem, 242 the screen, and you are using anything faster than a 300 baud modem,
244 you will probably find this utility very helpful. If you don't have 243 you will probably find this utility very helpful. If you don't have
@@ -251,7 +250,7 @@ config CONFIG_FEATURE_USE_TERMIOS
251 help 250 help
252 This option allows utilities such as 'more' and 'top' to determine 251 This option allows utilities such as 'more' and 'top' to determine
253 the size of the screen. If you leave this disabled, your utilities 252 the size of the screen. If you leave this disabled, your utilities
254 that display things on the screen with be especially primitive and 253 that display things on the screen will be especially primitive and
255 will be unable to determine the current screen size, and will be 254 will be unable to determine the current screen size, and will be
256 unable to move the cursor. 255 unable to move the cursor.
257 256
@@ -268,7 +267,7 @@ config CONFIG_RDATE
268 bool "rdate" 267 bool "rdate"
269 default n 268 default n
270 help 269 help
271 The rdate utility allows you to syncronize the date and time of your 270 The rdate utility allows you to synchronize the date and time of your
272 system clock with the date and time of a remote networked system using 271 system clock with the date and time of a remote networked system using
273 the RFC868 protocol, which is built into the inetd daemon on most 272 the RFC868 protocol, which is built into the inetd daemon on most
274 systems. 273 systems.
@@ -296,7 +295,7 @@ config CONFIG_MOUNT
296 the 'mount' utility. 295 the 'mount' utility.
297 296
298config CONFIG_NFSMOUNT 297config CONFIG_NFSMOUNT
299 bool " Support mounting nfs file systems" 298 bool " Support mounting NFS file systems"
300 default n 299 default n
301 depends on CONFIG_MOUNT 300 depends on CONFIG_MOUNT
302 help 301 help
@@ -330,8 +329,8 @@ config CONFIG_FEATURE_MOUNT_LOOP
330 Enabling this feature allows mount to use the '-o' loop options, 329 Enabling this feature allows mount to use the '-o' loop options,
331 which lets you loop mount files. Mount will automagically setup and 330 which lets you loop mount files. Mount will automagically setup and
332 free the necessary loop devices so you do not need to mess with the 331 free the necessary loop devices so you do not need to mess with the
333 'losetup' utility unless you really want to. This is really only useful 332 'losetup' utility unless you really want to. This is really
334 if you plan to loop mount files. 333 only useful if you plan to loop mount files.
335 334
336config CONFIG_FEATURE_MTAB_SUPPORT 335config CONFIG_FEATURE_MTAB_SUPPORT
337 bool " Support for a real /etc/mtab (instead of /proc/mounts)" 336 bool " Support for a real /etc/mtab (instead of /proc/mounts)"