summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/FREEBSD-upgrade
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-08-19 22:27:25 +0000
committerpst <pst@FreeBSD.org>1996-08-19 22:27:25 +0000
commit54e95f2de6e4e92f27f72460c7a5335bf84f8840 (patch)
tree389b5ea1df9cbc23da8c4d639dde3b3e69dc7054 /contrib/libpcap/FREEBSD-upgrade
parent750a07f3c9afd1e54d80f1790ce3ad36d2297fcc (diff)
downloadFreeBSD-src-54e95f2de6e4e92f27f72460c7a5335bf84f8840.zip
FreeBSD-src-54e95f2de6e4e92f27f72460c7a5335bf84f8840.tar.gz
Add ignore of SUNOS4 subdirectory to commit instructions
Diffstat (limited to 'contrib/libpcap/FREEBSD-upgrade')
-rw-r--r--contrib/libpcap/FREEBSD-upgrade4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libpcap/FREEBSD-upgrade b/contrib/libpcap/FREEBSD-upgrade
index 7f179c8..83af06e 100644
--- a/contrib/libpcap/FREEBSD-upgrade
+++ b/contrib/libpcap/FREEBSD-upgrade
@@ -8,11 +8,11 @@ To upgrade to a newer version of tcpdump, when it is available:
2. Use the command:
cvs import -m 'Virgin import of LBL libpcap v<version>' \
- /usr/src/contrib/libpcap LBL v<version>
+ -I SUNOS4 /usr/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' \
- /usr/src/contrib/libpcap LBL v0_2_1
+ -I SUNOS4 /usr/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.
OpenPOWER on IntegriCloud