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/debianutils/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,
     
    67menu "Debian Utilities"
    78
     9
     10
    811config MKTEMP
    912    bool "mktemp"
    10     default n
     13    default y
    1114    help
    1215      mktemp is used to create unique temporary files
     
    1417config PIPE_PROGRESS
    1518    bool "pipe_progress"
    16     default n
     19    default y
    1720    help
    1821      Display a dot to indicate pipe activity.
     
    2023config RUN_PARTS
    2124    bool "run-parts"
    22     default n
     25    default y
    2326    help
    2427      run-parts is a utility designed to run all the scripts in a directory.
     
    2730      execute all the scripts in that directory.
    2831
    29       In this implementation of run-parts some features (such as report mode)
    30       are not implemented.
     32      In this implementation of run-parts some features (such as report
     33      mode) are not implemented.
    3134
    3235      Unless you know that run-parts is used in some of your scripts
     
    3538config FEATURE_RUN_PARTS_LONG_OPTIONS
    3639    bool "Enable long options"
    37     default n
    38     depends on RUN_PARTS && GETOPT_LONG
     40    default y
     41    depends on RUN_PARTS && LONG_OPTS
    3942    help
    4043      Support long options for the run-parts applet.
     
    4245config FEATURE_RUN_PARTS_FANCY
    4346    bool "Support additional arguments"
    44     default n
     47    default y
    4548    depends on RUN_PARTS
    4649    help
     
    6568      -o|--oknodo ignored since we exit with 0 anyway
    6669      -v|--verbose
     70      -N|--nicelevel N
    6771
    6872config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
    6973    bool "Enable long options"
    70     default n
    71     depends on START_STOP_DAEMON && GETOPT_LONG
     74    default y
     75    depends on START_STOP_DAEMON && LONG_OPTS
    7276    help
    7377      Support long options for the start-stop-daemon applet.
     
    7579config WHICH
    7680    bool "which"
    77     default n
     81    default y
    7882    help
    7983      which is used to find programs in your PATH and
     
    8185
    8286endmenu
    83 
Note: See TracChangeset for help on using the changeset viewer.