From a437a7f2631230a749278dca9a94d225004ac535 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:33:07 -0500 Subject: net-proxy/haproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-proxy/haproxy/files/haproxy.initd-r2 | 2 +- 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$ -- cgit v1.2.3-65-gdbad