Subject: Re: problem with pppd 2.3.1?
To: Paul Goyette <paul@whooppee.com>
From: Scott Reynolds <scottr@Plexus.COM>
List: current-users
Date: 09/29/1997 12:05:34
On Mon, 29 Sep 1997, Paul Goyette wrote:

> 'cuz it shouldn't need "local" to work.

The obvious problem is that in pppd/main.c on line 465, CLOCAL is no
longer set for connect scripts.  The comment says

	/*
	 * Set line speed, flow control, etc.
	 * Previously, if we had a connection script, we would set CLOCAL
	 * while the script was running.  But then, if CD was negated
	 * before the script finished, we would miss it.
	 */

What I don't get is how scripts are _supposed_ to work, now...

--scott