Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2012 13:45:21 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 210729 for review
Message-ID:  <201205061345.q46DjL7W096223@skunkworks.freebsd.org>

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

Change 210729 by rwatson@rwatson_svr_ctsrd_mipsbuild on 2012/05/06 13:44:17

	Hook up a getty to ttyv0 on FreeBSD/beri.

Affected files ...

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

Differences ...

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

@@ -28,6 +28,17 @@
 # If console is marked "insecure", then init will ask for the root password
 # when going to single-user mode.
 console	none				unknown	off secure
+#
+ttyv0	"/usr/libexec/getty Pc"		xterm	on  secure
+# Virtual terminals
+ttyv1	"/usr/libexec/getty Pc"		xterm	off secure
+ttyv2	"/usr/libexec/getty Pc"		xterm	off secure
+ttyv3	"/usr/libexec/getty Pc"		xterm	off secure
+ttyv4	"/usr/libexec/getty Pc"		xterm	off secure
+ttyv5	"/usr/libexec/getty Pc"		xterm	off secure
+ttyv6	"/usr/libexec/getty Pc"		xterm	off secure
+ttyv7	"/usr/libexec/getty Pc"		xterm	off secure
+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



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