Date: Mon, 27 Dec 1999 14:56:13 +0000 (GMT) From: hometeam <hometeam@techpower.net> To: Oleg Semyonov <os@altavista.net> Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: patches for pppd-2.3.10-radius are here Message-ID: <Pine.BSF.4.10.9912271442260.1742-100000@techpower.net> In-Reply-To: <001b01bf509e$020685e0$129718c3@en.zp.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
Yes I still had to manual change the config for 3.4, though it fixed the unbalanced #endif in sys-bsd.c . Before your patch 2.3.10 wouldn't compile on 3.4 by removing the #endif it compiled and manual change on configure then it worked just didn't log users on the server.. I guess we could just add this to 2.3.11 and be upto date with pppd finally... Been hoping for this ....:) On Mon, 27 Dec 1999, Oleg Semyonov wrote: > > 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 majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9912271442260.1742-100000>