r1577 - in trunk/varnish-cache: . bin bin/varnishreplay

des at projects.linpro.no des at projects.linpro.no
Tue Jun 26 13:36:37 CEST 2007


Author: des
Date: 2007-06-26 13:36:36 +0200 (Tue, 26 Jun 2007)
New Revision: 1577

Modified:
   trunk/varnish-cache/bin/Makefile.am
   trunk/varnish-cache/bin/varnishreplay/Makefile.am
   trunk/varnish-cache/bin/varnishreplay/varnishreplay.1
   trunk/varnish-cache/bin/varnishreplay/varnishreplay.c
   trunk/varnish-cache/configure.ac
Log:
Reorder, expand tags


Modified: trunk/varnish-cache/bin/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/Makefile.am	2007-06-26 10:01:49 UTC (rev 1576)
+++ trunk/varnish-cache/bin/Makefile.am	2007-06-26 11:36:36 UTC (rev 1577)
@@ -1,3 +1,4 @@
 # $Id$
 
-SUBDIRS = varnishadm varnishd varnishhist varnishlog varnishncsa varnishstat varnishtop varnishreplay
+SUBDIRS = varnishadm varnishd varnishhist varnishlog varnishncsa \
+	varnishreplay varnishstat varnishtop

Modified: trunk/varnish-cache/bin/varnishreplay/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishreplay/Makefile.am	2007-06-26 10:01:49 UTC (rev 1576)
+++ trunk/varnish-cache/bin/varnishreplay/Makefile.am	2007-06-26 11:36:36 UTC (rev 1577)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am 1507 2007-06-10 11:46:05Z des $
+# $Id$
 
 INCLUDES = -I$(top_srcdir)/include
 


Property changes on: trunk/varnish-cache/bin/varnishreplay/Makefile.am
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/varnish-cache/bin/varnishreplay/varnishreplay.1
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: trunk/varnish-cache/bin/varnishreplay/varnishreplay.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2007-06-26 10:01:49 UTC (rev 1576)
+++ trunk/varnish-cache/configure.ac	2007-06-26 11:36:36 UTC (rev 1577)
@@ -136,9 +136,9 @@
     bin/varnishlog/Makefile
     bin/varnishhist/Makefile
     bin/varnishncsa/Makefile
+    bin/varnishreplay/Makefile
     bin/varnishstat/Makefile
     bin/varnishtop/Makefile
-    bin/varnishreplay/Makefile
     doc/Makefile
     etc/Makefile
     include/Makefile




More information about the varnish-commit mailing list