summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:34:22 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit4fc4dfbcc7277427b30967acfa58cbcac6dd2120 (patch)
tree59d083bad5f0a276596e659c41ee93b71dd0175d /sys-cluster/slurm/files
parentsys-cluster/rgmanager: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-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/slurm/files')
-rw-r--r--sys-cluster/slurm/files/slurmctld.initd2
-rw-r--r--sys-cluster/slurm/files/slurmd.initd2
-rw-r--r--sys-cluster/slurm/files/slurmdbd.initd2
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$