busybox: update to version 1.23.2
[openwrt/svn-archive/archive.git] / package / utils / busybox / config / miscutils / Config.in
index b0ddc85b36ce0411b5133c355e7c3b4f4d84b8df..7819e30583b14f6acf91681728ff3204691d2db9 100644 (file)
@@ -15,6 +15,39 @@ config BUSYBOX_CONFIG_CONSPY
          example:  conspy NUM      shared access to console num
          or        conspy -nd NUM  screenshot of console num
          or        conspy -cs NUM  poor man's GNU screen like
+config BUSYBOX_CONFIG_CROND
+       bool "crond"
+       default BUSYBOX_DEFAULT_CROND
+       select BUSYBOX_CONFIG_FEATURE_SYSLOG
+       help
+         Crond is a background daemon that parses individual crontab
+         files and executes commands on behalf of the users in question.
+         This is a port of dcron from slackware. It uses files of the
+         format /var/spool/cron/crontabs/<username> files, for example:
+             $ cat /var/spool/cron/crontabs/root
+             # Run daily cron jobs at 4:40 every day:
+             40 4 * * * /etc/cron/daily > /dev/null 2>&1
+
+config BUSYBOX_CONFIG_FEATURE_CROND_D
+       bool "Support option -d to redirect output to stderr"
+       depends on BUSYBOX_CONFIG_CROND
+       default BUSYBOX_DEFAULT_FEATURE_CROND_D
+       help
+         -d N sets loglevel (0:most verbose) and directs all output to stderr.
+
+config BUSYBOX_CONFIG_FEATURE_CROND_CALL_SENDMAIL
+       bool "Report command output via email (using sendmail)"
+       default BUSYBOX_DEFAULT_FEATURE_CROND_CALL_SENDMAIL
+       depends on BUSYBOX_CONFIG_CROND
+       help
+         Command output will be sent to corresponding user via email.
+
+config BUSYBOX_CONFIG_FEATURE_CROND_DIR
+       string "crond spool directory"
+       default BUSYBOX_DEFAULT_FEATURE_CROND_DIR
+       depends on BUSYBOX_CONFIG_CROND || BUSYBOX_CONFIG_CRONTAB
+       help
+         Location of crond spool.
 config BUSYBOX_CONFIG_LESS
        bool "less"
        default BUSYBOX_DEFAULT_LESS
@@ -36,14 +69,11 @@ config BUSYBOX_CONFIG_FEATURE_LESS_BRACKETS
          brackets, facilitating programming.
 
 config BUSYBOX_CONFIG_FEATURE_LESS_FLAGS
-       bool "Enable extra flags"
+       bool "Enable -m/-M"
        default BUSYBOX_DEFAULT_FEATURE_LESS_FLAGS
        depends on BUSYBOX_CONFIG_LESS
        help
-         The extra flags provided do the following:
-
-         The -M flag enables a more sophisticated status line.
-         The -m flag enables a simpler status line with a percentage.
+         The -M/-m flag enables a more sophisticated status line.
 
 config BUSYBOX_CONFIG_FEATURE_LESS_MARKS
        bool "Enable marks"
@@ -106,12 +136,39 @@ config BUSYBOX_CONFIG_NANDDUMP
        select BUSYBOX_CONFIG_PLATFORM_LINUX
        help
          Dump the content of raw NAND chip
+config BUSYBOX_CONFIG_RFKILL
+       bool "rfkill"
+       default BUSYBOX_DEFAULT_RFKILL # doesn't build on Ubuntu 9.04
+       select BUSYBOX_CONFIG_PLATFORM_LINUX
+       help
+         Enable/disable wireless devices.
+
+         rfkill list : list all wireless devices
+         rfkill list bluetooth : list all bluetooth devices
+         rfkill list 1 : list device corresponding to the given index
+         rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
+
 config BUSYBOX_CONFIG_SETSERIAL
        bool "setserial"
        default BUSYBOX_DEFAULT_SETSERIAL
        select BUSYBOX_CONFIG_PLATFORM_LINUX
        help
          Retrieve or set Linux serial port.
+config BUSYBOX_CONFIG_TASKSET
+       bool "taskset"
+       default BUSYBOX_DEFAULT_TASKSET  # doesn't build on some non-x86 targets (m68k)
+       help
+         Retrieve or set a processes's CPU affinity.
+         This requires sched_{g,s}etaffinity support in your libc.
+
+config BUSYBOX_CONFIG_FEATURE_TASKSET_FANCY
+       bool "Fancy output"
+       default BUSYBOX_DEFAULT_FEATURE_TASKSET_FANCY
+       depends on BUSYBOX_CONFIG_TASKSET
+       help
+         Add code for fancy output. This merely silences a compiler-warning
+         and adds about 135 Bytes. May be needed for machines with alot
+         of CPUs.
 config BUSYBOX_CONFIG_UBIATTACH
        bool "ubiattach"
        default BUSYBOX_DEFAULT_UBIATTACH
@@ -153,6 +210,12 @@ config BUSYBOX_CONFIG_UBIUPDATEVOL
        select BUSYBOX_CONFIG_PLATFORM_LINUX
        help
          Update a UBI volume.
+config BUSYBOX_CONFIG_WALL
+       bool "wall"
+       default BUSYBOX_DEFAULT_WALL
+       depends on BUSYBOX_CONFIG_FEATURE_UTMP
+       help
+         Write a message to all users that are logged in.
 
 config BUSYBOX_CONFIG_ADJTIMEX
        bool "adjtimex"
@@ -280,40 +343,6 @@ config BUSYBOX_CONFIG_CHRT
          manipulate real-time attributes of a process.
          This requires sched_{g,s}etparam support in your libc.
 
-config BUSYBOX_CONFIG_CROND
-       bool "crond"
-       default BUSYBOX_DEFAULT_CROND
-       select BUSYBOX_CONFIG_FEATURE_SYSLOG
-       help
-         Crond is a background daemon that parses individual crontab
-         files and executes commands on behalf of the users in question.
-         This is a port of dcron from slackware. It uses files of the
-         format /var/spool/cron/crontabs/<username> files, for example:
-             $ cat /var/spool/cron/crontabs/root
-             # Run daily cron jobs at 4:40 every day:
-             40 4 * * * /etc/cron/daily > /dev/null 2>&1
-
-config BUSYBOX_CONFIG_FEATURE_CROND_D
-       bool "Support option -d to redirect output to stderr"
-       depends on BUSYBOX_CONFIG_CROND
-       default BUSYBOX_DEFAULT_FEATURE_CROND_D
-       help
-         -d sets loglevel to 0 (most verbose) and directs all output to stderr.
-
-config BUSYBOX_CONFIG_FEATURE_CROND_CALL_SENDMAIL
-       bool "Report command output via email (using sendmail)"
-       default BUSYBOX_DEFAULT_FEATURE_CROND_CALL_SENDMAIL
-       depends on BUSYBOX_CONFIG_CROND
-       help
-         Command output will be sent to corresponding user via email.
-
-config BUSYBOX_CONFIG_FEATURE_CROND_DIR
-       string "crond spool directory"
-       default BUSYBOX_DEFAULT_FEATURE_CROND_DIR
-       depends on BUSYBOX_CONFIG_CROND || BUSYBOX_CONFIG_CRONTAB
-       help
-         Location of crond spool.
-
 config BUSYBOX_CONFIG_CRONTAB
        bool "crontab"
        default BUSYBOX_DEFAULT_CRONTAB
@@ -656,18 +685,6 @@ config BUSYBOX_CONFIG_READAHEAD
          As readahead(2) blocks until each file has been read, it is best to
          run this applet as a background job.
 
-config BUSYBOX_CONFIG_RFKILL
-       bool "rfkill"
-       default BUSYBOX_DEFAULT_RFKILL  # doesn't build on Ubuntu 9.04
-       select BUSYBOX_CONFIG_PLATFORM_LINUX
-       help
-         Enable/disable wireless devices.
-
-         rfkill list : list all wireless devices
-         rfkill list bluetooth : list all bluetooth devices
-         rfkill list 1 : list device corresponding to the given index
-         rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
-
 config BUSYBOX_CONFIG_RUNLEVEL
        bool "runlevel"
        default BUSYBOX_DEFAULT_RUNLEVEL
@@ -698,22 +715,6 @@ config BUSYBOX_CONFIG_STRINGS
          strings prints the printable character sequences for each file
          specified.
 
-config BUSYBOX_CONFIG_TASKSET
-       bool "taskset"
-       default BUSYBOX_DEFAULT_TASKSET  # doesn't build on some non-x86 targets (m68k)
-       help
-         Retrieve or set a processes's CPU affinity.
-         This requires sched_{g,s}etaffinity support in your libc.
-
-config BUSYBOX_CONFIG_FEATURE_TASKSET_FANCY
-       bool "Fancy output"
-       default BUSYBOX_DEFAULT_FEATURE_TASKSET_FANCY
-       depends on BUSYBOX_CONFIG_TASKSET
-       help
-         Add code for fancy output. This merely silences a compiler-warning
-         and adds about 135 Bytes. May be needed for machines with alot
-         of CPUs.
-
 config BUSYBOX_CONFIG_TIME
        bool "time"
        default BUSYBOX_DEFAULT_TIME
@@ -744,13 +745,6 @@ config BUSYBOX_CONFIG_VOLNAME
        help
          Prints a CD-ROM volume name.
 
-config BUSYBOX_CONFIG_WALL
-       bool "wall"
-       default BUSYBOX_DEFAULT_WALL
-       depends on BUSYBOX_CONFIG_FEATURE_UTMP
-       help
-         Write a message to all users that are logged in.
-
 config BUSYBOX_CONFIG_WATCHDOG
        bool "watchdog"
        default BUSYBOX_DEFAULT_WATCHDOG