summaryrefslogtreecommitdiffstats
path: root/linhes
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2022-12-30 20:30:20 (GMT)
committerBritney Fransen <brfransen@gmail.com>2022-12-30 20:30:20 (GMT)
commit6c530f338a1967bdbdda9e09e915d4a1e194d27f (patch)
treeaf58792de521b5045542876651fc0921044cb3cf /linhes
parentd1eed4fba7ab05c7cf58a1de4480529324cd5df9 (diff)
downloadlinhes_pkgbuild-6c530f338a1967bdbdda9e09e915d4a1e194d27f.zip
linhes_pkgbuild-6c530f338a1967bdbdda9e09e915d4a1e194d27f.tar.gz
linhes_pkgbuild-6c530f338a1967bdbdda9e09e915d4a1e194d27f.tar.bz2
linhes-templates: add lighttpd.conf.template
Diffstat (limited to 'linhes')
-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"