diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:27 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5b96adcd87974bb1c26442a1fd1513b415c70d50 (patch) | |
tree | 015c4e02faaf6fcc280aac5fd4ba5c68247fde77 /net-dns/dnscrypt-proxy | |
parent | net-dns/dnrd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5b96adcd87974bb1c26442a1fd1513b415c70d50.tar.gz gentoo-5b96adcd87974bb1c26442a1fd1513b415c70d50.tar.bz2 gentoo-5b96adcd87974bb1c26442a1fd1513b415c70d50.zip |
net-dns/dnscrypt-proxy: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dns/dnscrypt-proxy')
-rw-r--r-- | net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd | 2 | ||||
-rw-r--r-- | net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.0-r1 | 2 | ||||
-rw-r--r-- | net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd index 8e231e4e51ed..2b82652e0776 100644 --- a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd +++ b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.0-r1 b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.0-r1 index e79f8f98d747..8d195384bae4 100644 --- a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.0-r1 +++ b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.0-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.1 b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.1 index e7a02d696ea0..cef96535e29d 100644 --- a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.1 +++ b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |