From 5aa3857899c7495727eb0cc0baae48e39ed3642c Mon Sep 17 00:00:00 2001 From: rwatson Date: Tue, 27 Jun 2006 17:55:38 +0000 Subject: 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. --- contrib/openbsm/FREEBSD-upgrade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/openbsm') 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 -- cgit v1.1