aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/Config.src')
-rw-r--r--miscutils/Config.src120
1 files changed, 60 insertions, 60 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src
index 7a69dd10f..a822f2a19 100644
--- a/miscutils/Config.src
+++ b/miscutils/Config.src
@@ -7,7 +7,7 @@ menu "Miscellaneous Utilities"
7 7
8config ADJTIMEX 8config ADJTIMEX
9 bool "adjtimex" 9 bool "adjtimex"
10 default n 10 default y
11 help 11 help
12 Adjtimex reads and optionally sets adjustment parameters for 12 Adjtimex reads and optionally sets adjustment parameters for
13 the Linux clock adjustment algorithm. 13 the Linux clock adjustment algorithm.
@@ -21,7 +21,7 @@ config BBCONFIG
21 21
22config BEEP 22config BEEP
23 bool "beep" 23 bool "beep"
24 default n 24 default y
25 help 25 help
26 The beep applets beeps in a given freq/Hz. 26 The beep applets beeps in a given freq/Hz.
27 27
@@ -43,7 +43,7 @@ config FEATURE_BEEP_LENGTH_MS
43 43
44config CHAT 44config CHAT
45 bool "chat" 45 bool "chat"
46 default n 46 default y
47 help 47 help
48 Simple chat utility. 48 Simple chat utility.
49 49
@@ -77,7 +77,7 @@ config FEATURE_CHAT_IMPLICIT_CR
77config FEATURE_CHAT_SWALLOW_OPTS 77config FEATURE_CHAT_SWALLOW_OPTS
78 bool "Swallow options" 78 bool "Swallow options"
79 depends on CHAT 79 depends on CHAT
80 default n 80 default y
81 help 81 help
82 Busybox chat require no options. To make it not fail when used 82 Busybox chat require no options. To make it not fail when used
83 in place of original chat (which has a bunch of options) turn 83 in place of original chat (which has a bunch of options) turn
@@ -86,7 +86,7 @@ config FEATURE_CHAT_SWALLOW_OPTS
86config FEATURE_CHAT_SEND_ESCAPES 86config FEATURE_CHAT_SEND_ESCAPES
87 bool "Support weird SEND escapes" 87 bool "Support weird SEND escapes"
88 depends on CHAT 88 depends on CHAT
89 default n 89 default y
90 help 90 help
91 Original chat uses some escape sequences in SEND arguments which 91 Original chat uses some escape sequences in SEND arguments which
92 are not sent to device but rather performs special actions. 92 are not sent to device but rather performs special actions.
@@ -97,27 +97,27 @@ config FEATURE_CHAT_SEND_ESCAPES
97config FEATURE_CHAT_VAR_ABORT_LEN 97config FEATURE_CHAT_VAR_ABORT_LEN
98 bool "Support variable-length ABORT conditions" 98 bool "Support variable-length ABORT conditions"
99 depends on CHAT 99 depends on CHAT
100 default n 100 default y
101 help 101 help
102 Original chat uses fixed 50-bytes length ABORT conditions. Say N here. 102 Original chat uses fixed 50-bytes length ABORT conditions. Say N here.
103 103
104config FEATURE_CHAT_CLR_ABORT 104config FEATURE_CHAT_CLR_ABORT
105 bool "Support revoking of ABORT conditions" 105 bool "Support revoking of ABORT conditions"
106 depends on CHAT 106 depends on CHAT
107 default n 107 default y
108 help 108 help
109 Support CLR_ABORT directive. 109 Support CLR_ABORT directive.
110 110
111config CHRT 111config CHRT
112 bool "chrt" 112 bool "chrt"
113 default n 113 default y
114 help 114 help
115 manipulate real-time attributes of a process. 115 manipulate real-time attributes of a process.
116 This requires sched_{g,s}etparam support in your libc. 116 This requires sched_{g,s}etparam support in your libc.
117 117
118config CROND 118config CROND
119 bool "crond" 119 bool "crond"
120 default n 120 default y
121 select FEATURE_SUID 121 select FEATURE_SUID
122 select FEATURE_SYSLOG 122 select FEATURE_SYSLOG
123 help 123 help
@@ -132,13 +132,13 @@ config CROND
132config FEATURE_CROND_D 132config FEATURE_CROND_D
133 bool "Support option -d to redirect output to stderr" 133 bool "Support option -d to redirect output to stderr"
134 depends on CROND 134 depends on CROND
135 default n 135 default y
136 help 136 help
137 -d sets loglevel to 0 (most verbose) and directs all output to stderr. 137 -d sets loglevel to 0 (most verbose) and directs all output to stderr.
138 138
139config FEATURE_CROND_CALL_SENDMAIL 139config FEATURE_CROND_CALL_SENDMAIL
140 bool "Report command output via email (using sendmail)" 140 bool "Report command output via email (using sendmail)"
141 default n 141 default y
142 depends on CROND 142 depends on CROND
143 help 143 help
144 Command output will be sent to corresponding user via email. 144 Command output will be sent to corresponding user via email.
@@ -152,7 +152,7 @@ config FEATURE_CROND_DIR
152 152
153config CRONTAB 153config CRONTAB
154 bool "crontab" 154 bool "crontab"
155 default n 155 default y
156 select FEATURE_SUID 156 select FEATURE_SUID
157 help 157 help
158 Crontab manipulates the crontab for a particular user. Only 158 Crontab manipulates the crontab for a particular user. Only
@@ -162,14 +162,14 @@ config CRONTAB
162 162
163config DC 163config DC
164 bool "dc" 164 bool "dc"
165 default n 165 default y
166 help 166 help
167 Dc is a reverse-polish desk calculator which supports unlimited 167 Dc is a reverse-polish desk calculator which supports unlimited
168 precision arithmetic. 168 precision arithmetic.
169 169
170config FEATURE_DC_LIBM 170config FEATURE_DC_LIBM
171 bool "Enable power and exp functions (requires libm)" 171 bool "Enable power and exp functions (requires libm)"
172 default n 172 default y
173 depends on DC 173 depends on DC
174 help 174 help
175 Enable power and exp functions. 175 Enable power and exp functions.
@@ -196,7 +196,7 @@ config DEVFSD
196 196
197config DEVFSD_MODLOAD 197config DEVFSD_MODLOAD
198 bool "Adds support for MODLOAD keyword in devsfd.conf" 198 bool "Adds support for MODLOAD keyword in devsfd.conf"
199 default n 199 default y
200 depends on DEVFSD 200 depends on DEVFSD
201 help 201 help
202 This actually doesn't work with busybox modutils but needs 202 This actually doesn't work with busybox modutils but needs
@@ -204,7 +204,7 @@ config DEVFSD_MODLOAD
204 204
205config DEVFSD_FG_NP 205config DEVFSD_FG_NP
206 bool "Enables the -fg and -np options" 206 bool "Enables the -fg and -np options"
207 default n 207 default y
208 depends on DEVFSD 208 depends on DEVFSD
209 help 209 help
210 -fg Run the daemon in the foreground. 210 -fg Run the daemon in the foreground.
@@ -213,7 +213,7 @@ config DEVFSD_FG_NP
213 213
214config DEVFSD_VERBOSE 214config DEVFSD_VERBOSE
215 bool "Increases logging (and size)" 215 bool "Increases logging (and size)"
216 default n 216 default y
217 depends on DEVFSD 217 depends on DEVFSD
218 help 218 help
219 Increases logging to stderr or syslog. 219 Increases logging to stderr or syslog.
@@ -232,20 +232,20 @@ config FEATURE_DEVFS
232 232
233config DEVMEM 233config DEVMEM
234 bool "devmem" 234 bool "devmem"
235 default n 235 default y
236 help 236 help
237 devmem is a small program that reads and writes from physical 237 devmem is a small program that reads and writes from physical
238 memory using /dev/mem. 238 memory using /dev/mem.
239 239
240config EJECT 240config EJECT
241 bool "eject" 241 bool "eject"
242 default n 242 default y
243 help 243 help
244 Used to eject cdroms. (defaults to /dev/cdrom) 244 Used to eject cdroms. (defaults to /dev/cdrom)
245 245
246config FEATURE_EJECT_SCSI 246config FEATURE_EJECT_SCSI
247 bool "SCSI support" 247 bool "SCSI support"
248 default n 248 default y
249 depends on EJECT 249 depends on EJECT
250 help 250 help
251 Add the -s option to eject, this allows to eject SCSI-Devices and 251 Add the -s option to eject, this allows to eject SCSI-Devices and
@@ -253,7 +253,7 @@ config FEATURE_EJECT_SCSI
253 253
254config FBSPLASH 254config FBSPLASH
255 bool "fbsplash" 255 bool "fbsplash"
256 default n 256 default y
257 help 257 help
258 Shows splash image and progress bar on framebuffer device. 258 Shows splash image and progress bar on framebuffer device.
259 Can be used during boot phase of an embedded device. ~2kb. 259 Can be used during boot phase of an embedded device. ~2kb.
@@ -274,49 +274,49 @@ config FBSPLASH
274 274
275config FLASHCP 275config FLASHCP
276 bool "flashcp" 276 bool "flashcp"
277 default n 277 default y
278 help 278 help
279 The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. 279 The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
280 This utility is used to copy images into a MTD device. 280 This utility is used to copy images into a MTD device.
281 281
282config FLASH_LOCK 282config FLASH_LOCK
283 bool "flash_lock" 283 bool "flash_lock"
284 default n 284 default y
285 help 285 help
286 The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This 286 The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
287 utility locks part or all of the flash device. 287 utility locks part or all of the flash device.
288 288
289config FLASH_UNLOCK 289config FLASH_UNLOCK
290 bool "flash_unlock" 290 bool "flash_unlock"
291 default n 291 default y
292 help 292 help
293 The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This 293 The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
294 utility unlocks part or all of the flash device. 294 utility unlocks part or all of the flash device.
295 295
296config FLASH_ERASEALL 296config FLASH_ERASEALL
297 bool "flash_eraseall" 297 bool "flash_eraseall"
298 default n 298 default y
299 help 299 help
300 The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. 300 The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
301 This utility is used to erase the whole MTD device. 301 This utility is used to erase the whole MTD device.
302 302
303config IONICE 303config IONICE
304 bool "ionice" 304 bool "ionice"
305 default n 305 default y
306 help 306 help
307 Set/set program io scheduling class and priority 307 Set/set program io scheduling class and priority
308 Requires kernel >= 2.6.13 308 Requires kernel >= 2.6.13
309 309
310config INOTIFYD 310config INOTIFYD
311 bool "inotifyd" 311 bool "inotifyd"
312 default n 312 default y
313 help 313 help
314 Simple inotify daemon. Reports filesystem changes. Requires 314 Simple inotify daemon. Reports filesystem changes. Requires
315 kernel >= 2.6.13 315 kernel >= 2.6.13
316 316
317config LAST 317config LAST
318 bool "last" 318 bool "last"
319 default n 319 default y
320 depends on FEATURE_WTMP 320 depends on FEATURE_WTMP
321 help 321 help
322 'last' displays a list of the last users that logged into the system. 322 'last' displays a list of the last users that logged into the system.
@@ -324,7 +324,7 @@ config LAST
324choice 324choice
325 prompt "Choose last implementation" 325 prompt "Choose last implementation"
326 depends on LAST 326 depends on LAST
327 default FEATURE_LAST_SMALL 327 default FEATURE_LAST_FANCY
328 328
329config FEATURE_LAST_SMALL 329config FEATURE_LAST_SMALL
330 bool "small" 330 bool "small"
@@ -341,7 +341,7 @@ endchoice
341 341
342config LESS 342config LESS
343 bool "less" 343 bool "less"
344 default n 344 default y
345 help 345 help
346 'less' is a pager, meaning that it displays text files. It possesses 346 'less' is a pager, meaning that it displays text files. It possesses
347 a wide array of features, and is an improvement over 'more'. 347 a wide array of features, and is an improvement over 'more'.
@@ -371,28 +371,28 @@ config FEATURE_LESS_FLAGS
371 371
372config FEATURE_LESS_MARKS 372config FEATURE_LESS_MARKS
373 bool "Enable marks" 373 bool "Enable marks"
374 default n 374 default y
375 depends on LESS 375 depends on LESS
376 help 376 help
377 Marks enable positions in a file to be stored for easy reference. 377 Marks enable positions in a file to be stored for easy reference.
378 378
379config FEATURE_LESS_REGEXP 379config FEATURE_LESS_REGEXP
380 bool "Enable regular expressions" 380 bool "Enable regular expressions"
381 default n 381 default y
382 depends on LESS 382 depends on LESS
383 help 383 help
384 Enable regular expressions, allowing complex file searches. 384 Enable regular expressions, allowing complex file searches.
385 385
386config FEATURE_LESS_WINCH 386config FEATURE_LESS_WINCH
387 bool "Enable automatic resizing on window size changes" 387 bool "Enable automatic resizing on window size changes"
388 default n 388 default y
389 depends on LESS 389 depends on LESS
390 help 390 help
391 Makes less track window size changes. 391 Makes less track window size changes.
392 392
393config FEATURE_LESS_DASHCMD 393config FEATURE_LESS_DASHCMD
394 bool "Enable flag changes ('-' command)" 394 bool "Enable flag changes ('-' command)"
395 default n 395 default y
396 depends on LESS 396 depends on LESS
397 help 397 help
398 This enables the ability to change command-line flags within 398 This enables the ability to change command-line flags within
@@ -400,14 +400,14 @@ config FEATURE_LESS_DASHCMD
400 400
401config FEATURE_LESS_LINENUMS 401config FEATURE_LESS_LINENUMS
402 bool "Enable dynamic switching of line numbers" 402 bool "Enable dynamic switching of line numbers"
403 default n 403 default y
404 depends on FEATURE_LESS_DASHCMD 404 depends on FEATURE_LESS_DASHCMD
405 help 405 help
406 Enable "-N" command. 406 Enable "-N" command.
407 407
408config HDPARM 408config HDPARM
409 bool "hdparm" 409 bool "hdparm"
410 default n 410 default y
411 help 411 help
412 Get/Set hard drive parameters. Primarily intended for ATA 412 Get/Set hard drive parameters. Primarily intended for ATA
413 drives. Adds about 13k (or around 30k if you enable the 413 drives. Adds about 13k (or around 30k if you enable the
@@ -425,7 +425,7 @@ config FEATURE_HDPARM_GET_IDENTITY
425 425
426config FEATURE_HDPARM_HDIO_SCAN_HWIF 426config FEATURE_HDPARM_HDIO_SCAN_HWIF
427 bool "Register an IDE interface (DANGEROUS)" 427 bool "Register an IDE interface (DANGEROUS)"
428 default n 428 default y
429 depends on HDPARM 429 depends on HDPARM
430 help 430 help
431 Enables the 'hdparm -R' option to register an IDE interface. 431 Enables the 'hdparm -R' option to register an IDE interface.
@@ -433,7 +433,7 @@ config FEATURE_HDPARM_HDIO_SCAN_HWIF
433 433
434config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF 434config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
435 bool "Un-register an IDE interface (DANGEROUS)" 435 bool "Un-register an IDE interface (DANGEROUS)"
436 default n 436 default y
437 depends on HDPARM 437 depends on HDPARM
438 help 438 help
439 Enables the 'hdparm -U' option to un-register an IDE interface. 439 Enables the 'hdparm -U' option to un-register an IDE interface.
@@ -441,7 +441,7 @@ config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
441 441
442config FEATURE_HDPARM_HDIO_DRIVE_RESET 442config FEATURE_HDPARM_HDIO_DRIVE_RESET
443 bool "Perform device reset (DANGEROUS)" 443 bool "Perform device reset (DANGEROUS)"
444 default n 444 default y
445 depends on HDPARM 445 depends on HDPARM
446 help 446 help
447 Enables the 'hdparm -w' option to perform a device reset. 447 Enables the 'hdparm -w' option to perform a device reset.
@@ -449,7 +449,7 @@ config FEATURE_HDPARM_HDIO_DRIVE_RESET
449 449
450config FEATURE_HDPARM_HDIO_TRISTATE_HWIF 450config FEATURE_HDPARM_HDIO_TRISTATE_HWIF
451 bool "Tristate device for hotswap (DANGEROUS)" 451 bool "Tristate device for hotswap (DANGEROUS)"
452 default n 452 default y
453 depends on HDPARM 453 depends on HDPARM
454 help 454 help
455 Enables the 'hdparm -x' option to tristate device for hotswap, 455 Enables the 'hdparm -x' option to tristate device for hotswap,
@@ -458,14 +458,14 @@ config FEATURE_HDPARM_HDIO_TRISTATE_HWIF
458 458
459config FEATURE_HDPARM_HDIO_GETSET_DMA 459config FEATURE_HDPARM_HDIO_GETSET_DMA
460 bool "Get/set using_dma flag" 460 bool "Get/set using_dma flag"
461 default n 461 default y
462 depends on HDPARM 462 depends on HDPARM
463 help 463 help
464 Enables the 'hdparm -d' option to get/set using_dma flag. 464 Enables the 'hdparm -d' option to get/set using_dma flag.
465 465
466config MAKEDEVS 466config MAKEDEVS
467 bool "makedevs" 467 bool "makedevs"
468 default n 468 default y
469 help 469 help
470 'makedevs' is a utility used to create a batch of devices with 470 'makedevs' is a utility used to create a batch of devices with
471 one command. 471 one command.
@@ -497,25 +497,25 @@ endchoice
497 497
498config MAN 498config MAN
499 bool "man" 499 bool "man"
500 default n 500 default y
501 help 501 help
502 Format and display manual pages. 502 Format and display manual pages.
503 503
504config MICROCOM 504config MICROCOM
505 bool "microcom" 505 bool "microcom"
506 default n 506 default y
507 help 507 help
508 The poor man's minicom utility for chatting with serial port devices. 508 The poor man's minicom utility for chatting with serial port devices.
509 509
510config MOUNTPOINT 510config MOUNTPOINT
511 bool "mountpoint" 511 bool "mountpoint"
512 default n 512 default y
513 help 513 help
514 mountpoint checks if the directory is a mountpoint. 514 mountpoint checks if the directory is a mountpoint.
515 515
516config MT 516config MT
517 bool "mt" 517 bool "mt"
518 default n 518 default y
519 help 519 help
520 mt is used to control tape devices. You can use the mt utility 520 mt is used to control tape devices. You can use the mt utility
521 to advance or rewind a tape past a specified number of archive 521 to advance or rewind a tape past a specified number of archive
@@ -523,14 +523,14 @@ config MT
523 523
524config RAIDAUTORUN 524config RAIDAUTORUN
525 bool "raidautorun" 525 bool "raidautorun"
526 default n 526 default y
527 help 527 help
528 raidautorun tells the kernel md driver to 528 raidautorun tells the kernel md driver to
529 search and start RAID arrays. 529 search and start RAID arrays.
530 530
531config READAHEAD 531config READAHEAD
532 bool "readahead" 532 bool "readahead"
533 default n 533 default y
534 depends on LFS 534 depends on LFS
535 help 535 help
536 Preload the files listed on the command line into RAM cache so that 536 Preload the files listed on the command line into RAM cache so that
@@ -547,7 +547,7 @@ config READAHEAD
547 547
548config RFKILL 548config RFKILL
549 bool "rfkill" 549 bool "rfkill"
550 default n 550 default y
551 help 551 help
552 Enable/disable wireless devices. 552 Enable/disable wireless devices.
553 553
@@ -558,7 +558,7 @@ config RFKILL
558 558
559config RUNLEVEL 559config RUNLEVEL
560 bool "runlevel" 560 bool "runlevel"
561 default n 561 default y
562 help 562 help
563 find the current and previous system runlevel. 563 find the current and previous system runlevel.
564 564
@@ -567,26 +567,26 @@ config RUNLEVEL
567 567
568config RX 568config RX
569 bool "rx" 569 bool "rx"
570 default n 570 default y
571 help 571 help
572 Receive files using the Xmodem protocol. 572 Receive files using the Xmodem protocol.
573 573
574config SETSID 574config SETSID
575 bool "setsid" 575 bool "setsid"
576 default n 576 default y
577 help 577 help
578 setsid runs a program in a new session 578 setsid runs a program in a new session
579 579
580config STRINGS 580config STRINGS
581 bool "strings" 581 bool "strings"
582 default n 582 default y
583 help 583 help
584 strings prints the printable character sequences for each file 584 strings prints the printable character sequences for each file
585 specified. 585 specified.
586 586
587config TASKSET 587config TASKSET
588 bool "taskset" 588 bool "taskset"
589 default n 589 default y
590 help 590 help
591 Retrieve or set a processes's CPU affinity. 591 Retrieve or set a processes's CPU affinity.
592 This requires sched_{g,s}etaffinity support in your libc. 592 This requires sched_{g,s}etaffinity support in your libc.
@@ -602,7 +602,7 @@ config FEATURE_TASKSET_FANCY
602 602
603config TIME 603config TIME
604 bool "time" 604 bool "time"
605 default n 605 default y
606 help 606 help
607 The time command runs the specified program with the given arguments. 607 The time command runs the specified program with the given arguments.
608 When the command finishes, time writes a message to standard output 608 When the command finishes, time writes a message to standard output
@@ -610,14 +610,14 @@ config TIME
610 610
611config TIMEOUT 611config TIMEOUT
612 bool "timeout" 612 bool "timeout"
613 default n 613 default y
614 help 614 help
615 Runs a program and watches it. If it does not terminate in 615 Runs a program and watches it. If it does not terminate in
616 specified number of seconds, it is sent a signal. 616 specified number of seconds, it is sent a signal.
617 617
618config TTYSIZE 618config TTYSIZE
619 bool "ttysize" 619 bool "ttysize"
620 default n 620 default y
621 help 621 help
622 A replacement for "stty size". Unlike stty, can report only width, 622 A replacement for "stty size". Unlike stty, can report only width,
623 only height, or both, in any order. It also does not complain on 623 only height, or both, in any order. It also does not complain on
@@ -626,19 +626,19 @@ config TTYSIZE
626 626
627config VOLNAME 627config VOLNAME
628 bool "volname" 628 bool "volname"
629 default n 629 default y
630 help 630 help
631 Prints a CD-ROM volume name. 631 Prints a CD-ROM volume name.
632 632
633config WALL 633config WALL
634 bool "wall" 634 bool "wall"
635 default n 635 default y
636 help 636 help
637 Write a message to all users that are logged in. 637 Write a message to all users that are logged in.
638 638
639config WATCHDOG 639config WATCHDOG
640 bool "watchdog" 640 bool "watchdog"
641 default n 641 default y
642 help 642 help
643 The watchdog utility is used with hardware or software watchdog 643 The watchdog utility is used with hardware or software watchdog
644 device drivers. It opens the specified watchdog device special file 644 device drivers. It opens the specified watchdog device special file