| From | Sent On | Attachments |
|---|---|---|
| Jordan K. Hubbard | Jul 25, 2000 5:43 am | |
| Chris BeHanna | Jul 25, 2000 10:35 am | |
| John Reynolds~ | Jul 25, 2000 11:03 am | |
| Chris BeHanna | Jul 25, 2000 11:26 am | |
| Luigi Rizzo | Jul 25, 2000 11:47 am | |
| Bill Fumerola | Jul 25, 2000 12:02 pm | |
| John Baldwin | Jul 25, 2000 12:34 pm | |
| Kris Kennaway | Jul 25, 2000 1:49 pm | |
| Kris Kennaway | Jul 25, 2000 1:56 pm |
| Subject: | Re: 4.1-RELEASE will be tagged and done tonite, starting at 18:00 PDT | |
|---|---|---|
| From: | Kris Kennaway (kr...@FreeBSD.org) | |
| Date: | Jul 25, 2000 1:56:43 pm | |
| List: | org.freebsd.freebsd-stable | |
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 <fors...@alum.mit.edu>
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message





