summaryrefslogtreecommitdiffstats
path: root/encap/README
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-07-20 21:50:42 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-07-20 21:50:42 +0000
commit3bbe7a851f04b710f16e2ca326f437f414c7b476 (patch)
tree33d1ce47ca094228c1d12f2a1bdb98ad81a25255 /encap/README
parent169fa407ffdda0602a84f4519fd6047020f8d659 (diff)
downloadbcfg2-3bbe7a851f04b710f16e2ca326f437f414c7b476.tar.gz
bcfg2-3bbe7a851f04b710f16e2ca326f437f414c7b476.tar.bz2
bcfg2-3bbe7a851f04b710f16e2ca326f437f414c7b476.zip
Updates for release 0.8.2 of bcfg2
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1977 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/README')
-rw-r--r--encap/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/encap/README b/encap/README
index b8b7d49f8..0e3588985 100644
--- a/encap/README
+++ b/encap/README
@@ -23,10 +23,16 @@ It attempts to be as self contained as possible; everything gets linked to
under `/usr/local/lib/bcfg2`, except for bcfg2 itself and some dependent
software, which is prefixed by `b2` (`b2openssl`, `b2python` etc.).
-Note that to run the bcfg2 server, you also need to install gamin, which
+To run the bcfg2 server, you also need to install gamin, which
supports a subset of the platforms bcfg2 client will work on, including
GNU/Linux and FreeBSD.
+When using this packaging, `/etc/bcfg2.conf` is instead
+`/usr/local/etc/bcfg2.conf`.
+
+This should be considered an alpha version. Everything compiles and seems to
+work, but it has not yet been tested with a working bcfg2 repository.
+
== Building and installing everything ==
1. Make sure all of the Prerequisites (see below) are installed.
1. The build user needs write access to the encap source and build
@@ -133,6 +139,11 @@ Note that the doc for the encap profile format is in "man 5 encap_profile".
replaced with patches inline the bcfg2 .profile
* Added GNU patch dependancy, both for bcfg2 patches and call from Cfg.py
* Fixed bcfg-repo-validate so it can find xmllint (as b2xmllint)
+
+ 0.6::
+ * Updated bcfg2 to 0.8.2 (released version)
+ * Removed r1953 patch from bcfg2 .profile, since that is included in 0.8.2
+ * Added alpha version warning
== Documentation Version ==
$Id$