aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/coreutils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-01 18:28:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-01 18:28:03 +0000
commitd39e136bbc67e5ff71f3b460ca530b149dc2b5f1 (patch)
tree49d35d3cc5b7cc19c03d8e5927941aa9fad3b49c /package/busybox/config/coreutils
parentfe70786b35e044b5e4f5e3254324d90825ef6103 (diff)
downloadupstream-d39e136bbc67e5ff71f3b460ca530b149dc2b5f1.tar.gz
upstream-d39e136bbc67e5ff71f3b460ca530b149dc2b5f1.tar.bz2
upstream-d39e136bbc67e5ff71f3b460ca530b149dc2b5f1.zip
update busybox menuconfig for the latest version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5953 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/coreutils')
-rw-r--r--package/busybox/config/coreutils/Config.in17
1 files changed, 12 insertions, 5 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in
index 3487fc742c..91f93e19bd 100644
--- a/package/busybox/config/coreutils/Config.in
+++ b/package/busybox/config/coreutils/Config.in
@@ -120,11 +120,11 @@ config BUSYBOX_CONFIG_FEATURE_DD_SIGNAL_HANDLING
default y
depends on BUSYBOX_CONFIG_DD
help
- sending a SIGUSR1 signal to a running `dd' process makes it
- print to standard error the number of records read and written
+ 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
+ $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid
10899206+0 records in 10899206+0 records out
config BUSYBOX_CONFIG_FEATURE_DD_IBS_OBS
@@ -704,6 +704,13 @@ config BUSYBOX_CONFIG_WC
wc is used to print the number of bytes, words, and lines,
in specified files.
+config BUSYBOX_CONFIG_FEATURE_WC_LARGE
+ bool "Support very large files in wc"
+ default n
+ depends on BUSYBOX_CONFIG_WC
+ help
+ Use "unsigned long long" in wc for count variables
+
config BUSYBOX_CONFIG_WHO
bool "who"
default n
@@ -744,9 +751,9 @@ config BUSYBOX_CONFIG_FEATURE_AUTOWIDTH
depends on BUSYBOX_CONFIG_LS || BUSYBOX_CONFIG_MORE || BUSYBOX_CONFIG_TELNET
help
This option allows utilities such as 'ls', 'more' and 'telnet'
- to determine the width of the screen, which can allow them to
+ to determine the width of the screen, which can allow them to
display additional text or avoid wrapping text onto the next line.
- If you leave this disabled, your utilities will be especially
+ If you leave this disabled, your utilities will be especially
primitive and will be unable to determine the current screen width.
comment "Common options for df, du, ls"