diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:13 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 739079acbe7be25082f9355efd2737e1586e4158 (patch) | |
tree | a11cb820cfaeab50e50a2dc4d57fdd7cb350f87d /sys-cluster | |
parent | sys-cluster/glusterfs: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-739079acbe7be25082f9355efd2737e1586e4158.tar.gz gentoo-739079acbe7be25082f9355efd2737e1586e4158.tar.bz2 gentoo-739079acbe7be25082f9355efd2737e1586e4158.zip |
sys-cluster/heartbeat: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/heartbeat/files/heartbeat-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/heartbeat/files/heartbeat-init b/sys-cluster/heartbeat/files/heartbeat-init index 56b3765a47eb..6e5991e396e6 100644 --- a/sys-cluster/heartbeat/files/heartbeat-init +++ b/sys-cluster/heartbeat/files/heartbeat-init @@ -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$ |