Add ignore of SUNOS4 subdirectory to commit instructions

This commit is contained in:
Paul Traina 1996-08-19 22:27:25 +00:00
parent 0de24e5e51
commit 90fd53ca36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17697

View File

@ -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.