[master] 3756761 Move builtin.vcl to doc, ship example.vcl too

Tollef Fog Heen tfheen at varnish-software.com
Mon Jan 27 13:30:54 CET 2014


commit 37567613edcfd22e499a98fd6bf6e40067bc9f48
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Jan 27 13:30:50 2014 +0100

    Move builtin.vcl to doc, ship example.vcl too

diff --git a/etc/Makefile.am b/etc/Makefile.am
index af964e9..d02d710 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -2,7 +2,8 @@
 
 DISTCLEANFILES = builtin.vcl
 
-dist_varnishconf_DATA = builtin.vcl
+dist_doc_DATA = builtin.vcl \
+		example.vcl
 
 builtin.vcl:	$(top_srcdir)/bin/varnishd/builtin.vcl
 	( printf "This is the VCL configuration Varnish will automatically append to your VCL\nfile during compilation/loading. See the vcl(7) man page for details on syntax\nand semantics.\n\



More information about the varnish-commit mailing list