From owner-freebsd-questions Wed Jul 10 13:51:17 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA12418 for questions-outgoing; Wed, 10 Jul 1996 13:51:17 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA12412 for ; Wed, 10 Jul 1996 13:51:14 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA27157; Wed, 10 Jul 1996 13:45:48 -0700 From: Terry Lambert Message-Id: <199607102045.NAA27157@phaeton.artisoft.com> Subject: Re: getty(8) don't show `login:' prompt To: davidg@root.com Date: Wed, 10 Jul 1996 13:45:48 -0700 (MST) Cc: grog@lemis.de, candy@fct.kgc.co.jp, questions@FreeBSD.org In-Reply-To: <199607101132.EAA03432@root.com> from "David Greenman" at Jul 10, 96 04:32:24 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-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > >No, that looks pretty good to me. In my getty (heavily modified), I > >have: > > > > if (slowmodem) > > { > > sleep (slowmodem); /* give modem a chance to wake up */ > > tcflush (i, TCIFLUSH); /* and throw out any junk */ > > } > > > >>From the man page: > > > >-S [delay] causes getty to delay seconds after connection has > > been established. This is for use with modems which are > > not ready to communicate with the remote site as soon as > > they are connected. may be omitted and defaults to > > 2. > > I'd prefer to see this implemented as an option in FreeBSD (default to no > extra delay if the option is not specified)...like Greg suggests above. I believe it defaults to 2 if a specific delay is omitted, and the -S option is used. I would prefer to see it implemented as, for instance, :md#2:, in /etc/gettytab instead of as a command line option at all. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.