diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:09 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 69374e7468e3af9e7f04528627d97348ed892578 (patch) | |
tree | 6dff4ee191f84b5def9013999376cbfa2d840f88 /net-proxy | |
parent | net-proxy/nutcracker: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-69374e7468e3af9e7f04528627d97348ed892578.tar.gz gentoo-69374e7468e3af9e7f04528627d97348ed892578.tar.bz2 gentoo-69374e7468e3af9e7f04528627d97348ed892578.zip |
net-proxy/obfsproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/obfsproxy/files/obfsproxy.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/obfsproxy/files/obfsproxy.initd b/net-proxy/obfsproxy/files/obfsproxy.initd index fbdf6fc8f148..70e9295d1a74 100644 --- a/net-proxy/obfsproxy/files/obfsproxy.initd +++ b/net-proxy/obfsproxy/files/obfsproxy.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |