diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:22 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4fc4dfbcc7277427b30967acfa58cbcac6dd2120 (patch) | |
tree | 59d083bad5f0a276596e659c41ee93b71dd0175d /sys-cluster | |
parent | sys-cluster/rgmanager: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4fc4dfbcc7277427b30967acfa58cbcac6dd2120.tar.gz gentoo-4fc4dfbcc7277427b30967acfa58cbcac6dd2120.tar.bz2 gentoo-4fc4dfbcc7277427b30967acfa58cbcac6dd2120.zip |
sys-cluster/slurm: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/slurm/files/slurmctld.initd | 2 | ||||
-rw-r--r-- | sys-cluster/slurm/files/slurmd.initd | 2 | ||||
-rw-r--r-- | sys-cluster/slurm/files/slurmdbd.initd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/slurm/files/slurmctld.initd b/sys-cluster/slurm/files/slurmctld.initd index 145909b007eb..840d616096bb 100644 --- a/sys-cluster/slurm/files/slurmctld.initd +++ b/sys-cluster/slurm/files/slurmctld.initd @@ -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/slurm/files/slurmd.initd b/sys-cluster/slurm/files/slurmd.initd index cc4adcfb6d12..8b13af3939ea 100644 --- a/sys-cluster/slurm/files/slurmd.initd +++ b/sys-cluster/slurm/files/slurmd.initd @@ -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/slurm/files/slurmdbd.initd b/sys-cluster/slurm/files/slurmdbd.initd index c6acccf47678..c8548b663e8d 100644 --- a/sys-cluster/slurm/files/slurmdbd.initd +++ b/sys-cluster/slurm/files/slurmdbd.initd @@ -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$ |