svn commit: r194218 - in head/etc: etc.amd64 etc.arm etc.i386 etc.ia64 etc.mips etc.powerpc etc.sparc64

Ed Schouten ed at FreeBSD.org
Sun Jun 14 22:35:35 UTC 2009


Author: ed
Date: Sun Jun 14 22:35:33 2009
New Revision: 194218
URL: http://svn.freebsd.org/changeset/base/194218

Log:
  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.

Modified:
  head/etc/etc.amd64/ttys
  head/etc/etc.arm/ttys
  head/etc/etc.i386/ttys
  head/etc/etc.ia64/ttys
  head/etc/etc.mips/ttys
  head/etc/etc.powerpc/ttys
  head/etc/etc.sparc64/ttys

Modified: head/etc/etc.amd64/ttys
==============================================================================
--- head/etc/etc.amd64/ttys	Sun Jun 14 21:39:52 2009	(r194217)
+++ head/etc/etc.amd64/ttys	Sun Jun 14 22:35:33 2009	(r194218)
@@ -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.

Modified: head/etc/etc.arm/ttys
==============================================================================
--- head/etc/etc.arm/ttys	Sun Jun 14 21:39:52 2009	(r194217)
+++ head/etc/etc.arm/ttys	Sun Jun 14 22:35:33 2009	(r194218)
@@ -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.

Modified: head/etc/etc.i386/ttys
==============================================================================
--- head/etc/etc.i386/ttys	Sun Jun 14 21:39:52 2009	(r194217)
+++ head/etc/etc.i386/ttys	Sun Jun 14 22:35:33 2009	(r194218)
@@ -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.

Modified: head/etc/etc.ia64/ttys
==============================================================================
--- head/etc/etc.ia64/ttys	Sun Jun 14 21:39:52 2009	(r194217)
+++ head/etc/etc.ia64/ttys	Sun Jun 14 22:35:33 2009	(r194218)
@@ -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.

Modified: head/etc/etc.mips/ttys
==============================================================================
--- head/etc/etc.mips/ttys	Sun Jun 14 21:39:52 2009	(r194217)
+++ head/etc/etc.mips/ttys	Sun Jun 14 22:35:33 2009	(r194218)
@@ -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.

Modified: head/etc/etc.powerpc/ttys
==============================================================================
--- head/etc/etc.powerpc/ttys	Sun Jun 14 21:39:52 2009	(r194217)
+++ head/etc/etc.powerpc/ttys	Sun Jun 14 22:35:33 2009	(r194218)
@@ -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.

Modified: head/etc/etc.sparc64/ttys
==============================================================================
--- head/etc/etc.sparc64/ttys	Sun Jun 14 21:39:52 2009	(r194217)
+++ head/etc/etc.sparc64/ttys	Sun Jun 14 22:35:33 2009	(r194218)
@@ -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.


More information about the svn-src-head mailing list