diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 015283eef92b1a99abf6b28069e0669eee838286 (patch) | |
tree | 7fd888154c1d3dea23fa3e40e814c57e3831948a /sys-cluster/corosync | |
parent | sys-cluster/cman: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-015283eef92b1a99abf6b28069e0669eee838286.tar.gz gentoo-015283eef92b1a99abf6b28069e0669eee838286.tar.bz2 gentoo-015283eef92b1a99abf6b28069e0669eee838286.zip |
sys-cluster/corosync: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/corosync')
-rw-r--r-- | sys-cluster/corosync/files/corosync.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/corosync/files/corosync.initd b/sys-cluster/corosync/files/corosync.initd index b88f11b1d6df..38dd598f438d 100644 --- a/sys-cluster/corosync/files/corosync.initd +++ b/sys-cluster/corosync/files/corosync.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |