Commit 19dba7e5 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

zcat(1) was originally, and still on OSX only for compress(1) files.

parent ed93bc55
......@@ -15,4 +15,4 @@ client c1 {
shell {varnishlog -d -w - -n ${v1_name} | gzip >vsl.gz}
shell {ls -l}
shell -match "RespStatus +503" {zcat vsl.gz | varnishlog -r -}
shell -match "RespStatus +503" {gunzip < vsl.gz | varnishlog -r -}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment