From owner-freebsd-current Thu Mar 7 12:01:09 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04236 for current-outgoing; Thu, 7 Mar 1996 12:01:09 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA04194 for ; Thu, 7 Mar 1996 12:00:48 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA14570; Thu, 7 Mar 1996 12:55:15 -0700 From: Terry Lambert Message-Id: <199603071955.MAA14570@phaeton.artisoft.com> Subject: Re: changes to /etc/ttys To: coredump@nervosa.com (invalid opcode) Date: Thu, 7 Mar 1996 12:55:15 -0700 (MST) Cc: current@FreeBSD.org In-Reply-To: from "invalid opcode" at Mar 7, 96 02:14:04 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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. [ ... disable 0, enable 3 ... ] Why? Why do this? In the dynamic allocation case, you are causing the allocation of an unuse PTY in the "small memory system unable to run X" case, just where you *don't* want it. Note that the default after a boot is ttyv0. A new user would have to magically guess at the correct alt screen and know that the alt function keys did something to get installed. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.