From owner-freebsd-current Tue Mar 25 15:40:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA21188 for current-outgoing; Tue, 25 Mar 1997 15:40:26 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA21181 for ; Tue, 25 Mar 1997 15:40:23 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id KAA16629; Wed, 26 Mar 1997 10:33:32 +1100 Date: Wed, 26 Mar 1997 10:33:32 +1100 From: Bruce Evans Message-Id: <199703252333.KAA16629@godzilla.zeta.org.au> To: bde@zeta.org.au, rb@gid.co.uk Subject: Re: 2.2R (src 2.2 211): == dialing Cc: freebsd-current@FreeBSD.ORG, joerg_wunsch@uriah.heep.sax.de, terry@lambert.org Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>The slattach daemon has a controlling tty... > >Only until it calls daemon() immediately after cracking its args. No. It acquires a controlling tty a few lines after it becomes a daemon, at least in the redial case (I think the !redial case is still broken - it does a null redial instead of aborting like the documentation for the -l option says it does). Bruce