svn commit: r188529 - head/etc/etc.arm

Sam Leffler sam at FreeBSD.org
Thu Feb 12 10:33:15 PST 2009


Author: sam
Date: Thu Feb 12 18:33:13 2009
New Revision: 188529
URL: http://svn.freebsd.org/changeset/base/188529

Log:
  turn off ttyv*; not aware of any arm-based systems with syscons
  
  Reviewed by:	imp

Modified:
  head/etc/etc.arm/ttys

Modified: head/etc/etc.arm/ttys
==============================================================================
--- head/etc/etc.arm/ttys	Thu Feb 12 18:28:42 2009	(r188528)
+++ head/etc/etc.arm/ttys	Thu Feb 12 18:33:13 2009	(r188529)
@@ -32,15 +32,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"		cons25	off  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"		cons25	off  secure
+ttyv2	"/usr/libexec/getty Pc"		cons25	off  secure
+ttyv3	"/usr/libexec/getty Pc"		cons25	off  secure
+ttyv4	"/usr/libexec/getty Pc"		cons25	off  secure
+ttyv5	"/usr/libexec/getty Pc"		cons25	off  secure
+ttyv6	"/usr/libexec/getty Pc"		cons25	off  secure
+ttyv7	"/usr/libexec/getty Pc"		cons25	off  secure
 #ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
 # Serial terminals
 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.


More information about the svn-src-head mailing list