From owner-freebsd-stable Tue Jul 25 13:57: 7 2000 Delivered-To: freebsd-stable@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 554D337B8CC; Tue, 25 Jul 2000 13:57:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA87096; Tue, 25 Jul 2000 13:57:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 25 Jul 2000 13:57:05 -0700 (PDT) From: Kris Kennaway To: John Baldwin Cc: Luigi Rizzo , jkh@freebsd.org, stable@FreeBSD.org Subject: Re: 4.1-RELEASE will be tagged and done tonite, starting at 18:00 PDT In-Reply-To: <200007251934.MAA02824@pike.osd.bsdi.com> 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 On Tue, 25 Jul 2000, John Baldwin wrote: > > Just wonder, why the 4.1-RC2 install image does not include tcpdump > > in the set of standard binaries ? Sources are there ... > > > > cheers > > luigi > > Is it in the crypto dist? I believe we ran into this with 4.0 as well > because tcpdump linked against some crypto library. *sigh* I thought this got fixed after 4.0-R. Does this patch look correct, John? I'm not sure if there are any other utilities in the same situation (both crypto/non-crypto versions) Index: Makefile =================================================================== RCS file: /home/ncvs/src/release/Makefile,v retrieving revision 1.536.2.17 diff -u -r1.536.2.17 Makefile --- Makefile 2000/07/25 08:16:37 1.536.2.17 +++ Makefile 2000/07/25 20:54:50 @@ -406,7 +406,7 @@ # release.5: # Handle some grief caused by the munition braindeadness. - for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd ; do \ + for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump; do \ ( cd ${.CURDIR}/../$$i; \ make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \ done Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message