Bug 677: there are apparently still people using telnet.

This commit is contained in:
Rob Landley 2006-02-06 02:49:45 +00:00
parent ba9c4d1f89
commit 30a6bba65f

View File

@ -654,19 +654,19 @@ config CONFIG_FEATURE_PRESERVE_HARDLINKS
help help
Allow cp and mv to preserve hard links. Allow cp and mv to preserve hard links.
comment "Common options for ls and more" comment "Common options for ls, more and telnet"
depends on CONFIG_LS || CONFIG_MORE depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
config CONFIG_FEATURE_AUTOWIDTH config CONFIG_FEATURE_AUTOWIDTH
bool " Calculate terminal & column widths" bool " Calculate terminal & column widths"
default y default y
depends on CONFIG_LS || CONFIG_MORE depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
help help
This option allows utilities such as 'ls' and 'more' to determine the This option allows utilities such as 'ls', 'more' and 'telnet'
width of the screen, which can allow them to display additional text to determine the width of the screen, which can allow them to
or avoid wrapping text onto the next line. If you leave this display additional text or avoid wrapping text onto the next line.
disabled, your utilities will be especially primitive and will be If you leave this disabled, your utilities will be especially
unable to determine the current screen width. primitive and will be unable to determine the current screen width.
comment "Common options for df, du, ls" comment "Common options for df, du, ls"
depends on CONFIG_DF || CONFIG_DU || CONFIG_LS depends on CONFIG_DF || CONFIG_DU || CONFIG_LS