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

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.12 2014/03/12 20:17:09 asau Exp $
# $NetBSD: Makefile,v 1.15 2014/09/13 16:49:27 asau Exp $
DISTNAME= slurm-2.6.4
PKGREVISION= 2
PKGREVISION= 5
CATEGORIES= parallel
MASTER_SITES= http://www.schedmd.com/download/archive/ \
http://www.schedmd.com/download/latest/ \
@@ -30,6 +30,8 @@ PKG_USERS= slurm:slurm
PKG_GECOS.slurm= SLURM user
PKG_SHELL.slurm= $(NOLOGIN)
RCD_SCRIPTS+= slurmd slurmctld
post-install:
$(INSTALL_DATA_DIR) $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)
$(INSTALL_DATA) $(WRKSRC)/etc/* $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)/

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"