From: Matthew Dillon Date: Thu, 26 Aug 2004 20:32:00 +0000 (+0000) Subject: Turn off the getty on ttyd0 by default to avoid certain machines from X-Git-Tag: v2.0.1~10422 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/6ba6f6424f09d71524aaac076edc9295305125d6 Turn off the getty on ttyd0 by default to avoid certain machines from crashing. --- diff --git a/nrelease/installer/etc/ttys b/nrelease/installer/etc/ttys index 47a549f7b6..9ed86a06d2 100644 --- a/nrelease/installer/etc/ttys +++ b/nrelease/installer/etc/ttys @@ -1,6 +1,6 @@ # # $FreeBSD: src/etc/etc.i386/ttys,v 1.8 2000/01/29 12:18:03 obrien Exp $ -# $DragonFly: src/nrelease/installer/etc/ttys,v 1.2 2004/07/11 19:36:01 dillon Exp $ +# $DragonFly: src/nrelease/installer/etc/ttys,v 1.3 2004/08/26 20:31:57 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 # Serial terminals # vt100-color seems to work best when talking to the serial port # from a cu/tip running on an xterm. -ttyd0 "/usr/libexec/getty std.9600" vt100-color on secure +ttyd0 "/usr/libexec/getty std.9600" vt100-color off 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 diff --git a/nrelease/installer/usr/local/share/pristine/etc/ttys b/nrelease/installer/usr/local/share/pristine/etc/ttys index 5ccd6a54e1..17bd7f2e13 100644 --- a/nrelease/installer/usr/local/share/pristine/etc/ttys +++ b/nrelease/installer/usr/local/share/pristine/etc/ttys @@ -1,7 +1,7 @@ # # @(#)ttys 5.1 (Berkeley) 4/17/89 # $FreeBSD: src/etc/etc.i386/ttys,v 1.8 2000/01/29 12:18:03 obrien Exp $ -# $DragonFly: src/nrelease/installer/usr/local/share/pristine/etc/Attic/ttys,v 1.2 2004/07/11 19:42:25 dillon Exp $ +# $DragonFly: src/nrelease/installer/usr/local/share/pristine/etc/Attic/ttys,v 1.3 2004/08/26 20:32:00 dillon Exp $ # # This file specifies various information about terminals on the system. # It is used by several different programs. Common entries for the @@ -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 on secure +ttyd0 "/usr/libexec/getty std.9600" dialup off 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