summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-07-31 05:17:10 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-07-31 05:17:10 +0000
commit70c98d7455de3a61bb8830f1507304b0c632f45c (patch)
tree20409d795babab240d45f0bba9be49fcc13267e9 /encap
parent9a65bc1a080c68e725dd5e5c483fee1854d079bd (diff)
downloadbcfg2-70c98d7455de3a61bb8830f1507304b0c632f45c.tar.gz
bcfg2-70c98d7455de3a61bb8830f1507304b0c632f45c.tar.bz2
bcfg2-70c98d7455de3a61bb8830f1507304b0c632f45c.zip
Fixes for .profile -> .ep
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2015 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r--encap/Makefile2
-rw-r--r--encap/README4
-rw-r--r--encap/TODO5
3 files changed, 5 insertions, 6 deletions
diff --git a/encap/Makefile b/encap/Makefile
index 969aa49a2..3c0da0035 100644
--- a/encap/Makefile
+++ b/encap/Makefile
@@ -2,7 +2,7 @@
.PHONY : all install clean uninstall encaps rename
.SUFFIXES :
-.SUFFIXES : .profile .sh .installed .packaged
+.SUFFIXES : .ep .sh .installed .packaged
BASEDIR = /usr/local
ENCAPDIR = ${BASEDIR}/encap
diff --git a/encap/README b/encap/README
index 694e04f35..979ba1c16 100644
--- a/encap/README
+++ b/encap/README
@@ -138,13 +138,13 @@ Note that the doc for the encap profile format is in "man 5 encap_profile".
0.5::
* Removed external download of patches as that was not working consistantly;
- replaced with patches inline the bcfg2 .profile
+ replaced with patches inline the bcfg2 encap profile (.ep file)
* 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
+ * Removed r1953 patch from bcfg2 profile, since that is included in 0.8.2
* Added alpha version warning
0.7::
diff --git a/encap/TODO b/encap/TODO
index 697ad73b7..47969751f 100644
--- a/encap/TODO
+++ b/encap/TODO
@@ -1,3 +1,2 @@
- * Encap's author says encap packages are supposed to use the suffix
- .ep, not .profile... should change that and also the Makefile to use some
- sentinal file name other than .ep
+ * Create daemontools encap, including pre/postinstall scripts for config
+ * Use daemontools to run the bcfg2 service under the encap packaging scheme