Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (17 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/debianutils/Config.in

    r821 r1765  
    66menu "Debian Utilities"
    77
    8 config CONFIG_MKTEMP
     8config MKTEMP
    99    bool "mktemp"
    1010    default n
     
    1212      mktemp is used to create unique temporary files
    1313
    14 config CONFIG_PIPE_PROGRESS
     14config PIPE_PROGRESS
    1515    bool "pipe_progress"
    1616    default n
     
    1818      Display a dot to indicate pipe activity.
    1919
    20 config CONFIG_READLINK
    21     bool "readlink"
    22     default n
    23     help
    24       This program reads a symbolic link and returns the name
    25       of the file it points to
    26 
    27 config CONFIG_FEATURE_READLINK_FOLLOW
    28     bool "Enable canonicalization by following all symlinks (-f)"
    29     default n
    30     depends on CONFIG_READLINK
    31     help
    32       Enable the readlink option (-f).
    33 
    34 config CONFIG_RUN_PARTS
     20config RUN_PARTS
    3521    bool "run-parts"
    3622    default n
     
    4733      you can safely say N here.
    4834
    49 config CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
     35config FEATURE_RUN_PARTS_LONG_OPTIONS
    5036    bool "Enable long options"
    5137    default n
    52     depends on CONFIG_RUN_PARTS && CONFIG_GETOPT_LONG
     38    depends on RUN_PARTS && GETOPT_LONG
    5339    help
    5440      Support long options for the run-parts applet.
    5541
    56 config CONFIG_START_STOP_DAEMON
     42config FEATURE_RUN_PARTS_FANCY
     43    bool "Support additional arguments"
     44    default n
     45    depends on RUN_PARTS
     46    help
     47      Support additional options:
     48      -l --list print the names of the all matching files (not
     49                limited to executables), but don't actually run them.
     50
     51config START_STOP_DAEMON
    5752    bool "start-stop-daemon"
    5853    default y
     
    6257      started during the startup of the system.
    6358
    64 config CONFIG_FEATURE_START_STOP_DAEMON_FANCY
     59config FEATURE_START_STOP_DAEMON_FANCY
    6560    bool "Support additional arguments"
    6661    default y
    67     depends on CONFIG_START_STOP_DAEMON
     62    depends on START_STOP_DAEMON
    6863    help
    6964      Support additional arguments.
     
    7166      -v|--verbose
    7267
    73 config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
     68config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
    7469    bool "Enable long options"
    7570    default n
    76     depends on CONFIG_START_STOP_DAEMON && CONFIG_GETOPT_LONG
     71    depends on START_STOP_DAEMON && GETOPT_LONG
    7772    help
    7873      Support long options for the start-stop-daemon applet.
    7974
    80 config CONFIG_WHICH
     75config WHICH
    8176    bool "which"
    8277    default n
Note: See TracChangeset for help on using the changeset viewer.