From owner-freebsd-hackers Fri Feb 17 04:44:39 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id EAA07253 for hackers-outgoing; Fri, 17 Feb 1995 04:44:39 -0800 Received: from utrhcs.cs.utwente.nl (utrhcs.cs.utwente.nl [130.89.10.247]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id EAA07246 for ; Fri, 17 Feb 1995 04:44:26 -0800 Received: from utis156.cs.utwente.nl by utrhcs.cs.utwente.nl (5.0/csrelayMX-SVR4_1.0/RB) id AA00055; Fri, 17 Feb 1995 13:43:41 --100 Received: by utis156.cs.utwente.nl (4.1/RBCS-1.0.1) id AA23341; Fri, 17 Feb 95 13:43:26 +0100 To: hackers@FreeBSD.org Subject: Re: tcpdump 3.0? In-Reply-To: Your message of Fri, 17 Feb 1995 02:48:36 PST Date: Fri, 17 Feb 1995 13:43:25 +0100 Message-Id: <23340.793025005@utis156.cs.utwente.nl> From: Andras Olah content-length: 1398 Sender: hackers-owner@FreeBSD.org Precedence: bulk On Fri, 17 Feb 1995 02:48:36 PST, "Jordan K. Hubbard" wrote: > Hmmmm. Well, in the grand tradition of "you touched it last!" I would > say that the thing for you to do is to: > > 1. Taking your own copy of -current as a baseline, create a delta to it that > *only* upgrades it to the 3.0 version. Apply it to a checked out copy > on freefall and check it in (you DO have your own commit privileges, I > notice! :), then tag it as tcpdump3_0, just to make it easy to get back > to the 3.0 upgrade point. > > 2. Now bring your T/TCP changes to 3.0 over and apply them, checking in > the changes again. Now we have a nice new tcpdump with your stuff in and > a nice, reasonable revision history in the repository. > > 3. Jump up and down. Whee! You're done! The ordeal is over! :-) OK, I'll do it but I need some help from experts: 1.) this is on freefall, could somebody fix it? > ls -l ~ lrwxr-xr-x 1 root wheel 7 Feb 7 13:15 /home/olah -> /a/olah ^^^^^^^^^^^ 2.) I'm new to CVS and it may take some time until I feel confident enough to commit this. 3.) tcpdump 3.0 needs libpcap which is said to be in alpha (v0.0 is the current version). The question is if I should stick libpcap into /usr/src/lib or just put it next to the tcpdump sources such that the lib is only used to compile tcpdump but doesn't get installed. Any help is appreciated, Andras