diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a437a7f2631230a749278dca9a94d225004ac535 (patch) | |
tree | d7c1079378d2b403c250326296e4dda93d3d6ee0 /net-proxy | |
parent | net-proxy/dnsproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a437a7f2631230a749278dca9a94d225004ac535.tar.gz gentoo-a437a7f2631230a749278dca9a94d225004ac535.tar.bz2 gentoo-a437a7f2631230a749278dca9a94d225004ac535.zip |
net-proxy/haproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/files/haproxy.initd-r2 | 2 | ||||
-rw-r--r-- | net-proxy/haproxy/files/haproxy.initd-r3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/haproxy/files/haproxy.initd-r2 b/net-proxy/haproxy/files/haproxy.initd-r2 index c25c71e09268..39a5bb457bd4 100644 --- a/net-proxy/haproxy/files/haproxy.initd-r2 +++ b/net-proxy/haproxy/files/haproxy.initd-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-proxy/haproxy/files/haproxy.initd-r3 b/net-proxy/haproxy/files/haproxy.initd-r3 index 4b3a0e619b03..92665cd25464 100644 --- a/net-proxy/haproxy/files/haproxy.initd-r3 +++ b/net-proxy/haproxy/files/haproxy.initd-r3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |