Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,15 @@
#!@RCD_SCRIPTS_SHELL@
# $NetBSD: slurmctld.sh,v 1.1 2014/09/13 16:49:27 asau Exp $
#
# PROVIDE: slurmctld
# REQUIRE: DAEMON munge
# KEYWORD: shutdown
. /etc/rc.subr
name="slurmctld"
rcvar=${name}
command="@PREFIX@/sbin/slurmctld"
load_rc_config $name
run_rc_command "$1"

View File

@@ -0,0 +1,17 @@
#!@RCD_SCRIPTS_SHELL@
# $NetBSD: slurmd.sh,v 1.1 2014/09/13 16:49:27 asau Exp $
#
# PROVIDE: slurmd
# REQUIRE: DAEMON munge
# KEYWORD: shutdown
. /etc/rc.subr
name="slurmd"
rcvar=${name}
command="@PREFIX@/sbin/slurmd"
slurmd_user="slurm"
load_rc_config $name
run_rc_command "$1"