aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-10-31 00:35:59 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-10-31 00:35:59 +0000
commit4ef5a84583488942142d1adf9bdc46cb44ba0626 (patch)
treec4bac6346f48c2bd9ea5912ea8ae464400f4d0e0 /coreutils/Config.in
parent0120be94a0d4203f35a15fd4a8e82f1e57511445 (diff)
downloadbusybox-4ef5a84583488942142d1adf9bdc46cb44ba0626.tar.gz
Move the tail -c option from FANCY_TAIL to the default tail, this makes
the default tail options conform to SUSv3, with the non-SUS option all in FANCY_TAIL
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 54bdc6868..90f681c04 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -420,11 +420,12 @@ config CONFIG_TAIL
from files.
config CONFIG_FEATURE_FANCY_TAIL
- bool " Enable extra tail options (-c, -q, -s, and -v)"
+ bool " Enable extra tail options (-q, -s, and -v)"
default y
depends on CONFIG_TAIL
help
- Enable tail options (-c, -q, -s, and -v).
+ The options (-q, -s, and -v) are provided by GNU tail, but
+ are not specific in the SUSv3 standard.
config CONFIG_TEE
bool "tee"