]> err.no Git - varnish/commit
Updated the default.vcl and man page with the latest config from mgt_vcc.c.
authorpetter <petter@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 23 Jul 2008 09:07:24 +0000 (09:07 +0000)
committerpetter <petter@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 23 Jul 2008 09:07:24 +0000 (09:07 +0000)
commit338afcce593d9b545f6bd8eadbe82b5ca4822536
treebb0ef2a8507282223f91c2f200ccbc1bbe298fcf
parent0aca33d52369295b2811eaec0c6bf292cb98a9b3
Updated the default.vcl and man page with the latest config from mgt_vcc.c.
The following perl one-liner is useful:
perl -ne 'if( $print == 1 ) { exit if( /^$/ ); eval "print " . $_; } $print = 1 if /default_vcl/;' mgt_vcc.c
Fixes #135 (for now)

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2994 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/etc/default.vcl
varnish-cache/man/vcl.7