From 7932086ef15a2c278110a9dddbc2cce9eeef2d72 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 26 Aug 2006 10:35:54 +0000 Subject: [PATCH] Update FreeBSD upgrade notes for OpenBSM. Obtained from: TrustedBSD Project --- contrib/openbsm/FREEBSD-upgrade | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/openbsm/FREEBSD-upgrade b/contrib/openbsm/FREEBSD-upgrade index 1f5f0597357d..023223c7b8c5 100644 --- a/contrib/openbsm/FREEBSD-upgrade +++ b/contrib/openbsm/FREEBSD-upgrade @@ -23,7 +23,7 @@ upgrade of OpenBSM generally involves the following steps: - Run configure, commit src/contrib/openbsm/config/config.h. - Replication of src/contrib/openbsm/bsm changes into src/sys/bsm. - Possible updates to src/sys/security/audit, especially relating to - bsm_token.c. + audit_bsm_token.c. - Update any library, tool, or etc BSD Makefiles to add new files, defines, or other generally useful or necessary things. @@ -39,6 +39,10 @@ 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 not on CVS vendor branches, but do have the same local vs. vendor merge -issues. +issues. Remember that contrib/openbsm (and the rest of the system) will +be built with the version of the bsm/ include files in src/sys/bsm, not +the version in contrib/openbsm/bsm, so buildworld tests before committing +are necessary, and the commits to various parts of the system must be +made in close succession. $FreeBSD$