svn commit: r245344 - projects/altix2/etc/etc.ia64

Marcel Moolenaar marcel at FreeBSD.org
Sat Jan 12 22:17:44 UTC 2013


Author: marcel
Date: Sat Jan 12 22:17:43 2013
New Revision: 245344
URL: http://svnweb.freebsd.org/changeset/base/245344

Log:
  Replace dcons with ttys0. We have more use for the SGI L1 console than
  any firewire based console.

Modified:
  projects/altix2/etc/etc.ia64/ttys

Modified: projects/altix2/etc/etc.ia64/ttys
==============================================================================
--- projects/altix2/etc/etc.ia64/ttys	Sat Jan 12 22:00:35 2013	(r245343)
+++ projects/altix2/etc/etc.ia64/ttys	Sat Jan 12 22:17:43 2013	(r245344)
@@ -45,5 +45,5 @@ ttyu0	"/usr/libexec/getty std.9600"	vt10
 ttyu1	"/usr/libexec/getty std.9600"	dialup	off secure
 ttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
 ttyu3	"/usr/libexec/getty std.9600"	dialup	off secure
-# Dumb console
-dcons	"/usr/libexec/getty std.9600"	vt100	off secure
+# SGI Altix 350 L1 console
+ttys0   "/usr/libexec/getty std.9600"   vt100   on  secure


More information about the svn-src-projects mailing list