Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2009 11:54:52 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r199252 - head/etc/etc.pc98
Message-ID:  <200911131154.nADBsqNm065374@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Fri Nov 13 11:54:52 2009
New Revision: 199252
URL: http://svn.freebsd.org/changeset/base/199252

Log:
  Use cons25w on pc98.
  
  Discussed with:	nyan

Modified:
  head/etc/etc.pc98/ttys

Modified: head/etc/etc.pc98/ttys
==============================================================================
--- head/etc/etc.pc98/ttys	Fri Nov 13 11:32:14 2009	(r199251)
+++ head/etc/etc.pc98/ttys	Fri Nov 13 11:54:52 2009	(r199252)
@@ -15,7 +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.
+#      For virtual consoles, the correct type is typically cons25w.
 #      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.
@@ -30,15 +30,15 @@
 # when going to single-user mode.
 console	none				unknown	off secure
 #
-ttyv0	"/usr/libexec/getty Pc"		cons25	on  secure
+ttyv0	"/usr/libexec/getty Pc"		cons25w	on  secure
 # Virtual terminals
-ttyv1	"/usr/libexec/getty Pc"		cons25	on  secure
-ttyv2	"/usr/libexec/getty Pc"		cons25	on  secure
-ttyv3	"/usr/libexec/getty Pc"		cons25	on  secure
-ttyv4	"/usr/libexec/getty Pc"		cons25	on  secure
-ttyv5	"/usr/libexec/getty Pc"		cons25	on  secure
-ttyv6	"/usr/libexec/getty Pc"		cons25	on  secure
-ttyv7	"/usr/libexec/getty Pc"		cons25	on  secure
+ttyv1	"/usr/libexec/getty Pc"		cons25w	on  secure
+ttyv2	"/usr/libexec/getty Pc"		cons25w	on  secure
+ttyv3	"/usr/libexec/getty Pc"		cons25w	on  secure
+ttyv4	"/usr/libexec/getty Pc"		cons25w	on  secure
+ttyv5	"/usr/libexec/getty Pc"		cons25w	on  secure
+ttyv6	"/usr/libexec/getty Pc"		cons25w	on  secure
+ttyv7	"/usr/libexec/getty Pc"		cons25w	on  secure
 ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
 # Serial terminals
 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911131154.nADBsqNm065374>