From owner-svn-src-all@FreeBSD.ORG Fri Nov 13 11:54:52 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B2CB106568D; Fri, 13 Nov 2009 11:54:52 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 694228FC08; Fri, 13 Nov 2009 11:54:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nADBsq7U065376; Fri, 13 Nov 2009 11:54:52 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nADBsqNm065374; Fri, 13 Nov 2009 11:54:52 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200911131154.nADBsqNm065374@svn.freebsd.org> From: Ed Schouten Date: Fri, 13 Nov 2009 11:54:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199252 - head/etc/etc.pc98 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2009 11:54:52 -0000 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.