diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-27 19:33:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-27 19:33:20 +0100 |
commit | 0c6fb98d013e4ffc664935a51adce94254d10f83 (patch) | |
tree | f5d5cdecd15b0282cc4b1598632d6cb3afc84791 /package/busybox/config/coreutils | |
parent | 02e9bb0970ba681f228dc642b1e5026cc97047c7 (diff) |
update busybox and default config
Diffstat (limited to 'package/busybox/config/coreutils')
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 92 |
1 files changed, 55 insertions, 37 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 697bec0ea..50c449acc 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -61,13 +61,13 @@ config BUSYBOX_CHROOT config BUSYBOX_CKSUM bool "cksum" - default y + default n help cksum is used to calculate the CRC32 checksum of a file. config BUSYBOX_COMM bool "comm" - default y + default n help comm is used to compare two files line by line and return a three-column output. @@ -123,7 +123,7 @@ config BUSYBOX_FEATURE_DD_SIGNAL_HANDLING config BUSYBOX_FEATURE_DD_IBS_OBS bool "Enable ibs, obs and conv options" - default y + default n depends on BUSYBOX_DD help Enables support for writing a certain number of bytes in and out, @@ -138,7 +138,7 @@ config BUSYBOX_DF config BUSYBOX_FEATURE_DF_FANCY bool "Enable -a, -i, -B" - default y + default n depends on BUSYBOX_DF help This option enables -a, -i and -B. @@ -152,7 +152,7 @@ config BUSYBOX_DIRNAME config BUSYBOX_DOS2UNIX bool "dos2unix/unix2dos" - default y + default n help dos2unix is used to convert a text file from DOS format to UNIX format, and vice versa. @@ -189,7 +189,7 @@ config BUSYBOX_ECHO config BUSYBOX_FEATURE_FANCY_ECHO bool "Enable echo options (-n and -e)" default y - depends on BUSYBOX_ECHO || BUSYBOX_ASH_BUILTIN_ECHO + depends on BUSYBOX_ECHO || BUSYBOX_ASH_BUILTIN_ECHO || BUSYBOX_HUSH help This adds options (-n and -e) to echo. @@ -204,7 +204,7 @@ config BUSYBOX_ENV config BUSYBOX_FEATURE_ENV_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_ENV && BUSYBOX_GETOPT_LONG + depends on BUSYBOX_ENV && BUSYBOX_LONG_OPTS help Support long options for the env applet. @@ -217,13 +217,13 @@ config BUSYBOX_EXPAND config BUSYBOX_FEATURE_EXPAND_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_EXPAND && BUSYBOX_GETOPT_LONG + depends on BUSYBOX_EXPAND && BUSYBOX_LONG_OPTS help Support long options for the expand applet. config BUSYBOX_EXPR bool "expr" - default y + default n help expr is used to calculate numbers and print the result to standard output. @@ -239,7 +239,7 @@ config BUSYBOX_EXPR_MATH_SUPPORT_64 config BUSYBOX_FALSE bool "false" - default y + default n help false returns an exit code of FALSE (1). @@ -249,6 +249,12 @@ config BUSYBOX_FOLD help Wrap text to fit a specific width. +config BUSYBOX_FSYNC + bool "fsync" + default n + help + fsync is used to flush file-related cached blocks to disk. + config BUSYBOX_HEAD bool "head" default y @@ -258,7 +264,7 @@ config BUSYBOX_HEAD config BUSYBOX_FEATURE_FANCY_HEAD bool "Enable head options (-c, -q, and -v)" - default y + default n depends on BUSYBOX_HEAD help This enables the head options (-c, -q, and -v). @@ -278,14 +284,14 @@ config BUSYBOX_ID config BUSYBOX_INSTALL bool "install" - default y + default n help Copy files and set attributes. config BUSYBOX_FEATURE_INSTALL_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_INSTALL && BUSYBOX_GETOPT_LONG + depends on BUSYBOX_INSTALL && BUSYBOX_LONG_OPTS help Support long options for the install applet. @@ -358,7 +364,7 @@ config BUSYBOX_FEATURE_LS_USERNAME config BUSYBOX_FEATURE_LS_COLOR bool "Allow use of color to identify file types" default n - depends on BUSYBOX_LS && BUSYBOX_GETOPT_LONG + depends on BUSYBOX_LS && BUSYBOX_LONG_OPTS help This enables the --color option to ls. @@ -388,7 +394,7 @@ config BUSYBOX_MKDIR config BUSYBOX_FEATURE_MKDIR_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_MKDIR && BUSYBOX_GETOPT_LONG + depends on BUSYBOX_MKDIR && BUSYBOX_LONG_OPTS help Support long options for the mkdir applet. @@ -415,19 +421,19 @@ config BUSYBOX_MV config BUSYBOX_FEATURE_MV_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_MV && BUSYBOX_GETOPT_LONG + depends on BUSYBOX_MV && BUSYBOX_LONG_OPTS help Support long options for the mv applet. config BUSYBOX_NICE bool "nice" - default y + default n help nice runs a program with modified scheduling priority. config BUSYBOX_NOHUP bool "nohup" - default y + default n help run a command immune to hangups, with output to a non-tty. @@ -465,7 +471,7 @@ config BUSYBOX_READLINK config BUSYBOX_FEATURE_READLINK_FOLLOW bool "Enable canonicalization by following all symlinks (-f)" - default y + default n depends on BUSYBOX_READLINK help Enable the readlink option (-f). @@ -485,30 +491,42 @@ config BUSYBOX_RM config BUSYBOX_RMDIR bool "rmdir" - default y + default n help rmdir is used to remove empty directories. config BUSYBOX_FEATURE_RMDIR_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_RMDIR && BUSYBOX_GETOPT_LONG + depends on BUSYBOX_RMDIR && BUSYBOX_LONG_OPTS help Support long options for the rmdir applet, including --ignore-fail-on-non-empty for compatibility with GNU rmdir. config BUSYBOX_SEQ bool "seq" - default y + default n help print a sequence of numbers config BUSYBOX_SHA1SUM bool "sha1sum" - default y + default n help Compute and check SHA1 message digest +config BUSYBOX_SHA256SUM + bool "sha256sum" + default n + help + Compute and check SHA256 message digest + +config BUSYBOX_SHA512SUM + bool "sha512sum" + default n + help + Compute and check SHA512 message digest + config BUSYBOX_SLEEP bool "sleep" default y @@ -545,7 +563,7 @@ config BUSYBOX_SORT config BUSYBOX_FEATURE_SORT_BIG bool "Full SuSv3 compliant sort (support -ktcsbdfiozgM)" - default n + default y depends on BUSYBOX_SORT help Without this, sort only supports -r, -u, and an integer version @@ -557,7 +575,7 @@ config BUSYBOX_FEATURE_SORT_BIG config BUSYBOX_SPLIT bool "split" - default y + default n help split a file into pieces. @@ -587,7 +605,7 @@ config BUSYBOX_FEATURE_STAT_FORMAT config BUSYBOX_STTY bool "stty" - default y + default n help stty is used to change and print terminal line settings. @@ -617,8 +635,8 @@ config BUSYBOX_TAIL from files. config BUSYBOX_FEATURE_FANCY_TAIL - bool "Enable extra tail options (-q, -s, and -v)" - default n + bool "Enable extra tail options (-q, -s, -v, and -F)" + default y depends on BUSYBOX_TAIL help The options (-q, -s, and -v) are provided by GNU tail, but @@ -626,7 +644,7 @@ config BUSYBOX_FEATURE_FANCY_TAIL config BUSYBOX_TEE bool "tee" - default y + default n help tee is used to read from standard input and write to standard output and files. @@ -649,7 +667,7 @@ config BUSYBOX_TEST config BUSYBOX_FEATURE_TEST_64 bool "Extend test to 64 bit" default n - depends on BUSYBOX_TEST || BUSYBOX_ASH_BUILTIN_TEST + depends on BUSYBOX_TEST || BUSYBOX_ASH_BUILTIN_TEST || BUSYBOX_HUSH help Enable 64-bit support in test. @@ -669,7 +687,7 @@ config BUSYBOX_TR config BUSYBOX_FEATURE_TR_CLASSES bool "Enable character classes (such as [:upper:])" - default y + default n depends on BUSYBOX_TR help Enable character classes, enabling commands such as: @@ -688,7 +706,7 @@ config BUSYBOX_FEATURE_TR_EQUIV config BUSYBOX_TRUE bool "true" - default y + default n help true returns an exit code of TRUE (0). @@ -714,7 +732,7 @@ config BUSYBOX_UNEXPAND config BUSYBOX_FEATURE_UNEXPAND_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_UNEXPAND && BUSYBOX_GETOPT_LONG + depends on BUSYBOX_UNEXPAND && BUSYBOX_LONG_OPTS help Support long options for the unexpand applet. @@ -754,11 +772,11 @@ config BUSYBOX_FEATURE_WC_LARGE default n depends on BUSYBOX_WC help - Use "unsigned long long" in wc for count variables. + Use "unsigned long long" in wc for counter variables. config BUSYBOX_WHO bool "who" - default y + default n select BUSYBOX_FEATURE_UTMP help who is used to show who is logged on. @@ -772,7 +790,7 @@ config BUSYBOX_WHOAMI config BUSYBOX_YES bool "yes" - default y + default n help yes is used to repeatedly output a specific string, or the default string `y'. @@ -816,7 +834,7 @@ comment "Common options for md5sum, sha1sum" config BUSYBOX_FEATURE_MD5_SHA1_SUM_CHECK bool "Enable -c, -s and -w options" - default y + default n depends on BUSYBOX_MD5SUM || BUSYBOX_SHA1SUM help Enabling the -c options allows files to be checked |