aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:47:25 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:47:25 +1000
commit9df56f96fd9a213189ca94c1fccfc3c42bd9c16a (patch)
treedb1db005b59e2b78d5daf9527fa8fc604e07e8c4 /Config.in
parent30c62e541a1484fedc3d689d62f96d246a28b147 (diff)
parent5f3303712ef483d270097cae4ba0a559b1056121 (diff)
downloadbusybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.gz
busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.bz2
busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/Config.in b/Config.in
index 5339b4ab7..0f0601245 100644
--- a/Config.in
+++ b/Config.in
@@ -96,8 +96,8 @@ config SHOW_USAGE
96 96
97config FEATURE_VERBOSE_USAGE 97config FEATURE_VERBOSE_USAGE
98 bool "Show verbose applet usage messages" 98 bool "Show verbose applet usage messages"
99 default n 99 default y
100 select SHOW_USAGE 100 depends on SHOW_USAGE
101 help 101 help
102 All BusyBox applets will show more verbose help messages when 102 All BusyBox applets will show more verbose help messages when
103 busybox is invoked with --help. This will add a lot of text to the 103 busybox is invoked with --help. This will add a lot of text to the
@@ -120,7 +120,7 @@ config FEATURE_COMPRESS_USAGE
120 120
121config FEATURE_INSTALLER 121config FEATURE_INSTALLER
122 bool "Support --install [-s] to install applet links at runtime" 122 bool "Support --install [-s] to install applet links at runtime"
123 default n 123 default y
124 help 124 help
125 Enable 'busybox --install [-s]' support. This will allow you to use 125 Enable 'busybox --install [-s]' support. This will allow you to use
126 busybox at runtime to create hard links or symlinks for all the 126 busybox at runtime to create hard links or symlinks for all the
@@ -135,7 +135,7 @@ config LOCALE_SUPPORT
135 135
136config UNICODE_SUPPORT 136config UNICODE_SUPPORT
137 bool "Support Unicode" 137 bool "Support Unicode"
138 default n 138 default y
139 help 139 help
140 This makes various applets aware that one byte is not 140 This makes various applets aware that one byte is not
141 one character on screen. 141 one character on screen.
@@ -155,7 +155,7 @@ config UNICODE_USING_LOCALE
155 155
156config FEATURE_CHECK_UNICODE_IN_ENV 156config FEATURE_CHECK_UNICODE_IN_ENV
157 bool "Check $LANG environment variable" 157 bool "Check $LANG environment variable"
158 default y 158 default n
159 depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE 159 depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE
160 help 160 help
161 With this option on, Unicode support is activated 161 With this option on, Unicode support is activated
@@ -279,7 +279,7 @@ config FEATURE_CLEAN_UP
279 279
280config FEATURE_UTMP 280config FEATURE_UTMP
281 bool "Support utmp file" 281 bool "Support utmp file"
282 default n 282 default y
283 help 283 help
284 The file /var/run/utmp is used to track who is currently logged in. 284 The file /var/run/utmp is used to track who is currently logged in.
285 With this option on, certain applets (getty, login, telnetd etc) 285 With this option on, certain applets (getty, login, telnetd etc)
@@ -288,7 +288,7 @@ config FEATURE_UTMP
288 288
289config FEATURE_WTMP 289config FEATURE_WTMP
290 bool "Support wtmp file" 290 bool "Support wtmp file"
291 default n 291 default y
292 select FEATURE_UTMP 292 select FEATURE_UTMP
293 help 293 help
294 The file /var/run/wtmp is used to track when users have logged into 294 The file /var/run/wtmp is used to track when users have logged into
@@ -299,14 +299,14 @@ config FEATURE_WTMP
299 299
300config FEATURE_PIDFILE 300config FEATURE_PIDFILE
301 bool "Support writing pidfiles" 301 bool "Support writing pidfiles"
302 default n 302 default y
303 help 303 help
304 This option makes some applets (e.g. crond, syslogd, inetd) write 304 This option makes some applets (e.g. crond, syslogd, inetd) write
305 a pidfile in /var/run. Some applications rely on them. 305 a pidfile in /var/run. Some applications rely on them.
306 306
307config FEATURE_SUID 307config FEATURE_SUID
308 bool "Support for SUID/SGID handling" 308 bool "Support for SUID/SGID handling"
309 default n 309 default y
310 help 310 help
311 With this option you can install the busybox binary belonging 311 With this option you can install the busybox binary belonging
312 to root with the suid bit set, and it will automatically drop 312 to root with the suid bit set, and it will automatically drop
@@ -323,7 +323,7 @@ config FEATURE_SUID
323 323
324config FEATURE_SUID_CONFIG 324config FEATURE_SUID_CONFIG
325 bool "Runtime SUID/SGID configuration via /etc/busybox.conf" 325 bool "Runtime SUID/SGID configuration via /etc/busybox.conf"
326 default n if FEATURE_SUID 326 default y if FEATURE_SUID
327 depends on FEATURE_SUID 327 depends on FEATURE_SUID
328 help 328 help
329 Allow the SUID / SGID state of an applet to be determined at runtime 329 Allow the SUID / SGID state of an applet to be determined at runtime
@@ -542,7 +542,7 @@ config FEATURE_SHARED_BUSYBOX
542 542
543config LFS 543config LFS
544 bool "Build with Large File Support (for accessing files > 2 GB)" 544 bool "Build with Large File Support (for accessing files > 2 GB)"
545 default n 545 default y
546 select FDISK_SUPPORT_LARGE_DISKS 546 select FDISK_SUPPORT_LARGE_DISKS
547 help 547 help
548 If you want to build BusyBox with large file support, then enable 548 If you want to build BusyBox with large file support, then enable