r5404 - in trunk/varnish-cache: include lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Tue Oct 5 11:11:57 CEST 2010


Author: phk
Date: 2010-10-05 11:11:57 +0200 (Tue, 05 Oct 2010)
New Revision: 5404

Modified:
   trunk/varnish-cache/include/vsc_all.h
   trunk/varnish-cache/lib/libvcl/generate.py
Log:
And a little bit more svn:keywords polishing




Property changes on: trunk/varnish-cache/include/vsc_all.h
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/varnish-cache/lib/libvcl/generate.py
===================================================================
--- trunk/varnish-cache/lib/libvcl/generate.py	2010-10-05 09:09:33 UTC (rev 5403)
+++ trunk/varnish-cache/lib/libvcl/generate.py	2010-10-05 09:11:57 UTC (rev 5404)
@@ -568,15 +568,12 @@
 #######################################################################
 
 def file_header(fo):
-	fo.write("""
-/*
- * $%s$
- *
+	fo.write("""/*
  * NB:  This file is machine generated, DO NOT EDIT!
  *
  * Edit and run generate.py instead
  */
-""" % "Id")
+""")
 
 #######################################################################
 




More information about the varnish-commit mailing list