From: Matthew Dillon Date: Sun, 27 Jun 2004 21:39:04 +0000 (+0000) Subject: Turn the getty on on ttyd0 by default so a CDBOOT will run all the way through X-Git-Tag: v2.0.1~10957 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/ecf70ce468b20d16b672543d3360eb4cb2980e79 Turn the getty on on ttyd0 by default so a CDBOOT will run all the way through to a prompt on com1. It is far more common for the serial port to be connected to a serial console, or not connected at all, then for it to be connected to a UPS or a MODEM, especially when one is using the CD. --- diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index 06d77ea780..e80d722759 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -1,6 +1,6 @@ # # $FreeBSD: src/etc/etc.i386/ttys,v 1.8 2000/01/29 12:18:03 obrien Exp $ -# $DragonFly: src/etc/etc.i386/ttys,v 1.2 2003/06/17 04:24:47 dillon Exp $ +# $DragonFly: src/etc/etc.i386/ttys,v 1.3 2004/06/27 21:39:04 dillon Exp $ # @(#)ttys 5.1 (Berkeley) 4/17/89 # # This file specifies various information about terminals on the system. @@ -43,7 +43,7 @@ ttyv7 "/usr/libexec/getty Pc" cons25 on secure ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. -ttyd0 "/usr/libexec/getty std.9600" dialup off secure +ttyd0 "/usr/libexec/getty std.9600" dialup on secure ttyd1 "/usr/libexec/getty std.9600" dialup off secure ttyd2 "/usr/libexec/getty std.9600" dialup off secure ttyd3 "/usr/libexec/getty std.9600" dialup off secure