Commit 9b9d0d13 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Install default.vcl to ${sysconfdir}/varnish, not ${datadir}


git-svn-id: http://www.varnish-cache.org/svn/trunk@3092 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent dcc69df5
......@@ -262,6 +262,9 @@ fi
VARNISH_STATE_DIR='${localstatedir}/varnish'
AC_SUBST(VARNISH_STATE_DIR)
# Default configuration directory.
varnishconfdir='${sysconfdir}/varnish'
AC_SUBST(varnishconfdir)
# Now that we're done using the compiler to look for functions and
# libraries, set CFLAGS to what we want them to be for our own code
......
......@@ -2,7 +2,7 @@
EXTRA_DIST = zope-plone.vcl
dist_data_DATA = default.vcl
dist_varnishconf_DATA = default.vcl
default.vcl: $(top_srcdir)/bin/varnishd/default.vcl
@echo -e "This is a basic VCL configuration file for varnish. See the vcl(7)\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment