diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-06-24 19:02:43 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-06-24 19:06:48 +0200 |
commit | 5b3f1c0a58a8d4588710e495ba47f701c398bed4 (patch) | |
tree | f51c1abd23060d8709b80397939d4f8e0e7ffd7a /main/iperf | |
parent | ff1e1b15d6c2f627a611df4f6a32dcb43d1a88fd (diff) | |
download | aports-5b3f1c0a58a8d4588710e495ba47f701c398bed4.tar.bz2 aports-5b3f1c0a58a8d4588710e495ba47f701c398bed4.tar.xz |
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.
Diffstat (limited to 'main/iperf')
-rw-r--r-- | main/iperf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 |