> Have the patches fixed the config file for ppp-2.3.10 ? It is still only
> looking for 3.0 or 3.1 version of freebsd.

Or 3.2 or 3.3 after the patch.
At the time I wrote that latest FreeBSD 3.x was 3.3.

> 2.3.10 will not compile on 3.4 stable .

I just compiled pppd on 3.4 system after the change:

$ diff configure.33 configure 
56c56
<       3.[0-3]*)       state="known"; ksrc="freebsd-3.0";;
---
>       3.[0-4]*)       state="known"; ksrc="freebsd-3.0";;

Can't test but I think it may be compiled also on 4.x if you
add another line here for 4.* (ksrc still must point to freebsd-3.0).

OS

PS. Confirm or reject it. If you have another problem - write me, please.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to