From 14a4b057d24a2b21adfa4baa85480a47f9fb9884 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Tue, 1 Aug 2006 12:49:39 +0000 Subject: Added documentation package for daemontools (just mirrors of websites, should make man pages from them at some point) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2020 ce84e21b-d406-0410-9b95-82705330c041 --- encap/TODO | 7 +++-- encap/daemontools-doc-20060731.ep | 58 +++++++++++++++++++++++++++++++++++++++ encap/epkg/README | 4 +-- 3 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 encap/daemontools-doc-20060731.ep diff --git a/encap/TODO b/encap/TODO index 0693c929d..ccb1927ca 100644 --- a/encap/TODO +++ b/encap/TODO @@ -2,5 +2,8 @@ * Use daemontools to run the bcfg2 service under the encap packaging scheme * Create bcfg2 "run" script (look at init scripts for other platforms) * Modify Makefile, README, bcfg2-0.8.2.ep to work with daemontools - * Create .ep for daemontools doc tarball at - http://www.dclark.us/mirror/daemontools/daemontools-doc-20060731.tar.gz + * Announce to mailing list: + * daemontools stuff + * encap support for Solaris (sparc and x86) + * Binary epkg archive at + http://www.pobox.com/users/dclark/mirror/bcfg2-encaps diff --git a/encap/daemontools-doc-20060731.ep b/encap/daemontools-doc-20060731.ep new file mode 100644 index 000000000..dee918647 --- /dev/null +++ b/encap/daemontools-doc-20060731.ep @@ -0,0 +1,58 @@ + + + + + + + + + + + +: + + + +: + + + +test -d ${ENCAP_SOURCE} || mkdir ${ENCAP_SOURCE} +test -d ${ENCAP_SOURCE}/${ENCAP_PKGNAME} || mkdir ${ENCAP_SOURCE}/${ENCAP_PKGNAME} +test -d ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share || mkdir ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share +test -d ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc || mkdir ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc +test -d ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc/daemontools || mkdir ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc/daemontools +cp -R * ${ENCAP_SOURCE}/${ENCAP_PKGNAME}/share/doc/daemontools + + + +: + + + + + +mkdir var 2>/dev/null || exit 0 +mkdir var/encap 2>/dev/null || exit 0 +touch var/encap/${ENCAP_PKGNAME} + + + +description daemontools-doc - documentation from daemontools websites + + + diff --git a/encap/epkg/README b/encap/epkg/README index 2d43fe862..99355280b 100644 --- a/encap/epkg/README +++ b/encap/epkg/README @@ -5,11 +5,11 @@ Solaris/x86 10) to compile it. You'll need to manually download the versions of packages you want to this directory, edit the Makefile to refer to those versions, -decompress/Guntar the distributions, and then run make (or gmake on +decompress/untar the distributions, and then run make (or gmake on non-GNU platforms) All of the software is available from http://www.dclark.us/mirror (or -google for it). +Google for it). Once you have a working epkg distribution, you should: * cd /usr/local/encap -- cgit v1.2.3-1-g7c22