summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-06-27 17:55:38 +0000
committerrwatson <rwatson@FreeBSD.org>2006-06-27 17:55:38 +0000
commit5aa3857899c7495727eb0cc0baae48e39ed3642c (patch)
tree513e7c39fb3e7bf3784ab43b70d3ac0501e257e8 /contrib/openbsm
parentdb4d1f72c7b12598473b239eb04cf5d90d71fc43 (diff)
downloadFreeBSD-src-5aa3857899c7495727eb0cc0baae48e39ed3642c.zip
FreeBSD-src-5aa3857899c7495727eb0cc0baae48e39ed3642c.tar.gz
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.
Diffstat (limited to 'contrib/openbsm')
-rw-r--r--contrib/openbsm/FREEBSD-upgrade8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/openbsm/FREEBSD-upgrade b/contrib/openbsm/FREEBSD-upgrade
index 89ae0ff..1f5f059 100644
--- a/contrib/openbsm/FREEBSD-upgrade
+++ b/contrib/openbsm/FREEBSD-upgrade
@@ -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
OpenPOWER on IntegriCloud