diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:16 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 16fa432db89c5d56c6efb44e4e0e76af2e9aeb46 (patch) | |
tree | 17a1882b0c4f4b5bfcc68709b37681a3d3b36231 /net-libs | |
parent | net-libs/courier-authlib: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-16fa432db89c5d56c6efb44e4e0e76af2e9aeb46.tar.gz gentoo-16fa432db89c5d56c6efb44e4e0e76af2e9aeb46.tar.bz2 gentoo-16fa432db89c5d56c6efb44e4e0e76af2e9aeb46.zip |
net-libs/libinfinity: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libinfinity/files/infinoted.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libinfinity/files/infinoted.initd b/net-libs/libinfinity/files/infinoted.initd index b8f3f1f849f2..1cb64c35fab7 100644 --- a/net-libs/libinfinity/files/infinoted.initd +++ b/net-libs/libinfinity/files/infinoted.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |