From owner-freebsd-stable Mon Dec 27 11:52:41 1999 Delivered-To: freebsd-stable@freebsd.org Received: from techpower.net (techpower.net [205.133.231.1]) by hub.freebsd.org (Postfix) with ESMTP id 6886515511; Mon, 27 Dec 1999 11:52:28 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.9.3/8.9.3) with ESMTP id OAA01985; Mon, 27 Dec 1999 14:56:13 GMT (envelope-from hometeam@techpower.net) Date: Mon, 27 Dec 1999 14:56:13 +0000 (GMT) From: hometeam To: Oleg Semyonov Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: patches for pppd-2.3.10-radius are here In-Reply-To: <001b01bf509e$020685e0$129718c3@en.zp.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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