r1915 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Tue Aug 21 17:36:59 CEST 2007


Author: des
Date: 2007-08-21 17:36:59 +0200 (Tue, 21 Aug 2007)
New Revision: 1915

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_vcc.c
Log:
Try to make this comment a little more visible.


Modified: trunk/varnish-cache/bin/varnishd/mgt_vcc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2007-08-21 11:48:57 UTC (rev 1914)
+++ trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2007-08-21 15:36:59 UTC (rev 1915)
@@ -70,7 +70,9 @@
 
 /*--------------------------------------------------------------------*/
 
-/* keep this in synch with man/vcl.7 */
+/*
+ * Keep this in synch with man/vcl.7 and etc/default.vcl!
+ */
 static const char *default_vcl =
     "sub vcl_recv {\n"
     "    if (req.request != \"GET\" && req.request != \"HEAD\") {\n"




More information about the varnish-commit mailing list