diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:45 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 18a7a684a03d5afdff8fccd13caaae4b16a80c18 (patch) | |
tree | d837a16bbbda7ee0fefc63ecfbccf29460c4e298 /net-nntp | |
parent | net-nds/tac_plus: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-18a7a684a03d5afdff8fccd13caaae4b16a80c18.tar.gz gentoo-18a7a684a03d5afdff8fccd13caaae4b16a80c18.tar.bz2 gentoo-18a7a684a03d5afdff8fccd13caaae4b16a80c18.zip |
net-nntp/hellanzb: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/hellanzb/files/hellanzb.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nntp/hellanzb/files/hellanzb.init b/net-nntp/hellanzb/files/hellanzb.init index be318d56c49d..a6b269ec54c0 100644 --- a/net-nntp/hellanzb/files/hellanzb.init +++ b/net-nntp/hellanzb/files/hellanzb.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |