diff options
-rw-r--r-- | contrib/libpcap/FREEBSD-upgrade | 4 |
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. |