From 4fc4dfbcc7277427b30967acfa58cbcac6dd2120 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:34:22 -0500 Subject: [PATCH] sys-cluster/slurm: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-cluster/slurm/files/slurmctld.initd | 2 +- sys-cluster/slurm/files/slurmd.initd | 2 +- 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$ -- 2.26.2