hust testsuite: fix a false positive
[oweals/busybox.git] / miscutils / Config.src
index 1da9800bd88adecccde7b67319ac14524db99282..06f1c52ba0534bda71caffa747b82166236f7ae5 100644 (file)
@@ -133,40 +133,6 @@ config CHRT
          manipulate real-time attributes of a process.
          This requires sched_{g,s}etparam support in your libc.
 
-config CROND
-       bool "crond"
-       default y
-       select 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 FEATURE_CROND_D
-       bool "Support option -d to redirect output to stderr"
-       depends on CROND
-       default y
-       help
-         -d sets loglevel to 0 (most verbose) and directs all output to stderr.
-
-config FEATURE_CROND_CALL_SENDMAIL
-       bool "Report command output via email (using sendmail)"
-       default y
-       depends on CROND
-       help
-         Command output will be sent to corresponding user via email.
-
-config FEATURE_CROND_DIR
-       string "crond spool directory"
-       default "/var/spool/cron"
-       depends on CROND || CRONTAB
-       help
-         Location of crond spool.
-
 config CRONTAB
        bool "crontab"
        default y
@@ -342,23 +308,13 @@ config LAST
        help
          'last' displays a list of the last users that logged into the system.
 
-choice
-       prompt "Choose last implementation"
-       depends on LAST
-       default FEATURE_LAST_FANCY
-
-config FEATURE_LAST_SMALL
-       bool "small"
-       help
-         This is a small version of last with just the basic set of
-         features.
-
 config FEATURE_LAST_FANCY
-       bool "huge"
+       bool "Turn on output of extra information"
+       default y
+       depends on LAST
        help
          'last' displays detailed information about the last users that
          logged into the system (mimics sysvinit last). +900 bytes.
-endchoice
 
 config HDPARM
        bool "hdparm"
@@ -533,22 +489,6 @@ config STRINGS
          strings prints the printable character sequences for each file
          specified.
 
-config TASKSET
-       bool "taskset"
-       default n  # 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 FEATURE_TASKSET_FANCY
-       bool "Fancy output"
-       default y
-       depends on 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 TIME
        bool "time"
        default y