From: Austin English Date: Wed, 18 May 2016 06:34:15 +0000 (-0500) Subject: sys-cluster/keepalived: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0d63fc870709a2b4b33d6119b94fe567e61ec224;p=gentoo.git sys-cluster/keepalived: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-cluster/keepalived/files/init-keepalived b/sys-cluster/keepalived/files/init-keepalived index 5f3053358d5d..1997e50cf29a 100644 --- a/sys-cluster/keepalived/files/init-keepalived +++ b/sys-cluster/keepalived/files/init-keepalived @@ -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/sys-cluster/keepalived/files/keepalived.init b/sys-cluster/keepalived/files/keepalived.init index 9bafc01fe38b..d05f071e053b 100644 --- a/sys-cluster/keepalived/files/keepalived.init +++ b/sys-cluster/keepalived/files/keepalived.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$