Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/findutils/Config.in

    r1765 r2725  
     1# DO NOT EDIT. This file is generated from Config.src
    12#
    23# For a description of the syntax of this configuration file,
     
    89config FIND
    910    bool "find"
    10     default n
     11    default y
    1112    help
    1213      find is used to search your system to find specified files.
    1314
    1415config FEATURE_FIND_PRINT0
    15     bool "Enable -print0 option"
    16     default y
    17     depends on FIND
    18     help
    19       Causes output names to be separated by a null character
    20       rather than a newline.  This allows names that contain
     16    bool "Enable -print0: NUL-terminated output"
     17    default y
     18    depends on FIND
     19    help
     20      Causes output names to be separated by a NUL character
     21      rather than a newline. This allows names that contain
    2122      newlines and other whitespace to be more easily
    2223      interpreted by other programs.
    2324
    2425config FEATURE_FIND_MTIME
    25     bool "Enable modified time matching (-mtime) option"
     26    bool "Enable -mtime: modified time matching"
    2627    default y
    2728    depends on FIND
     
    3132
    3233config FEATURE_FIND_MMIN
    33     bool "Enable modified time matching (-mmin) option"
     34    bool "Enable -mmin: modified time matching by minutes"
    3435    default y
    3536    depends on FIND
     
    3940
    4041config FEATURE_FIND_PERM
    41     bool "Enable permissions matching (-perm) option"
     42    bool "Enable -perm: permissions matching"
    4243    default y
    4344    depends on FIND
     
    4647
    4748config FEATURE_FIND_TYPE
    48     bool "Enable filetype matching (-type) option"
     49    bool "Enable -type: file type matching (file/dir/link/...)"
    4950    default y
    5051    depends on FIND
     
    5455
    5556config FEATURE_FIND_XDEV
    56     bool "Enable stay in filesystem (-xdev) option"
     57    bool "Enable -xdev: 'stay in filesystem'"
    5758    default y
    5859    depends on FIND
     
    6162
    6263config FEATURE_FIND_MAXDEPTH
    63     bool "Enable -maxdepth N option"
     64    bool "Enable -maxdepth N"
    6465    default y
    6566    depends on FIND
     
    6869
    6970config FEATURE_FIND_NEWER
    70     bool "Enable -newer option for comparing file mtimes"
     71    bool "Enable -newer: compare file modification times"
    7172    default y
    7273    depends on FIND
     
    7677
    7778config FEATURE_FIND_INUM
    78     bool "Enable inode number matching (-inum) option"
     79    bool "Enable -inum: inode number matching"
    7980    default y
    8081    depends on FIND
     
    8384
    8485config FEATURE_FIND_EXEC
    85     bool "Enable (-exec) option allowing execution of commands"
     86    bool "Enable -exec: execute commands"
    8687    default y
    8788    depends on FIND
     
    9192
    9293config FEATURE_FIND_USER
    93     bool "Enable username/uid matching (-user) option"
     94    bool "Enable -user: username/uid matching"
    9495    default y
    9596    depends on FIND
     
    9899
    99100config FEATURE_FIND_GROUP
    100     bool "Enable group/gid matching (-group) option"
     101    bool "Enable -group: group/gid matching"
    101102    default y
    102103    depends on FIND
     
    114115
    115116config FEATURE_FIND_DEPTH
    116     bool "Enable the -depth option"
     117    bool "Enable -depth"
    117118    default y
    118119    depends on FIND
     
    128129
    129130config FEATURE_FIND_SIZE
    130     bool "Enable (-size) option allowing matching for file size"
     131    bool "Enable -size: file size matching"
    131132    default y
    132133    depends on FIND
     
    135136
    136137config FEATURE_FIND_PRUNE
    137     bool "Enable (-prune) option allowing to exclude subdirectories"
     138    bool "Enable -prune: exclude subdirectories"
    138139    default y
    139140    depends on FIND
     
    143144
    144145config FEATURE_FIND_DELETE
    145     bool "Enable -delete option allowing to delete files"
    146     default n
     146    bool "Enable -delete: delete files/dirs"
     147    default y
    147148    depends on FIND && FEATURE_FIND_DEPTH
    148149    help
    149       Support the 'find -delete' option for deleting files and direcotries.
     150      Support the 'find -delete' option for deleting files and directories.
    150151      WARNING: This option can do much harm if used wrong. Busybox will not
    151152      try to protect the user from doing stupid things. Use with care.
    152153
    153154config FEATURE_FIND_PATH
    154     bool "Enable -path option allowing to match pathname patterns"
     155    bool "Enable -path: match pathname with shell pattern"
    155156    default y
    156157    depends on FIND
     
    159160
    160161config FEATURE_FIND_REGEX
    161     bool "Enable -regex: match pathname to regex"
     162    bool "Enable -regex: match pathname with regex"
    162163    default y
    163164    depends on FIND
     
    166167
    167168config FEATURE_FIND_CONTEXT
    168     bool "Enable (-context) option for matching security context"
     169    bool "Enable -context: security context matching"
    169170    default n
    170171    depends on FIND && SELINUX
     
    172173      Support the 'find -context' option for matching security context.
    173174
     175config FEATURE_FIND_LINKS
     176    bool "Enable -links: link count matching"
     177    default y
     178    depends on FIND
     179    help
     180      Support the 'find -links' option for matching number of links.
    174181config GREP
    175182    bool "grep"
    176     default n
     183    default y
    177184    help
    178185      grep is used to search files for a specified pattern.
    179186
    180187config FEATURE_GREP_EGREP_ALIAS
    181     bool "Support extended regular expressions (egrep & grep -E)"
     188    bool "Enable extended regular expressions (egrep & grep -E)"
    182189    default y
    183190    depends on GREP
    184191    help
    185       Enabled support for extended regular expressions.  Extended
     192      Enabled support for extended regular expressions. Extended
    186193      regular expressions allow for alternation (foo|bar), grouping,
    187194      and various repetition operators.
     
    194201      fgrep sees the search pattern as a normal string rather than
    195202      regular expressions.
    196       grep -F is always builtin, this just creates the fgrep alias.
     203      grep -F always works, this just creates the fgrep alias.
    197204
    198205config FEATURE_GREP_CONTEXT
     
    204211      context surrounding our matching lines.
    205212      Print the specified number of context lines (-C).
    206 
    207213config XARGS
    208214    bool "xargs"
    209     default n
    210     help
    211       xargs is used to execute a specified command on
     215    default y
     216    help
     217      xargs is used to execute a specified command for
    212218      every item from standard input.
    213219
    214220config FEATURE_XARGS_SUPPORT_CONFIRMATION
    215     bool "Enable prompt and confirmation option -p"
    216     default n
    217     depends on XARGS
    218     help
    219       Support prompt the user about whether to run each command
     221    bool "Enable -p: prompt and confirmation"
     222    default y
     223    depends on XARGS
     224    help
     225      Support -p: prompt the user whether to run each command
    220226      line and read a line from the terminal.
    221227
    222228config FEATURE_XARGS_SUPPORT_QUOTES
    223     bool "Enable support single and double quotes and backslash"
    224     default n
    225     depends on XARGS
    226     help
    227       Default xargs unsupport single and double quotes
    228       and backslash for can use aruments with spaces.
     229    bool "Enable single and double quotes and backslash"
     230    default y
     231    depends on XARGS
     232    help
     233      Support quoting in the input.
    229234
    230235config FEATURE_XARGS_SUPPORT_TERMOPT
    231     bool "Enable support options -x"
    232     default n
    233     depends on XARGS
    234     help
    235       Enable support exit if the size (see the -s or -n option)
     236    bool "Enable -x: exit if -s or -n is exceeded"
     237    default y
     238    depends on XARGS
     239    help
     240      Support -x: exit if the command size (see the -s or -n option)
    236241      is exceeded.
    237242
    238243config FEATURE_XARGS_SUPPORT_ZERO_TERM
    239     bool "Enable null terminated option -0"
    240     default n
    241     depends on XARGS
    242     help
    243       Enable input filenames are terminated by a null character
    244       instead of by whitespace, and the quotes and backslash
     244    bool "Enable -0: NUL-terminated input"
     245    default y
     246    depends on XARGS
     247    help
     248      Support -0: input items are terminated by a NUL character
     249      instead of whitespace, and the quotes and backslash
    245250      are not special.
    246251
Note: See TracChangeset for help on using the changeset viewer.