From 9d98b12745eeb0cc885b685ca215ccc63b4dd7c3 Mon Sep 17 00:00:00 2001 From: "Bernhard J. M. Gruen" Date: Mon, 5 Mar 2018 15:01:10 +0100 Subject: testing/burp: upgrade to 2.1.32, fix libressl dependency and runscript Change in runscript: It has to use the default configuration. With 2.1.x this is the only correct way to call the status page. Older versions needed the config file. --- testing/burp/burp.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/burp/burp.init') diff --git a/testing/burp/burp.init b/testing/burp/burp.init index 4421b4e01d..2cba7dfaa1 100644 --- a/testing/burp/burp.init +++ b/testing/burp/burp.init @@ -27,5 +27,5 @@ reload() { } mon() { - $command -c "$cfgfile" -a S + $command -a S } -- cgit v1.2.3