summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linhes/linhes-templates/PKGBUILD4
-rw-r--r--linhes/linhes-templates/templates/lighttpd.conf.template5
2 files changed, 7 insertions, 2 deletions
diff --git a/linhes/linhes-templates/PKGBUILD b/linhes/linhes-templates/PKGBUILD
index 384f590..76394a5 100644
--- a/linhes/linhes-templates/PKGBUILD
+++ b/linhes/linhes-templates/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=linhes-templates
pkgver=9.0.0
-pkgrel=10
+pkgrel=11
conflicts=()
pkgdesc="Templates used for LinHES system configuration"
depends=()
makedepends=()
arch=('x86_64')
source=(templates.tar.gz)
-sha256sums=('24f40b4b4db356af745688412fc658a0a15aa698c8bbbb4b570f8688e02a437e')
+sha256sums=('c460a33fa7ebb4cff4eafdc5a378d4f41931774d02b39aeecba2007180e24ecf')
package() {
MVDIR=$pkgdir/usr/share/linhes
diff --git a/linhes/linhes-templates/templates/lighttpd.conf.template b/linhes/linhes-templates/templates/lighttpd.conf.template
new file mode 100644
index 0000000..8271924
--- /dev/null
+++ b/linhes/linhes-templates/templates/lighttpd.conf.template
@@ -0,0 +1,5 @@
+# See /usr/share/doc/lighttpd
+# and http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions
+# check /etc/lighttpd/conf.d/*.conf for the configuration of modules.
+
+include "/etc/lighttpd/conf.d/*.conf"