@@ -0,0 +1,16 @@
+--- redhat/varnish.sysconfig.orig 2010-10-25 20:20:50.265504444 +0200
++++ redhat/varnish.sysconfig 2010-10-25 20:21:36.846598671 +0200
+@@ -34,12 +34,7 @@
+ # one content server selected by the vcl file, based on the request. Use a
+ # fixed-size cache file.
+ #
+-DAEMON_OPTS="-a :6081 \
+- -T localhost:6082 \
+- -f /etc/varnish/default.vcl \
+- -u varnish -g varnish \
+- -s file,/var/lib/varnish/varnish_storage.bin,1G"
+-
++DAEMON_OPTS="-a :6081 -T localhost:6082 -f /etc/varnish/default.vcl -u varnish -g varnish -s file,/var/lib/varnish/varnish_storage.bin,1G"
+
+ ## Alternative 3, Advanced configuration
+ #
|