Deleted Added
full compact
FREEBSD-upgrade (156310) FREEBSD-upgrade (159984)
1Upgrade Instructions for OpenBSM
2--------------------------------
3
4OpenBSM integrates into the FreeBSD source tree in several places:
5
6src/contrib/openbsm The OpenBSM distribution itself
7src/sys/bsm Modified versions of some bsm/ include files
8src/sys/security/audit Kernel audit framework, some OpenBSM-based files

--- 16 unchanged lines hidden (view full) ---

25- Possible updates to src/sys/security/audit, especially relating to
26 bsm_token.c.
27- Update any library, tool, or etc BSD Makefiles to add new files,
28 defines, or other generally useful or necessary things.
29
30Normally, the CVS vendor import goes along the following lines:
31
32 cd ~/p4/projects/trustedbsd/openbsm
1Upgrade Instructions for OpenBSM
2--------------------------------
3
4OpenBSM integrates into the FreeBSD source tree in several places:
5
6src/contrib/openbsm The OpenBSM distribution itself
7src/sys/bsm Modified versions of some bsm/ include files
8src/sys/security/audit Kernel audit framework, some OpenBSM-based files

--- 16 unchanged lines hidden (view full) ---

25- Possible updates to src/sys/security/audit, especially relating to
26 bsm_token.c.
27- Update any library, tool, or etc BSD Makefiles to add new files,
28 defines, or other generally useful or necessary things.
29
30Normally, the CVS vendor import goes along the following lines:
31
32 cd ~/p4/projects/trustedbsd/openbsm
33 cvs -d rwatson@repoman.FreeBSD.org:/home/ncvs -q import src/contrib/openbsm \
34 TrustedBSD OPENBSM_1_0_ALPHA_1
33 cvs -n -d rwatson@repoman.FreeBSD.org:/home/ncvs -q import \
34 src/contrib/openbsm TrustedBSD OPENBSM_1_0_ALPHA_1
35
35
36Replacing the version string as required. Use the "-n" argument to CVS to
37do a test run.
36Replacing the version string as required. Remove the "-n" argument once
37the import is tested in order to perform the actual import.
38
39Propagation of changes to src/sys/{bsm,security/audit} is something that
40requires careful coordination and attention to detail. These files are
41not on CVS vendor branches, but do have the same local vs. vendor merge
42issues.
43
38
39Propagation of changes to src/sys/{bsm,security/audit} is something that
40requires careful coordination and attention to detail. These files are
41not on CVS vendor branches, but do have the same local vs. vendor merge
42issues.
43
44$FreeBSD: head/contrib/openbsm/FREEBSD-upgrade 156310 2006-03-05 13:30:37Z rwatson $
44$FreeBSD: head/contrib/openbsm/FREEBSD-upgrade 159984 2006-06-27 17:55:38Z rwatson $