From owner-freebsd-current Thu Mar 7 03:00:25 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA27723 for current-outgoing; Thu, 7 Mar 1996 03:00:25 -0800 (PST) Received: from nervosa.com (root@nervosa.com [192.187.228.86]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA27703 for ; Thu, 7 Mar 1996 03:00:22 -0800 (PST) Received: from nervosa.com (coredump@onyx.nervosa.com [10.0.0.1]) by nervosa.com (8.7.5/nervosa.com.2) with SMTP id CAA00820 for ; Thu, 7 Mar 1996 02:14:05 -0800 (PST) Date: Thu, 7 Mar 1996 02:14:04 -0800 (PST) From: invalid opcode To: FreeBSD-current Subject: changes to /etc/ttys Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org Precedence: bulk I'm submitting a patch for /etc/ttys to make ttyv0 the default console of which no getty process runs on. ttyv[1-3] are now the default getty logins. -- cut here ------------------------------------------------------- *** ttys.orig Thu Mar 7 01:36:45 1996 --- ttys Thu Mar 7 01:35:43 1996 *************** *** 8,16 **** console none unknown off secure # ! ttyv0 "/usr/libexec/getty Pc" cons25 on 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 off secure # Serial terminals ttyd0 "/usr/libexec/getty std.9600" unknown off secure --- 8,17 ---- console none unknown off 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 # Serial terminals ttyd0 "/usr/libexec/getty std.9600" unknown off secure -- end ------------------------------------------------------------ == Chris Layne ============================================================= == coredump@nervosa.com ================ http://www.nervosa.com/~coredump ==