summaryrefslogtreecommitdiffstats
path: root/encap/README
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-24 02:59:47 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-24 02:59:47 +0000
commit7a90ea4debcdcb729197fbd926e8a0e840b312a6 (patch)
treeb981d7b6e40ef7cee8704a2e58808f76e19d059e /encap/README
parent0079453227dbcdd5f4b8c3077a82be658c046337 (diff)
downloadbcfg2-7a90ea4debcdcb729197fbd926e8a0e840b312a6.tar.gz
bcfg2-7a90ea4debcdcb729197fbd926e8a0e840b312a6.tar.bz2
bcfg2-7a90ea4debcdcb729197fbd926e8a0e840b312a6.zip
EncapPackages: Restructuring directory layout
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2100 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/README')
-rw-r--r--encap/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/encap/README b/encap/README
new file mode 100644
index 000000000..bdb4cd1ab
--- /dev/null
+++ b/encap/README
@@ -0,0 +1,30 @@
+bcfg2-python-apt
+----------------
+Needed for bcfg2 clients that use the "Advanced Packaging Tool" (apt).
+
+bcfg2-server
+------------
+Encaps for bcfg2 server deps. Only for GNU/Linux.
+
+bcfg2-site
+----------
+Tools to make an encap package with your site-specific bcfg2.conf,
+custom bcfg2 generators, bcfg2 client run frequency, etc.
+
+daemontools - http://cr.yp.to/daemontools.html
+----------------------------------------------
+D. J. Bernstein's daemontools - a collection of tools for managing
+UNIX services the same way across all UNIX platforms. May be useful to
+set up one-time run of bcfg2 client at startup, or to run ostiary.
+
+epkg - http://www.encap.org/epkg
+--------------------------------
+Mark D. Roth's epkg - an encap pacakage manager. Needed to build the
+*.ep and *.sh files, although in most cases epkg binaries for your
+platform will already exist.
+
+ostiary - http://ingles.homeunix.org/software/ost
+-------------------------------------------------
+Ray Ingles' ostiary - simple, secure remote script execution. May be
+useful if you like/are used to being able to kick off a config update
+on a config client from a config server, like with cfengine.