[master] f2cd8dc Oops, forgot this bit of previous commit

Poul-Henning Kamp phk at FreeBSD.org
Fri Sep 19 18:12:04 CEST 2014


commit f2cd8dc1827266bede68180b1ff2d4b1ef512b60
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Sep 19 10:48:32 2014 +0000

    Oops, forgot this bit of previous commit

diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index ca6f7c9..4fffa57 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -182,14 +182,14 @@ sp_variables = [
 	),
 	('server.hostname',
 		'STRING',
-		( 'client',),
+		( 'all',),
 		( ), """
 		The host name of the server.
 		"""
 	),
 	('server.identity',
 		'STRING',
-		( 'client',),
+		( 'all',),
 		( ), """
 		The identity of the server, as set by the -i
 		parameter.  If the -i parameter is not passed to varnishd,



More information about the varnish-commit mailing list