diff options
author | pst <pst@FreeBSD.org> | 1996-10-01 01:08:47 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-10-01 01:08:47 +0000 |
commit | 23b2a82332a3d2e5a644b9b9476f24286d0889a3 (patch) | |
tree | 17e04d7552d7237b2bdc0cb36236561810d47d1d /contrib/libpcap | |
parent | 2242c2dae2ba247e88307c305386125defd8ece8 (diff) | |
download | FreeBSD-src-23b2a82332a3d2e5a644b9b9476f24286d0889a3.zip FreeBSD-src-23b2a82332a3d2e5a644b9b9476f24286d0889a3.tar.gz |
Fix some typos
Diffstat (limited to 'contrib/libpcap')
-rw-r--r-- | contrib/libpcap/FREEBSD-upgrade | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libpcap/FREEBSD-upgrade b/contrib/libpcap/FREEBSD-upgrade index 83af06e..b82942f 100644 --- a/contrib/libpcap/FREEBSD-upgrade +++ b/contrib/libpcap/FREEBSD-upgrade @@ -2,27 +2,27 @@ This directory contains virgin copies of the original distribution files on a "vendor" branch. Do not, under any circumstances, attempt to upgrade the files in this directory via patches and a cvs commit. -To upgrade to a newer version of tcpdump, when it is available: +To upgrade to a newer version of libpcap, when it is available: 1. Unpack the new version into an empty directory. [Do not make ANY changes to the files.] 2. Use the command: cvs import -m 'Virgin import of LBL libpcap v<version>' \ - -I SUNOS4 /usr/src/contrib/libpcap LBL v<version> + -I SUNOS4 src/contrib/libpcap LBL v<version> For example, to do the import of version 0.2.1, I typed: cvs import -m 'Virgin import of LBL libpcap v0.2.1' \ - -I SUNOS4 /usr/src/contrib/libpcap LBL v0_2_1 + -I SUNOS4 src/contrib/libpcap LBL v0_2_1 3. Follow the instructions printed out in step 2 to resolve any conflicts between local FreeBSD changes and the newer version. Do not, under any circumstances, deviate from this procedure. -To make local changes to tcpdump, simply patch and commit to the main +To make local changes to libpcap, simply patch and commit to the main branch (aka HEAD). Never make local changes on the LBL branch. -All local changes should be submitted to "tcpdump@ee.lbl.gov" for +All local changes should be submitted to "tcpdump@ee.lbl.gov" [sic] for inclusion in the next vendor release of tcpdump and libpcap. pst@freebsd.org - 19 Aug 1996 |