summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-02-04 18:29:51 +0000
committerrwatson <rwatson@FreeBSD.org>2006-02-04 18:29:51 +0000
commit1f5e50bc4722f6ef14571e6030274a47d7c1ff5d (patch)
tree8589cbbe29d9ae3e7b66d06219ff4fbe77fb0026
parentf7eaf7f2fdc7c06f9d09b4138b8d58e312649bef (diff)
downloadFreeBSD-src-1f5e50bc4722f6ef14571e6030274a47d7c1ff5d.zip
FreeBSD-src-1f5e50bc4722f6ef14571e6030274a47d7c1ff5d.tar.gz
Add a brief FREEBSD-upgrade file to provide direction on how to perform
OpenBSM upgrades. Right now, this is very easy, but in the future it will probably become more complicated.
-rw-r--r--contrib/openbsm/FREEBSD-upgrade19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/openbsm/FREEBSD-upgrade b/contrib/openbsm/FREEBSD-upgrade
new file mode 100644
index 0000000..3857095
--- /dev/null
+++ b/contrib/openbsm/FREEBSD-upgrade
@@ -0,0 +1,19 @@
+Upgrade Instructions for OpenBSM
+--------------------------------
+
+Currently this is very straight forward:
+
+ cd ~/p4/projects/trustedbsd/openbsm
+ cvs -d rwatson@repoman.FreeBSD.org -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.
+
+Right now, no local FreeBSD modification or configuration is required. In
+future OpenBSM versions, this is likely to change.
+
+After importing OpenBSM, make sure to propagate any changes to files that
+appear in both contrib/openbsm/bsm and sys/bsm.
+
+$FreeBSD$
OpenPOWER on IntegriCloud