diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:06 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 1631a4eb1ecd95b18fa63c173344e5711bb8d70b (patch) | |
tree | bcef4b3d969bac65af6f4038af5a46b65be898bf /sys-cluster/cman | |
parent | sys-cluster/cluster-glue: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-1631a4eb1ecd95b18fa63c173344e5711bb8d70b.tar.gz gentoo-1631a4eb1ecd95b18fa63c173344e5711bb8d70b.tar.bz2 gentoo-1631a4eb1ecd95b18fa63c173344e5711bb8d70b.zip |
sys-cluster/cman: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/cman')
-rw-r--r-- | sys-cluster/cman/files/cman.initd | 2 | ||||
-rw-r--r-- | sys-cluster/cman/files/cman.initd-3.1.5-r1 | 2 | ||||
-rw-r--r-- | sys-cluster/cman/files/qdiskd.initd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/cman/files/cman.initd b/sys-cluster/cman/files/cman.initd index 4aa4592e0828..625fa00390f3 100644 --- a/sys-cluster/cman/files/cman.initd +++ b/sys-cluster/cman/files/cman.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-cluster/cman/files/cman.initd-3.1.5-r1 b/sys-cluster/cman/files/cman.initd-3.1.5-r1 index c8be27f575d5..900404aeb812 100644 --- a/sys-cluster/cman/files/cman.initd-3.1.5-r1 +++ b/sys-cluster/cman/files/cman.initd-3.1.5-r1 @@ -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/cman/files/qdiskd.initd b/sys-cluster/cman/files/qdiskd.initd index 0a01281a5669..96a946e49d0f 100644 --- a/sys-cluster/cman/files/qdiskd.initd +++ b/sys-cluster/cman/files/qdiskd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |