diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:15 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0d63fc870709a2b4b33d6119b94fe567e61ec224 (patch) | |
tree | 19175bed52bc8f4d0dff7cdd3269c08675b9c028 /sys-cluster | |
parent | sys-cluster/ipvsadm: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0d63fc870709a2b4b33d6119b94fe567e61ec224.tar.gz gentoo-0d63fc870709a2b4b33d6119b94fe567e61ec224.tar.bz2 gentoo-0d63fc870709a2b4b33d6119b94fe567e61ec224.zip |
sys-cluster/keepalived: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/files/init-keepalived | 2 | ||||
-rw-r--r-- | sys-cluster/keepalived/files/keepalived.init | 2 |
2 files changed, 2 insertions, 2 deletions
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$ |