From 5b3f1c0a58a8d4588710e495ba47f701c398bed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 24 Jun 2019 19:02:43 +0200 Subject: main/iperf: add comment explaining conflict with iperf3 Theoretically we could rename the iperf3 OpenRC service to iperf, however, due to compatibility issues we have been reluctant to do that in the past. --- main/iperf/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/iperf') diff --git a/main/iperf/APKBUILD b/main/iperf/APKBUILD index 362b280cf8..cd43d08fb8 100644 --- a/main/iperf/APKBUILD +++ b/main/iperf/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A tool to measure IP bandwidth using UDP or TCP" url="http://iperf2.sourceforge.net/" arch="all" license="BSD" -depends="!iperf3" +depends="!iperf3" # openrc services conflict subpackages="$pkgname-doc $pkgname-openrc" source="https://sourceforge.net/projects/iperf2/files/iperf-$pkgver.tar.gz iperf.initd -- cgit v1.2.3