Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 14:18:59 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 214561 for review
Message-ID:  <201207181418.q6IEIxDU016224@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@214561?ac=10

Change 214561 by brooks@brooks_ecr_current on 2012/07/18 14:18:29

	In the modern world it is vanishingly unlikely that the 
	serial console will be connected anything other than a termainal
	emulating an xterm so change the default value.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/etc/etc.mips/ttys#3 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/etc/etc.mips/ttys#3 (text+ko) ====

@@ -41,7 +41,7 @@
 ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
 # Serial terminals
 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
-ttyu0	"/usr/libexec/getty std.115200"	dialup	on  secure
+ttyu0	"/usr/libexec/getty std.115200"	xterm	on  secure
 ttyu1	"/usr/libexec/getty std.115200"	dialup	off secure
 ttyu2	"/usr/libexec/getty std.115200"	dialup	off secure
 ttyu3	"/usr/libexec/getty std.115200"	dialup	off secure



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