r5403 - in trunk/varnish-cache/lib: libvcl libvmod_std
phk at varnish-cache.org
phk at varnish-cache.org
Tue Oct 5 11:09:33 CEST 2010
Author: phk
Date: 2010-10-05 11:09:33 +0200 (Tue, 05 Oct 2010)
New Revision: 5403
Modified:
trunk/varnish-cache/lib/libvcl/symbol_kind.h
trunk/varnish-cache/lib/libvcl/vcc_vmod.c
trunk/varnish-cache/lib/libvmod_std/vmod.py
Log:
More svn:keywords fixups
Modified: trunk/varnish-cache/lib/libvcl/symbol_kind.h
===================================================================
--- trunk/varnish-cache/lib/libvcl/symbol_kind.h 2010-10-05 09:04:36 UTC (rev 5402)
+++ trunk/varnish-cache/lib/libvcl/symbol_kind.h 2010-10-05 09:09:33 UTC (rev 5403)
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: vcc_types.h 5163 2010-08-31 10:59:07Z phk $
+ * $Id$
*/
/*lint -save -e525 -e539 */
Property changes on: trunk/varnish-cache/lib/libvcl/symbol_kind.h
___________________________________________________________________
Added: svn:keywords
+ Id
Property changes on: trunk/varnish-cache/lib/libvcl/vcc_vmod.c
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/varnish-cache/lib/libvmod_std/vmod.py
===================================================================
--- trunk/varnish-cache/lib/libvmod_std/vmod.py 2010-10-05 09:04:36 UTC (rev 5402)
+++ trunk/varnish-cache/lib/libvmod_std/vmod.py 2010-10-05 09:09:33 UTC (rev 5403)
@@ -180,14 +180,13 @@
def file_header(fo):
fo.write("""/*
- * $%s$
*
* NB: This file is machine generated, DO NOT EDIT!
*
* Edit vmod.vcc and run vmod.py instead
*/
-""" % "Id")
+""")
#######################################################################
More information about the varnish-commit
mailing list