diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:59 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 8f18ae821237a2f16bedcf9e99db500cce4c8544 (patch) | |
tree | 60c8017a5fd9e6a019a7a3ec1da094a5c077770d /net-analyzer/netperf | |
parent | net-analyzer/neti: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-8f18ae821237a2f16bedcf9e99db500cce4c8544.tar.gz gentoo-8f18ae821237a2f16bedcf9e99db500cce4c8544.tar.bz2 gentoo-8f18ae821237a2f16bedcf9e99db500cce4c8544.zip |
net-analyzer/netperf: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/netperf')
-rw-r--r-- | net-analyzer/netperf/files/netperf-2.2-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/netperf/files/netperf-2.2-init b/net-analyzer/netperf/files/netperf-2.2-init index a6816a592135..cd2fb35cdd27 100644 --- a/net-analyzer/netperf/files/netperf-2.2-init +++ b/net-analyzer/netperf/files/netperf-2.2-init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # # init.d script for net-analyzer/netperf's netserver # |