diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:25 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 86b0979d053de38f4a95ebbe2ca7babe913cef94 (patch) | |
tree | 80d01e6cedf0de68be45329c84166ddb13b2d0f7 /net-misc/sslh | |
parent | net-misc/spiped: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-86b0979d053de38f4a95ebbe2ca7babe913cef94.tar.gz gentoo-86b0979d053de38f4a95ebbe2ca7babe913cef94.tar.bz2 gentoo-86b0979d053de38f4a95ebbe2ca7babe913cef94.zip |
net-misc/sslh: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/sslh')
-rw-r--r-- | net-misc/sslh/files/sslh.init.d-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/sslh/files/sslh.init.d-2 b/net-misc/sslh/files/sslh.init.d-2 index bda8c32e87de..0351f7c68e53 100644 --- a/net-misc/sslh/files/sslh.init.d-2 +++ b/net-misc/sslh/files/sslh.init.d-2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |