summaryrefslogtreecommitdiff
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-w32-4ef5a84583488942142d1adf9bdc46cb44ba0626.tar.gz
busybox-w32-4ef5a84583488942142d1adf9bdc46cb44ba0626.tar.bz2
busybox-w32-4ef5a84583488942142d1adf9bdc46cb44ba0626.zip
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
420 from files. 420 from files.
421 421
422config CONFIG_FEATURE_FANCY_TAIL 422config CONFIG_FEATURE_FANCY_TAIL
423 bool " Enable extra tail options (-c, -q, -s, and -v)" 423 bool " Enable extra tail options (-q, -s, and -v)"
424 default y 424 default y
425 depends on CONFIG_TAIL 425 depends on CONFIG_TAIL
426 help 426 help
427 Enable tail options (-c, -q, -s, and -v). 427 The options (-q, -s, and -v) are provided by GNU tail, but
428 are not specific in the SUSv3 standard.
428 429
429config CONFIG_TEE 430config CONFIG_TEE
430 bool "tee" 431 bool "tee"