diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:10 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 44e3f7422314eb4fb427529b6a4a90c15d2c9402 (patch) | |
tree | e2146b022fe6bcf635f4378cc46453e92a468452 /net-proxy | |
parent | net-proxy/polipo: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-44e3f7422314eb4fb427529b6a4a90c15d2c9402.tar.gz gentoo-44e3f7422314eb4fb427529b6a4a90c15d2c9402.tar.bz2 gentoo-44e3f7422314eb4fb427529b6a4a90c15d2c9402.zip |
net-proxy/privoxy: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/privoxy/files/privoxy.initd | 2 | ||||
-rw-r--r-- | net-proxy/privoxy/files/privoxy.initd-2 | 2 | ||||
-rw-r--r-- | net-proxy/privoxy/files/privoxy.initd-3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-proxy/privoxy/files/privoxy.initd b/net-proxy/privoxy/files/privoxy.initd index febdc795763c..6283c0ea9590 100644 --- a/net-proxy/privoxy/files/privoxy.initd +++ b/net-proxy/privoxy/files/privoxy.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-proxy/privoxy/files/privoxy.initd-2 b/net-proxy/privoxy/files/privoxy.initd-2 index beb32cf5ef6a..e6b48e5575f3 100644 --- a/net-proxy/privoxy/files/privoxy.initd-2 +++ b/net-proxy/privoxy/files/privoxy.initd-2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-proxy/privoxy/files/privoxy.initd-3 b/net-proxy/privoxy/files/privoxy.initd-3 index b71b69ddc3d1..34f216260153 100644 --- a/net-proxy/privoxy/files/privoxy.initd-3 +++ b/net-proxy/privoxy/files/privoxy.initd-3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |