Modify import instructions to include "-n" in the sample command line for

the CVS import, and suggest removing it for the real import, rather than
suggesting it for testing.  This will hopefully prevent me (and others)
from making errors.
This commit is contained in:
Robert Watson 2006-06-27 17:55:38 +00:00
parent 0cceebeeb2
commit 21b2c802f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159984

View File

@ -30,11 +30,11 @@ upgrade of OpenBSM generally involves the following steps:
Normally, the CVS vendor import goes along the following lines:
cd ~/p4/projects/trustedbsd/openbsm
cvs -d rwatson@repoman.FreeBSD.org:/home/ncvs -q import src/contrib/openbsm \
TrustedBSD OPENBSM_1_0_ALPHA_1
cvs -n -d rwatson@repoman.FreeBSD.org:/home/ncvs -q import \
src/contrib/openbsm TrustedBSD OPENBSM_1_0_ALPHA_1
Replacing the version string as required. Use the "-n" argument to CVS to
do a test run.
Replacing the version string as required. Remove the "-n" argument once
the import is tested in order to perform the actual import.
Propagation of changes to src/sys/{bsm,security/audit} is something that
requires careful coordination and attention to detail. These files are