diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:02 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5a558bab9e5acd6d7081fbc31404dcc0a9e8854c (patch) | |
tree | 4e84ae98aff47398f4ae4b53f40b130b445b1256 /sys-cluster/ccs | |
parent | sys-block/vblade: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5a558bab9e5acd6d7081fbc31404dcc0a9e8854c.tar.gz gentoo-5a558bab9e5acd6d7081fbc31404dcc0a9e8854c.tar.bz2 gentoo-5a558bab9e5acd6d7081fbc31404dcc0a9e8854c.zip |
sys-cluster/ccs: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/ccs')
-rw-r--r-- | sys-cluster/ccs/files/ccsd.conf | 2 | ||||
-rw-r--r-- | sys-cluster/ccs/files/ccsd.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ccs/files/ccsd.conf b/sys-cluster/ccs/files/ccsd.conf index 64164e7cb0d2..66f833aad571 100644 --- a/sys-cluster/ccs/files/ccsd.conf +++ b/sys-cluster/ccs/files/ccsd.conf @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-cluster/ccs/files/ccsd.rc b/sys-cluster/ccs/files/ccsd.rc index ad7beca80d74..8cc48a91c512 100644 --- a/sys-cluster/ccs/files/ccsd.rc +++ b/sys-cluster/ccs/files/ccsd.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |