On Sat, Jul 15, 2000 at 10:47:00PM -0400, Joey Morris wrote:
> I've been using bbppp for a while and there's one thing that really bothers
> me about it. When you click on it to connect, it does not check to see if
> the connection was actually made or if it failed. As a result, a failed
> connection means you have to click twice to reconnect. It's a minor thing, I
> know, but it can be pretty annoying.
>
Well, bbppp execs a program to initialize the modem. After this program runs,
it should check to see if some ppp file exists, and if not either try again
or visually show the failure. On linux this can be achieved by looking for a
ppp pid file in /var/run I believe. I am unsure how the bsds handle ppp, I
only ever used them as servers.