aboutsummaryrefslogtreecommitdiffstats
path: root/testing/burp/burp.init
diff options
context:
space:
mode:
authorBernhard J. M. Gruen <bernhard.gruen@googlemail.com>2018-03-05 15:01:10 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-04-05 16:36:41 +0200
commit9d98b12745eeb0cc885b685ca215ccc63b4dd7c3 (patch)
treee4024bf4a3063d1d766d3a0d1a4fda81aee4c82c /testing/burp/burp.init
parent787920a93ba9ed8744c3a8524e012682c40da8f0 (diff)
downloadaports-9d98b12745eeb0cc885b685ca215ccc63b4dd7c3.tar.bz2
aports-9d98b12745eeb0cc885b685ca215ccc63b4dd7c3.tar.xz
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.
Diffstat (limited to 'testing/burp/burp.init')
-rw-r--r--testing/burp/burp.init2
1 files changed, 1 insertions, 1 deletions
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
}