cvs commit: src Makefile.inc1 src/bin/ed Makefile src/lib Makefile src/lib/libcrypt Makefile src/lib/libfetch Makefile src/lib/libpam/modules modules.inc src/libexec Makefile...

John Hay jhay at icomtek.csir.co.za
Tue May 20 00:02:32 PDT 2003


On Tue, May 20, 2003 at 12:29:33AM -0600, Scott Long wrote:
> DES,
> 
> As John pointed out, this has broken the release.  This has also broken
> the BETA-2 release.  Please fix it immediately, or else I will back out
> this change.
> 
> Scott
> 
> John Hay wrote:
> >On Mon, May 19, 2003 at 08:52:01AM -0700, Dag-Erling Smorgrav wrote:
> >
> >>des         2003/05/19 08:52:01 PDT
> >>
> >> FreeBSD src repository
> >>
> >> Modified files:
...
> >>   usr.sbin/ppp         Makefile 
...
> >> Log:
> >> Retire the useless NOSECURE knob.
> >

This patch gets me past the crunch bits. My snap is currently busy in
release.9

John
-- 
John Hay -- John.Hay at icomtek.csir.co.za / jhay at FreeBSD.org


Index: usr.sbin/ppp/Makefile
===================================================================
RCS file: /home/ncvs/src/usr.sbin/ppp/Makefile,v
retrieving revision 1.95
diff -u -r1.95 Makefile
--- usr.sbin/ppp/Makefile	19 May 2003 15:52:01 -0000	1.95
+++ usr.sbin/ppp/Makefile	20 May 2003 06:26:35 -0000
@@ -11,6 +11,7 @@
 .if defined(RELEASE_CRUNCH)
 CFLAGS+=-DRELEASE_CRUNCH
 NOATM=		true
+NOCRYPT=	true
 NOI4B=		true
 NONAT=		true
 NOKLDLOAD=	true


More information about the cvs-all mailing list