diff options
Diffstat (limited to 'coreutils/Config.src')
| -rw-r--r-- | coreutils/Config.src | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 68c717883..1bbb91ee9 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
| @@ -87,44 +87,6 @@ config CUT | |||
| 87 | cut is used to print selected parts of lines from | 87 | cut is used to print selected parts of lines from |
| 88 | each file to stdout. | 88 | each file to stdout. |
| 89 | 89 | ||
| 90 | config DD | ||
| 91 | bool "dd" | ||
| 92 | default y | ||
| 93 | help | ||
| 94 | dd copies a file (from standard input to standard output, | ||
| 95 | by default) using specific input and output blocksizes, | ||
| 96 | while optionally performing conversions on it. | ||
| 97 | |||
| 98 | config FEATURE_DD_SIGNAL_HANDLING | ||
| 99 | bool "Enable DD signal handling for status reporting" | ||
| 100 | default y | ||
| 101 | depends on DD | ||
| 102 | help | ||
| 103 | Sending a SIGUSR1 signal to a running `dd' process makes it | ||
| 104 | print to standard error the number of records read and written | ||
| 105 | so far, then to resume copying. | ||
| 106 | |||
| 107 | $ dd if=/dev/zero of=/dev/null& | ||
| 108 | $ pid=$! kill -USR1 $pid; sleep 1; kill $pid | ||
| 109 | 10899206+0 records in | ||
| 110 | 10899206+0 records out | ||
| 111 | |||
| 112 | config FEATURE_DD_THIRD_STATUS_LINE | ||
| 113 | bool "Enable the third status line upon signal" | ||
| 114 | default y | ||
| 115 | depends on DD && FEATURE_DD_SIGNAL_HANDLING | ||
| 116 | help | ||
| 117 | Displays a coreutils-like third status line with transferred bytes, | ||
| 118 | elapsed time and speed. | ||
| 119 | |||
| 120 | config FEATURE_DD_IBS_OBS | ||
| 121 | bool "Enable ibs, obs and conv options" | ||
| 122 | default y | ||
| 123 | depends on DD | ||
| 124 | help | ||
| 125 | Enables support for writing a certain number of bytes in and out, | ||
| 126 | at a time, and performing conversions on the data stream. | ||
| 127 | |||
| 128 | config DF | 90 | config DF |
| 129 | bool "df" | 91 | bool "df" |
| 130 | default y | 92 | default y |
