Changeset 2725 in MondoRescue for branches/2.2.9/mindi-busybox/runit/Config.in


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/runit/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 "Runit Utilities"
    78
     9
     10
    811config RUNSV
    912    bool "runsv"
    10     default n
     13    default y
    1114    help
    1215      runsv starts and monitors a service and optionally an appendant log
     
    1518config RUNSVDIR
    1619    bool "runsvdir"
    17     default n
     20    default y
    1821    help
    1922      runsvdir starts a runsv process for each subdirectory, or symlink to
     
    2124      subdirectories, and restarts a runsv process if it terminates.
    2225
     26config FEATURE_RUNSVDIR_LOG
     27    bool "Enable scrolling argument log"
     28    depends on RUNSVDIR
     29    default n
     30    help
     31      Enable feature where second parameter of runsvdir holds last error
     32      message (viewable via top/ps). Otherwise (feature is off
     33      or no parameter), error messages go to stderr only.
     34
    2335config SV
    2436    bool "sv"
    25     default n
     37    default y
    2638    help
    2739      sv reports the current status and controls the state of services
    2840      monitored by the runsv supervisor.
    2941
     42config SV_DEFAULT_SERVICE_DIR
     43    string "Default directory for services"
     44    default "/var/service"
     45    depends on SV
     46    help
     47      Default directory for services.
     48      Defaults to "/var/service"
     49
    3050config SVLOGD
    3151    bool "svlogd"
    32     default n
     52    default y
    3353    help
    3454      svlogd continuously reads log data from its standard input, optionally
     
    3858config CHPST
    3959    bool "chpst"
    40     default n
     60    default y
    4161    help
    4262      chpst changes the process state according to the given options, and
     
    4565config SETUIDGID
    4666    bool "setuidgid"
     67    default y
    4768    help
    4869      Sets soft resource limits as specified by options
     
    5071config ENVUIDGID
    5172    bool "envuidgid"
     73    default y
    5274    help
    5375      Sets $UID to account's uid and $GID to account's gid
     
    5577config ENVDIR
    5678    bool "envdir"
     79    default y
    5780    help
    5881      Sets various environment variables as specified by files
     
    6184config SOFTLIMIT
    6285    bool "softlimit"
     86    default y
    6387    help
    6488      Sets soft resource limits as specified by options
Note: See TracChangeset for help on using the changeset viewer.