Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/miscutils/Config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 19  config BBCONFIG Line 19  config BBCONFIG
19    The bbconfig applet will print the config file with which    The bbconfig applet will print the config file with which
20    busybox was built.    busybox was built.
21    
22    config BEEP
23     bool "beep"
24     default n
25     help
26      The beep applets beeps in a given freq/Hz.
27    
28    config FEATURE_BEEP_FREQ
29     int "default frequency"
30     range 0 2147483647
31     default 4000
32     depends on BEEP
33     help
34      Frequency for default beep.
35    
36    config FEATURE_BEEP_LENGTH_MS
37     int "default length"
38     range 0 2147483647
39     default 30
40     depends on BEEP
41     help
42      Length in ms for default beep.
43    
44  config CHAT  config CHAT
45   bool "chat"   bool "chat"
46   default n   default n
# Line 115  config FEATURE_CROND_D Line 137  config FEATURE_CROND_D
137    -d sets loglevel to 0 (most verbose) and directs all output to stderr.    -d sets loglevel to 0 (most verbose) and directs all output to stderr.
138    
139  config FEATURE_CROND_CALL_SENDMAIL  config FEATURE_CROND_CALL_SENDMAIL
140   bool "Using /usr/sbin/sendmail?"   bool "Report command output via email (using sendmail)"
141   default n   default n
142   depends on CROND   depends on CROND
143   help   help
144    Support calling /usr/sbin/sendmail for send cmd outputs.    Command output will be sent to corresponding user via email.
145    
146    config FEATURE_CROND_DIR
147     string "crond spool directory"
148     default "/var/spool/cron"
149     depends on CROND || CRONTAB
150     help
151      Location of crond spool.
152    
153  config CRONTAB  config CRONTAB
154   bool "crontab"   bool "crontab"
# Line 151  config DEVFSD Line 180  config DEVFSD
180   default n   default n
181   select FEATURE_SYSLOG   select FEATURE_SYSLOG
182   help   help
183    This is deprecated, and will be removed at the end of 2008.    This is deprecated and should NOT be used anymore.
184      Use linux >= 2.6 (optionally with hotplug) and mdev instead!
185      See docs/mdev.txt for detailed instructions on how to use mdev
186      instead.
187    
188    Provides compatibility with old device names on a devfs systems.    Provides compatibility with old device names on a devfs systems.
189    You should set it to true if you have devfs enabled.    You should set it to true if you have devfs enabled.
# Line 160  config DEVFSD Line 192  config DEVFSD
192    "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",    "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",
193    "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".    "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
194    
195     But only if they are written UPPERCASE!!!!!!!!    But only if they are written UPPERCASE!!!!!!!!
196    
197  config DEVFSD_MODLOAD  config DEVFSD_MODLOAD
198   bool "Adds support for MODLOAD keyword in devsfd.conf"   bool "Adds support for MODLOAD keyword in devsfd.conf"
# Line 190  config FEATURE_DEVFS Line 222  config FEATURE_DEVFS
222   bool "Use devfs names for all devices (obsolete)"   bool "Use devfs names for all devices (obsolete)"
223   default n   default n
224   help   help
225    This is obsolete and will be going away at the end of 2008..    This is obsolete and should NOT be used anymore.
226      Use linux >= 2.6 (optionally with hotplug) and mdev instead!
227    
228    This tells busybox to look for names like /dev/loop/0 instead of    For legacy systems -- if there is no way around devfsd -- this
229      tells busybox to look for names like /dev/loop/0 instead of
230    /dev/loop0. If your /dev directory has normal names instead of    /dev/loop0. If your /dev directory has normal names instead of
231    devfs names, you don't want this.    devfs names, you don't want this.
232    
# Line 238  config FBSPLASH Line 272  config FBSPLASH
272      "NN" (ASCII decimal number) - percentage to show on progress bar      "NN" (ASCII decimal number) - percentage to show on progress bar
273      "exit" - well you guessed it      "exit" - well you guessed it
274    
275    config FLASHCP
276     bool "flashcp"
277     default n
278     help
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.
281    
282    config FLASH_LOCK
283     bool "flash_lock"
284     default n
285     help
286      The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
287      utility locks part or all of the flash device.
288    
289    config FLASH_UNLOCK
290     bool "flash_unlock"
291     default n
292     help
293      The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
294      utility unlocks part or all of the flash device.
295    
296    config FLASH_ERASEALL
297     bool "flash_eraseall"
298     default n
299     help
300      The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
301      This utility is used to erase the whole MTD device.
302    
303    config IONICE
304     bool "ionice"
305     default n
306     help
307      Set/set program io scheduling class and priority
308      Requires kernel >= 2.6.13
309    
310  config INOTIFYD  config INOTIFYD
311   bool "inotifyd"   bool "inotifyd"
312   default n   default n
# Line 300  config FEATURE_LESS_FLAGS Line 369  config FEATURE_LESS_FLAGS
369    The -M flag enables a more sophisticated status line.    The -M flag enables a more sophisticated status line.
370    The -m flag enables a simpler status line with a percentage.    The -m flag enables a simpler status line with a percentage.
371    
 config FEATURE_LESS_DASHCMD  
  bool "Enable flag changes ('-' command)"  
  default n  
  depends on LESS  
  help  
   This enables the ability to change command-line flags within  
   less itself ('-' keyboard command).  
   
372  config FEATURE_LESS_MARKS  config FEATURE_LESS_MARKS
373   bool "Enable marks"   bool "Enable marks"
374   default n   default n
# Line 322  config FEATURE_LESS_REGEXP Line 383  config FEATURE_LESS_REGEXP
383   help   help
384    Enable regular expressions, allowing complex file searches.    Enable regular expressions, allowing complex file searches.
385    
 config FEATURE_LESS_LINENUMS  
  bool "Enable dynamic switching of line numbers"  
  default n  
  depends on FEATURE_LESS_DASHCMD  
  help  
   Enable "-N" command.  
   
386  config FEATURE_LESS_WINCH  config FEATURE_LESS_WINCH
387   bool "Enable automatic resizing on window size changes"   bool "Enable automatic resizing on window size changes"
388   default n   default n
# Line 336  config FEATURE_LESS_WINCH Line 390  config FEATURE_LESS_WINCH
390   help   help
391    Makes less track window size changes.    Makes less track window size changes.
392    
393    config FEATURE_LESS_DASHCMD
394     bool "Enable flag changes ('-' command)"
395     default n
396     depends on LESS
397     help
398      This enables the ability to change command-line flags within
399      less itself ('-' keyboard command).
400    
401    config FEATURE_LESS_LINENUMS
402     bool "Enable dynamic switching of line numbers"
403     default n
404     depends on FEATURE_LESS_DASHCMD
405     help
406      Enable "-N" command.
407    
408  config HDPARM  config HDPARM
409   bool "hdparm"   bool "hdparm"
410   default n   default n
# Line 388  config FEATURE_HDPARM_HDIO_TRISTATE_HWIF Line 457  config FEATURE_HDPARM_HDIO_TRISTATE_HWIF
457    stuff, so you should probably say N.    stuff, so you should probably say N.
458    
459  config FEATURE_HDPARM_HDIO_GETSET_DMA  config FEATURE_HDPARM_HDIO_GETSET_DMA
460   bool "Get/set using_dma flag (DANGEROUS)"   bool "Get/set using_dma flag"
461   default n   default n
462   depends on HDPARM   depends on HDPARM
463   help   help
464    Enables the 'hdparm -d' option to get/set using_dma flag.    Enables the 'hdparm -d' option to get/set using_dma flag.
   This is dangerous stuff, so you should probably say N.  
465    
466  config MAKEDEVS  config MAKEDEVS
467   bool "makedevs"   bool "makedevs"
# Line 529  config TIME Line 597  config TIME
597    When the command finishes, time writes a message to standard output    When the command finishes, time writes a message to standard output
598    giving timing statistics about this program run.    giving timing statistics about this program run.
599    
600    config TIMEOUT
601     bool "timeout"
602     default n
603     help
604      Runs a program and watches it. If it does not terminate in
605      specified number of seconds, it is sent a signal.
606    
607  config TTYSIZE  config TTYSIZE
608   bool "ttysize"   bool "ttysize"
609   default n   default n
# Line 538  config TTYSIZE Line 613  config TTYSIZE
613    error, but returns default 80x24.    error, but returns default 80x24.
614    Usage in shell scripts: width=`ttysize w`.    Usage in shell scripts: width=`ttysize w`.
615    
616    config VOLNAME
617     bool "volname"
618     default n
619     help
620      Prints a CD-ROM volume name.
621    
622    config WALL
623     bool "wall"
624     default n
625     help
626      Write a message to all users that are logged in.
627    
628  config WATCHDOG  config WATCHDOG
629   bool "watchdog"   bool "watchdog"
630   default n   default n

Legend:
Removed from v.983  
changed lines
  Added in v.984