r1176 - in branches/1.0: . bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Wed Oct 18 16:27:05 CEST 2006


Author: des
Date: 2006-10-18 16:27:05 +0200 (Wed, 18 Oct 2006)
New Revision: 1176

Modified:
   branches/1.0/
   branches/1.0/bin/varnishd/mgt_vcc.c
Log:
 r31768 at cat (orig r1137):  des | 2006-10-05 11:52:30 +0200
 Reminder to keep the default VCL code in synch with the man page.



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1136
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1137

Modified: branches/1.0/bin/varnishd/mgt_vcc.c
===================================================================
--- branches/1.0/bin/varnishd/mgt_vcc.c	2006-10-18 14:27:04 UTC (rev 1175)
+++ branches/1.0/bin/varnishd/mgt_vcc.c	2006-10-18 14:27:05 UTC (rev 1176)
@@ -64,6 +64,7 @@
 
 /*--------------------------------------------------------------------*/
 
+/* keep this in synch with man/vcl.7 */
 static const char *default_vcl =
     "sub default_vcl_recv {\n"
     "    if (req.request != \"GET\" && req.request != \"HEAD\") {\n"




More information about the varnish-commit mailing list