From fcbfce66439ab9501a214f322b3f43b2e74d089c Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 14 Jun 2009 22:35:33 +0000 Subject: [PATCH] Remove the note about using vt220, which makes no sense at all. vt220 will not work better. Even though it probably will remove warnings about unknown terminal types, a cons25 emulator is not compatible with vt220 at all. --- etc/etc.amd64/ttys | 4 +--- etc/etc.arm/ttys | 4 +--- etc/etc.i386/ttys | 4 +--- etc/etc.ia64/ttys | 4 +--- etc/etc.mips/ttys | 4 +--- etc/etc.powerpc/ttys | 4 +--- etc/etc.sparc64/ttys | 4 +--- 7 files changed, 7 insertions(+), 21 deletions(-) diff --git a/etc/etc.amd64/ttys b/etc/etc.amd64/ttys index 075d38fde3be..c4650cbdb03b 100644 --- a/etc/etc.amd64/ttys +++ b/etc/etc.amd64/ttys @@ -15,9 +15,7 @@ # # type The initial terminal type for this port. For hardwired # terminal lines, this will contain the type of terminal used. -# For virtual consoles, the correct type is typically cons25, but -# vt220 will work better if you need interoperability with other -# systems like Solaris or GNU/Linux. +# For virtual consoles, the correct type is typically cons25. # Other common values include network for network connections on # pseudo-terminals, dialup for incoming modem ports, and unknown # when the terminal type cannot be predetermined. diff --git a/etc/etc.arm/ttys b/etc/etc.arm/ttys index a1386e148d15..7c3b3341a158 100644 --- a/etc/etc.arm/ttys +++ b/etc/etc.arm/ttys @@ -15,9 +15,7 @@ # # type The initial terminal type for this port. For hardwired # terminal lines, this will contain the type of terminal used. -# For virtual consoles, the correct type is typically cons25, but -# vt220 will work better if you need interoperability with other -# systems like Solaris or GNU/Linux. +# For virtual consoles, the correct type is typically cons25. # Other common values include network for network connections on # pseudo-terminals, dialup for incoming modem ports, and unknown # when the terminal type cannot be predetermined. diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index 075d38fde3be..c4650cbdb03b 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -15,9 +15,7 @@ # # type The initial terminal type for this port. For hardwired # terminal lines, this will contain the type of terminal used. -# For virtual consoles, the correct type is typically cons25, but -# vt220 will work better if you need interoperability with other -# systems like Solaris or GNU/Linux. +# For virtual consoles, the correct type is typically cons25. # Other common values include network for network connections on # pseudo-terminals, dialup for incoming modem ports, and unknown # when the terminal type cannot be predetermined. diff --git a/etc/etc.ia64/ttys b/etc/etc.ia64/ttys index f7ac07ef311d..acacb90aa3b3 100644 --- a/etc/etc.ia64/ttys +++ b/etc/etc.ia64/ttys @@ -15,9 +15,7 @@ # # type The initial terminal type for this port. For hardwired # terminal lines, this will contain the type of terminal used. -# For virtual consoles, the correct type is typically cons25, but -# vt220 will work better if you need interoperability with other -# systems like Solaris or GNU/Linux. +# For virtual consoles, the correct type is typically cons25. # Other common values include network for network connections on # pseudo-terminals, dialup for incoming modem ports, and unknown # when the terminal type cannot be predetermined. diff --git a/etc/etc.mips/ttys b/etc/etc.mips/ttys index 1016fd405a8a..55e58ae2a14b 100644 --- a/etc/etc.mips/ttys +++ b/etc/etc.mips/ttys @@ -15,9 +15,7 @@ # # type The initial terminal type for this port. For hardwired # terminal lines, this will contain the type of terminal used. -# For virtual consoles, the correct type is typically cons25, but -# vt220 will work better if you need interoperability with other -# systems like Solaris or GNU/Linux. +# For virtual consoles, the correct type is typically cons25. # Other common values include network for network connections on # pseudo-terminals, dialup for incoming modem ports, and unknown # when the terminal type cannot be predetermined. diff --git a/etc/etc.powerpc/ttys b/etc/etc.powerpc/ttys index d0b9fe7a6826..96408ed7830b 100644 --- a/etc/etc.powerpc/ttys +++ b/etc/etc.powerpc/ttys @@ -15,9 +15,7 @@ # # type The initial terminal type for this port. For hardwired # terminal lines, this will contain the type of terminal used. -# For virtual consoles, the correct type is typically cons25, but -# vt220 will work better if you need interoperability with other -# systems like Solaris or GNU/Linux. +# For virtual consoles, the correct type is typically cons25. # Other common values include network for network connections on # pseudo-terminals, dialup for incoming modem ports, and unknown # when the terminal type cannot be predetermined. diff --git a/etc/etc.sparc64/ttys b/etc/etc.sparc64/ttys index 18aa4f9b1c8f..99533a4b6eb1 100644 --- a/etc/etc.sparc64/ttys +++ b/etc/etc.sparc64/ttys @@ -15,9 +15,7 @@ # # type The initial terminal type for this port. For hardwired # terminal lines, this will contain the type of terminal used. -# For virtual consoles, the correct type is typically cons25, but -# vt220 will work better if you need interoperability with other -# systems like Solaris or GNU/Linux. +# For virtual consoles, the correct type is typically cons25. # Other common values include network for network connections on # pseudo-terminals, dialup for incoming modem ports, and unknown # when the terminal type cannot be predetermined.