diff options
author | Glenn L McGrath | 2003-10-31 00:35:59 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-10-31 00:35:59 +0000 |
commit | 4ef5a84583488942142d1adf9bdc46cb44ba0626 (patch) | |
tree | c4bac6346f48c2bd9ea5912ea8ae464400f4d0e0 /coreutils/Config.in | |
parent | 0120be94a0d4203f35a15fd4a8e82f1e57511445 (diff) | |
download | busybox-4ef5a84583488942142d1adf9bdc46cb44ba0626.zip busybox-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.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 54bdc68..90f681c 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" |