Browse Source

lighttpd: changed to use default prefix instead of 'opt/lighttpd' (IssueID #91)

stable/0.2
Christian Wiese 14 years ago
parent
commit
4940621d98
  1. 6
      network/lighttpd/lighttpd.conf

6
network/lighttpd/lighttpd.conf

@ -14,8 +14,10 @@
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
prefix="opt/lighttpd"
set_confopt
# use a dedicated sysconfdir instead of /etc
sysconfdir="$sysconfdir/$pkg"
# use a dedicated libdir because lighttpd installs modules there
libdir="$libdir/$pkg"
fi
var_append confopt ' ' "--enable-fastcgi"

Loading…
Cancel
Save