From a0238da340d9a4c99646ad7ba34dd87ac18332a5 Mon Sep 17 00:00:00 2001 From: gjb Date: Tue, 20 Oct 2015 16:10:46 +0000 Subject: Enable all callin ttys if the tty is an available console. Discussed on: -arch@ (no objections) MFC after: 1 week Sponsored by: The FreeBSD Foundation --- etc/etc.mips/ttys | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/etc.mips') diff --git a/etc/etc.mips/ttys b/etc/etc.mips/ttys index a07cbc2..21bb932 100644 --- a/etc/etc.mips/ttys +++ b/etc/etc.mips/ttys @@ -30,7 +30,7 @@ console none unknown off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. -ttyu0 "/usr/libexec/getty 3wire" vt100 on secure -ttyu1 "/usr/libexec/getty std.115200" dialup off secure -ttyu2 "/usr/libexec/getty std.115200" dialup off secure -ttyu3 "/usr/libexec/getty std.115200" dialup off secure +ttyu0 "/usr/libexec/getty 3wire" vt100 onifconsole secure +ttyu1 "/usr/libexec/getty 3wire" vt100 onifconsole secure +ttyu2 "/usr/libexec/getty 3wire" vt100 onifconsole secure +ttyu3 "/usr/libexec/getty 3wire" vt100 onifconsole secure -- cgit v1.1