diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:19 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b6bf728d649fd29220a3a6418a5e219a39f2f879 (patch) | |
tree | 0d3c8f3576cdc3ae2505e00857ac9249a8a1668c /sys-cluster/pacemaker | |
parent | sys-cluster/open-mx: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b6bf728d649fd29220a3a6418a5e219a39f2f879.tar.gz gentoo-b6bf728d649fd29220a3a6418a5e219a39f2f879.tar.bz2 gentoo-b6bf728d649fd29220a3a6418a5e219a39f2f879.zip |
sys-cluster/pacemaker: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/pacemaker')
-rw-r--r-- | sys-cluster/pacemaker/files/pacemaker.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/pacemaker/files/pacemaker.initd b/sys-cluster/pacemaker/files/pacemaker.initd index 9adb92b28fa2..8ed19d7fb21b 100644 --- a/sys-cluster/pacemaker/files/pacemaker.initd +++ b/sys-cluster/pacemaker/files/pacemaker.initd @@ -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$ |