Browse Source

* introduced conf.d/ on mnemosyne/lighttpd's sample configuration file

legacy/multilib
Alejandro Mery 17 years ago
parent
commit
9325bb9842
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      pkg_conf/lighttpd.conf

+ 13
- 0
pkg_conf/lighttpd.conf

@ -14,3 +14,16 @@
# enable xattr support
var_append extraconfopt ' ' '--with-attr'
lighttpd_confd() {
mkdir -p "$root$sysconfdir/conf.d"
cat <<-EOT >> $root$sysconfdir/lighttpd.conf-dist
# Include config snaps
include_shell "cat $sysconfdir/conf.d/*.conf 2> /dev/null"
EOT
}
hook_add postmake 7 'lighttpd_confd'

Loading…
Cancel
Save