Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/shell/Config.src


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/shell/Config.src

    r2725 r3232  
    124124    depends on (HUSH || ASH) && FEATURE_PREFER_APPLETS
    125125    help
    126       This option causes busybox shells [currently only ash]
    127       to not execute typical fork/exec/wait sequence, but call <applet>_main
    128       directly, if possible. (Sometimes it is not possible: for example,
     126      This option causes busybox shells to not execute typical
     127      fork/exec/wait sequence, but call <applet>_main directly,
     128      if possible. (Sometimes it is not possible: for example,
    129129      this is not possible in pipes).
    130130
     
    134134      This may significantly speed up some shell scripts.
    135135
    136       This feature is relatively new. Use with care.
     136      This feature is relatively new. Use with care. Report bugs
     137      to project mailing list.
     138
     139config FEATURE_SH_HISTFILESIZE
     140    bool "Use $HISTFILESIZE"
     141    default y
     142    depends on HUSH || ASH
     143    help
     144      This option makes busybox shells to use $HISTFILESIZE variable
     145      to set shell history size. Note that its max value is capped
     146      by "History size" setting in library tuning section.
     147
    137148
    138149endmenu
Note: See TracChangeset for help on using the changeset viewer.