diff options
Diffstat (limited to 'encap')
-rw-r--r-- | encap/Makefile | 2 | ||||
-rw-r--r-- | encap/README | 4 | ||||
-rw-r--r-- | encap/TODO | 5 |
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 |