diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:37 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e0c83c786ef61bde5a05c4de777a5d9082cda331 (patch) | |
tree | d556c2c0595605835e3a9f6d90fbf7fbde12c33d /net-analyzer/arpon | |
parent | net-analyzer/argus: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e0c83c786ef61bde5a05c4de777a5d9082cda331.tar.gz gentoo-e0c83c786ef61bde5a05c4de777a5d9082cda331.tar.bz2 gentoo-e0c83c786ef61bde5a05c4de777a5d9082cda331.zip |
net-analyzer/arpon: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/arpon')
-rw-r--r-- | net-analyzer/arpon/files/arpon.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/arpon/files/arpon.initd b/net-analyzer/arpon/files/arpon.initd index 5f6a1bd8c6e2..dc69135c26e3 100644 --- a/net-analyzer/arpon/files/arpon.initd +++ b/net-analyzer/arpon/files/arpon.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Distributed under the terms of the GNU General Public License v2 depend() { |