diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:51 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d7d4412a144760e78c693b2d00edc64c29800934 (patch) | |
tree | a57debfcfe80d8359560e4c32f399a892206c18f /net-misc/iperf | |
parent | net-misc/iodine: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d7d4412a144760e78c693b2d00edc64c29800934.tar.gz gentoo-d7d4412a144760e78c693b2d00edc64c29800934.tar.bz2 gentoo-d7d4412a144760e78c693b2d00edc64c29800934.zip |
net-misc/iperf: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/iperf')
-rw-r--r-- | net-misc/iperf/files/iperf.initd-r1 | 2 | ||||
-rw-r--r-- | net-misc/iperf/files/iperf3.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/iperf/files/iperf.initd-r1 b/net-misc/iperf/files/iperf.initd-r1 index dae8cf04ab49..e7d13ff3bf9e 100644 --- a/net-misc/iperf/files/iperf.initd-r1 +++ b/net-misc/iperf/files/iperf.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-misc/iperf/files/iperf3.initd b/net-misc/iperf/files/iperf3.initd index d02f560146ff..bb79f15b2a09 100644 --- a/net-misc/iperf/files/iperf3.initd +++ b/net-misc/iperf/files/iperf3.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |