From owner-freebsd-hackers Sun Jun 29 10:58:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA10248 for hackers-outgoing; Sun, 29 Jun 1997 10:58:14 -0700 (PDT) Received: from sendero-ppp.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA10239 for ; Sun, 29 Jun 1997 10:58:06 -0700 (PDT) Received: (qmail 11939 invoked by uid 1000); 29 Jun 1997 17:42:01 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199706291010.UAA30013@godzilla.zeta.org.au> Date: Sun, 29 Jun 1997 10:42:01 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: Bruce Evans Subject: Re: com console, and h/w flow control... Cc: tom@sdf.com, mburgett@cmnsens.zoom.com, freebsd-hackers@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Bruce Evans; On 29-Jun-97 you wrote: > >How about NOT completing the open until DCD is true? And sending a > SIGHUP > >when DCD drops? If init is responsible, then we can change that easily. > >This is what O/S sources are for. Right? :-) > > That is normal behaviour for dialin ports unless CLOCAL is set, but > CLOCAL is set for the console when init opens it. You can change the > default in /etc/rc.local before the port is first opened except for > the console. Hanging in open in init would normally be wrong for a > local console, so the console defaults to CLOCAL. That pretty much confirms it. Thanx! Simon