From b83143c88db4b9b2bf990467a65de3cf2b6e9d2c Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 9 Oct 2022 19:21:08 +0300 Subject: [PATCH] /conf: add README.md Also: - amend void-66-services-master template to install documentation. --- conf/README.md | 5 +++++ packaging/void-66-services-master/template | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 conf/README.md diff --git a/conf/README.md b/conf/README.md new file mode 100644 index 0000000..ee13a3c --- /dev/null +++ b/conf/README.md @@ -0,0 +1,5 @@ +The conf folder contains: +- documentation in markdown format and +- subdirectories (currently a single one) with configuration examples. + +Τhe docs will be included in the void-66-services package from version 0.3 onwards and are already included in the `void-66-services-master` template that resides under *packaging/*. \ No newline at end of file diff --git a/packaging/void-66-services-master/template b/packaging/void-66-services-master/template index 1dcef97..da4cfca 100644 --- a/packaging/void-66-services-master/template +++ b/packaging/void-66-services-master/template @@ -19,6 +19,10 @@ do_install() { vmkdir usr vcopy usr / chmod +x "${DESTDIR}/usr/share/66/service/dbus/data/check" + vdoc conf/void-66-conf.md + vdoc conf/void-66-logging.md + vdoc conf/void-66-runitsv.md + vdoc conf/void-66-base-system.md vlicense LICENSE vlicense AUTHORS } -- 2.11.0