From owner-freebsd-questions Sat Feb 15 08:32:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA03133 for questions-outgoing; Sat, 15 Feb 1997 08:32:06 -0800 (PST) Received: from group.groupnet.net (root@group.groupnet.net [206.54.250.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA03093 for ; Sat, 15 Feb 1997 08:31:59 -0800 (PST) Received: from localhost (ali@localhost) by group.groupnet.net (8.8.5/8.8.5) with SMTP id KAA07355; Sat, 15 Feb 1997 10:29:24 -0600 (CST) Date: Sat, 15 Feb 1997 10:29:24 -0600 (CST) From: Ali Lomonaco To: Terry Todd cc: freebsd-questions@FreeBSD.ORG Subject: Re: question for users of pppd In-Reply-To: <199702151341.HAA25014@badger.tltodd.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Make init watch pppd. I did this and it works fine. Heres my line in /etc/ttys: cuaa0 "/usr/sbin/pppd /dev/cuaa0 115200 -detach" unknown on The way my pppd is set up I just pppd and it connects. Just add connect and all should go good. On Sat, 15 Feb 1997, Terry Todd wrote: > > Have you ever tried putting this type of line in the options file > disconnect "/usr/sbin/pppd" > I am trying to come up with a way for pppd to reconnect the line if > it drops for some reason. I don't know what the other consequences > of putting this line in are so I am posting it here to see if anyone > else has done this. > > Thanks > Terry Todd > tlt@tltodd.com >