diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:12 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 7db571caa004214e99c6b8090b9eb77add8107ec (patch) | |
tree | 811166ebab1affe66c521c26942c9e342b795fd8 /net-proxy/squid/files | |
parent | net-proxy/shadowsocks-libev: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-7db571caa004214e99c6b8090b9eb77add8107ec.tar.gz gentoo-7db571caa004214e99c6b8090b9eb77add8107ec.tar.bz2 gentoo-7db571caa004214e99c6b8090b9eb77add8107ec.zip |
net-proxy/squid: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-proxy/squid/files')
-rw-r--r-- | net-proxy/squid/files/squid.initd-r4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/squid/files/squid.initd-r4 b/net-proxy/squid/files/squid.initd-r4 index 29c299bd2ecc..9eaa2df713c4 100644 --- a/net-proxy/squid/files/squid.initd-r4 +++ b/net-proxy/squid/files/squid.initd-r4 @@ -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$ |