X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2FConfig.src;h=619c2efe83fea4656121534e61f48d6b99373b23;hb=2a17fbe88a0cc064248db4ce8939f0fbc357922d;hp=68c71788334b833a51b9dbb17636d577341b1efd;hpb=17f8418ea75410c3fbf9c9558f50f22cb8808e3e;p=oweals%2Fbusybox.git diff --git a/coreutils/Config.src b/coreutils/Config.src index 68c717883..619c2efe8 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -11,7 +11,7 @@ config CAL bool "cal" default y help - cal is used to display a monthly calender. + cal is used to display a monthly calendar. config CATV bool "catv" @@ -87,44 +87,6 @@ config CUT cut is used to print selected parts of lines from each file to stdout. -config DD - bool "dd" - default y - help - dd copies a file (from standard input to standard output, - by default) using specific input and output blocksizes, - while optionally performing conversions on it. - -config FEATURE_DD_SIGNAL_HANDLING - bool "Enable DD signal handling for status reporting" - default y - depends on DD - help - Sending a SIGUSR1 signal to a running `dd' process makes it - print to standard error the number of records read and written - so far, then to resume copying. - - $ dd if=/dev/zero of=/dev/null& - $ pid=$! kill -USR1 $pid; sleep 1; kill $pid - 10899206+0 records in - 10899206+0 records out - -config FEATURE_DD_THIRD_STATUS_LINE - bool "Enable the third status line upon signal" - default y - depends on DD && FEATURE_DD_SIGNAL_HANDLING - help - Displays a coreutils-like third status line with transferred bytes, - elapsed time and speed. - -config FEATURE_DD_IBS_OBS - bool "Enable ibs, obs and conv options" - default y - depends on DD - help - Enables support for writing a certain number of bytes in and out, - at a time, and performing conversions on the data stream. - config DF bool "df" default y @@ -581,22 +543,6 @@ config FEATURE_SPLIT_FANCY Supports additional suffixes 'b' for 512 bytes, 'g' for 1GiB for the -b option. -config STAT - bool "stat" - default y - select PLATFORM_LINUX # statfs() - help - display file or filesystem status. - -config FEATURE_STAT_FORMAT - bool "Enable custom formats (-c)" - default y - depends on STAT - help - Without this, stat will not support the '-c format' option where - users can pass a custom format string for output. This adds about - 7k to a nonstatic build on amd64. - config STTY bool "stty" default y @@ -609,12 +555,6 @@ config SUM help checksum and count the blocks in a file -config SYNC - bool "sync" - default y - help - sync is used to flush filesystem buffers. - config TAC bool "tac" default y @@ -674,6 +614,14 @@ config UNAME help uname is used to print system information. +config UNAME_OSNAME + string "Operating system name" + default "GNU/Linux" + depends on UNAME + help + Sets the operating system name reported by uname -o. The + default is "GNU/Linux". + config UNEXPAND bool "unexpand" default y