]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/tcpdump/FREEBSD-upgrade
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / tcpdump / FREEBSD-upgrade
1 This directory contains virgin copies of the original distribution files
2 on a "vendor" branch.  Do not, under any circumstances, attempt to upgrade
3 the files in this directory via patches and a cvs commit.
4
5 To upgrade to a newer version of tcpdump, when it is available:
6         1. Unpack the new version into an empty directory.
7            [Do not make ANY changes to the files.]
8
9         2. Use the command:
10                 cvs import -m 'Virgin import of LBL tcpdump v<version>' \
11                         -I linux-include src/contrib/tcpdump LBL v<version>
12
13            For example, to do the import of version 3.2.1, I typed:
14                 cvs import -m 'Virgin import of LBL tcpdump v3.2.1' \
15                         -I linux-include src/contrib/tcpdump LBL v3_2_1
16
17         3. Follow the instructions printed out in step 2 to resolve any
18            conflicts between local FreeBSD changes and the newer version.
19
20 Do not, under any circumstances, deviate from this procedure.
21
22 To make local changes to tcpdump, simply patch and commit to the main
23 branch (aka HEAD).  Never make local changes on the LBL branch.
24
25 All local changes should be submitted to "tcpdump@ee.lbl.gov" for
26 inclusion in the next vendor release.
27
28 pst@freebsd.org - 19 Aug 1996