Date: Tue, 25 Jul 2000 13:57:05 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: John Baldwin <jhb@pike.osd.bsdi.com> Cc: Luigi Rizzo <luigi@info.iet.unipi.it>, jkh@freebsd.org, stable@FreeBSD.org Subject: Re: 4.1-RELEASE will be tagged and done tonite, starting at 18:00 PDT Message-ID: <Pine.BSF.4.21.0007251350540.84967-100000@freefall.freebsd.org> In-Reply-To: <200007251934.MAA02824@pike.osd.bsdi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <forsythe@alum.mit.edu>
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.21.0007251350540.84967-100000>
