diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:06 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | cdf7d1d74c5247025fc9c948352c3b739bd8b0c3 (patch) | |
tree | 0218d4c66b78633886e01869f9ba47bd9e0b4a07 /net-proxy/dnsproxy | |
parent | net-proxy/dante: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-cdf7d1d74c5247025fc9c948352c3b739bd8b0c3.tar.gz gentoo-cdf7d1d74c5247025fc9c948352c3b739bd8b0c3.tar.bz2 gentoo-cdf7d1d74c5247025fc9c948352c3b739bd8b0c3.zip |
net-proxy/dnsproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-proxy/dnsproxy')
-rw-r--r-- | net-proxy/dnsproxy/files/dnsproxy.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/dnsproxy/files/dnsproxy.initd b/net-proxy/dnsproxy/files/dnsproxy.initd index 000fc95eaa2b..7af2199cfab2 100644 --- a/net-proxy/dnsproxy/files/dnsproxy.initd +++ b/net-proxy/dnsproxy/files/dnsproxy.initd @@ -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 |