Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/miscutils/Config.src

    r3232 r3621  
    133133      manipulate real-time attributes of a process.
    134134      This requires sched_{g,s}etparam support in your libc.
    135 
    136 config CROND
    137     bool "crond"
    138     default y
    139     select FEATURE_SYSLOG
    140     help
    141       Crond is a background daemon that parses individual crontab
    142       files and executes commands on behalf of the users in question.
    143       This is a port of dcron from slackware. It uses files of the
    144       format /var/spool/cron/crontabs/<username> files, for example:
    145           $ cat /var/spool/cron/crontabs/root
    146           # Run daily cron jobs at 4:40 every day:
    147           40 4 * * * /etc/cron/daily > /dev/null 2>&1
    148 
    149 config FEATURE_CROND_D
    150     bool "Support option -d to redirect output to stderr"
    151     depends on CROND
    152     default y
    153     help
    154       -d sets loglevel to 0 (most verbose) and directs all output to stderr.
    155 
    156 config FEATURE_CROND_CALL_SENDMAIL
    157     bool "Report command output via email (using sendmail)"
    158     default y
    159     depends on CROND
    160     help
    161       Command output will be sent to corresponding user via email.
    162 
    163 config FEATURE_CROND_DIR
    164     string "crond spool directory"
    165     default "/var/spool/cron"
    166     depends on CROND || CRONTAB
    167     help
    168       Location of crond spool.
    169135
    170136config CRONTAB
     
    343309      'last' displays a list of the last users that logged into the system.
    344310
    345 choice
    346     prompt "Choose last implementation"
     311config FEATURE_LAST_FANCY
     312    bool "Turn on output of extra information"
     313    default y
    347314    depends on LAST
    348     default FEATURE_LAST_FANCY
    349 
    350 config FEATURE_LAST_SMALL
    351     bool "small"
    352     help
    353       This is a small version of last with just the basic set of
    354       features.
    355 
    356 config FEATURE_LAST_FANCY
    357     bool "huge"
    358315    help
    359316      'last' displays detailed information about the last users that
    360317      logged into the system (mimics sysvinit last). +900 bytes.
    361 endchoice
    362318
    363319config HDPARM
     
    504460      run this applet as a background job.
    505461
    506 config RFKILL
    507     bool "rfkill"
    508     default n  # doesn't build on Ubuntu 9.04
    509     select PLATFORM_LINUX
    510     help
    511       Enable/disable wireless devices.
    512 
    513       rfkill list : list all wireless devices
    514       rfkill list bluetooth : list all bluetooth devices
    515       rfkill list 1 : list device corresponding to the given index
    516       rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
    517 
    518462config RUNLEVEL
    519463    bool "runlevel"
     
    545489      strings prints the printable character sequences for each file
    546490      specified.
    547 
    548 config TASKSET
    549     bool "taskset"
    550     default n  # doesn't build on some non-x86 targets (m68k)
    551     help
    552       Retrieve or set a processes's CPU affinity.
    553       This requires sched_{g,s}etaffinity support in your libc.
    554 
    555 config FEATURE_TASKSET_FANCY
    556     bool "Fancy output"
    557     default y
    558     depends on TASKSET
    559     help
    560       Add code for fancy output. This merely silences a compiler-warning
    561       and adds about 135 Bytes. May be needed for machines with alot
    562       of CPUs.
    563491
    564492config TIME
     
    591519    help
    592520      Prints a CD-ROM volume name.
    593 
    594 config WALL
    595     bool "wall"
    596     default y
    597     depends on FEATURE_UTMP
    598     help
    599       Write a message to all users that are logged in.
    600521
    601522config WATCHDOG
Note: See TracChangeset for help on using the changeset viewer.