pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

slurm-devel: Clean up Makefile and patches, merge plists



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Mon May 16 09:41:48 2016 -0500
Changeset:	6bb66c40789c085b52021a0c4ab2c29daf73fefb

Modified Files:
	slurm-devel/Makefile
	slurm-devel/PLIST
	slurm-devel/PLIST.Linux
	slurm-devel/patches/patch-etc_init.d.slurm.in
	slurm-devel/patches/patch-src_common_callerid.c
	slurm-devel/patches/patch-src_common_gres.c
	slurm-devel/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c
	slurm-devel/patches/patch-src_plugins_power_common_power__common.c
	slurm-devel/patches/patch-src_plugins_switch_generic_switch__generic.c
	slurm-devel/patches/patch-src_slurmd_slurmstepd_task.c
Removed Files:
	slurm-devel/PLIST.NetBSD

Log Message:
slurm-devel: Clean up Makefile and patches, merge plists

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6bb66c40789c085b52021a0c4ab2c29daf73fefb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 slurm-devel/Makefile                               |  37 +-
 slurm-devel/PLIST                                  | 469 ++++++++++++++++++++
 slurm-devel/PLIST.Linux                            | 472 +--------------------
 slurm-devel/PLIST.NetBSD                           | 469 --------------------
 slurm-devel/patches/patch-etc_init.d.slurm.in      |   1 +
 slurm-devel/patches/patch-src_common_callerid.c    |   1 +
 slurm-devel/patches/patch-src_common_gres.c        |   1 +
 ...ns_burst__buffer_common_burst__buffer__common.c |   1 +
 .../patch-src_plugins_power_common_power__common.c |   1 +
 ...ch-src_plugins_switch_generic_switch__generic.c |   1 +
 .../patches/patch-src_slurmd_slurmstepd_task.c     |  16 +-
 11 files changed, 507 insertions(+), 962 deletions(-)

diffs:
diff --git a/slurm-devel/Makefile b/slurm-devel/Makefile
index bc44fd5..c8db61f 100644
--- a/slurm-devel/Makefile
+++ b/slurm-devel/Makefile
@@ -12,49 +12,56 @@ MAINTAINER=	asau%inbox.ru@localhost
 HOMEPAGE=	http://www.schedmd.com/
 COMMENT=	Simple Linux Utility for Resource Management
 
+LICENSE=	gnu-gpl-v2
+
 USE_LANGUAGES=	c c++
 
 GNU_CONFIGURE=	yes
-USE_TOOLS=	perl pkg-config
+USE_TOOLS+=	perl pkg-config
 USE_LIBTOOL=	yes
 
-CONFIGURE_ARGS+=	--htmldir=$(PREFIX)/share/doc/$(PKGNAME_NOREV)/html
-CONFIGURE_ARGS+=	--with-munge=$(BUILDLINK_PREFIX.munge:Q)
+CONFIGURE_ARGS+=	--htmldir=${PREFIX}/share/doc/${PKGNAME_NOREV}/html
+CONFIGURE_ARGS+=	--with-munge=${BUILDLINK_PREFIX.munge}
 
 REPLACE_PYTHON=		doc/html/shtml2html.py
+REPLACE_PYTHON+=	doc/man/man2html.py
+REPLACE_PYTHON+=	testsuite/expect/regression.py
+REPLACE_PYTHON+=	testsuite/expect/driveregress.py
+REPLACE_PYTHON+=	contribs/cray/csm/slurmconfgen_smw.py
 
 PKG_GROUPS=		slurm
 PKG_USERS=		slurm:slurm
 
 PKG_GECOS.slurm=	SLURM user
-PKG_SHELL.slurm=	$(NOLOGIN)
+PKG_SHELL.slurm=	${NOLOGIN}
 
 RCD_SCRIPTS+=		slurmd slurmctld
 
 SUBST_CLASSES+=		linuxinit
 SUBST_STAGE.linuxinit=	post-patch
 SUBST_FILES.linuxinit=	${WRKSRC}/etc/init.d.slurm.in
-SUBST_SED.linuxinit=	-e 's|^exec_prefix=|&$(PREFIX)|'
-SUBST_SED.linuxinit+=	-e 's|^prefix=|&$(PREFIX)|'
+SUBST_SED.linuxinit=	-e 's|^exec_prefix=|&${PREFIX}|'
+SUBST_SED.linuxinit+=	-e 's|^prefix=|&${PREFIX}|'
 SUBST_SED.linuxinit+=	-e 's|@bindir@|$${exec_prefix}/bin|'
 SUBST_SED.linuxinit+=	-e 's|@sbindir@|$${exec_prefix}/sbin|'
 SUBST_SED.linuxinit+=	-e 's|@libdir@|$${exec_prefix}/lib|'
 SUBST_SED.linuxinit+=	-e 's|@sysconfdir@|$${prefix}/etc|'
 
-MAKEFILE_EXAMPLE=	$(WRKSRC)/etc/Makefile
+MAKEFILE_EXAMPLE=	${WRKSRC}/etc/Makefile
+
+INSTALLATION_DIRS+=	share/examples/${PKGBASE}
 
 post-install:
 	# Sanity checks fail if installed files contain references to WRKSRC
-	$(SED) -e "s|${WRKDIR}|PREFIX|g" \
-		$(MAKEFILE_EXAMPLE) > $(MAKEFILE_EXAMPLE).tmp
-	$(MV) -f $(MAKEFILE_EXAMPLE).tmp $(MAKEFILE_EXAMPLE)
-	$(RM) -f $(WRKSRC)/etc/init.d.slurm.in.orig
-	$(INSTALL_DATA_DIR) $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)
-	$(INSTALL_DATA) $(WRKSRC)/etc/* $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)/
-	$(CHMOD) 755 $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)/init.d.slurm
+	${SED} -e "s|${WRKDIR}|PREFIX|g" \
+		${MAKEFILE_EXAMPLE} > ${MAKEFILE_EXAMPLE}.tmp
+	${MV} -f ${MAKEFILE_EXAMPLE}.tmp ${MAKEFILE_EXAMPLE}
+	${RM} -f ${WRKSRC}/etc/init.d.slurm.in.orig
+	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}
+	${INSTALL_DATA} ${WRKSRC}/etc/* ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/
+	${CHMOD} 755 ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/init.d.slurm
 
 .include "../../lang/python/tool.mk"
-
 .include "../../security/munge/buildlink3.mk" # optional
 .include "../../parallel/hwloc/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
diff --git a/slurm-devel/PLIST b/slurm-devel/PLIST
index e69de29..4e89510 100644
--- a/slurm-devel/PLIST
+++ b/slurm-devel/PLIST
@@ -0,0 +1,469 @@
+@comment $NetBSD: PLIST.NetBSD,v 1.2 2015/04/20 13:08:37 outpaddling Exp $
+bin/sacct
+bin/sacctmgr
+bin/salloc
+bin/sattach
+bin/sbatch
+bin/sbcast
+bin/scancel
+bin/scontrol
+bin/sdiag
+bin/sh5util
+bin/sinfo
+bin/smap
+bin/sprio
+bin/squeue
+bin/sreport
+bin/srun
+bin/sshare
+bin/sstat
+bin/strigger
+include/slurm/pmi.h
+include/slurm/slurm.h
+include/slurm/slurm_errno.h
+include/slurm/slurmdb.h
+include/slurm/smd_ns.h
+include/slurm/spank.h
+lib/libpmi.la
+lib/libslurm.la
+lib/libslurmdb.la
+lib/slurm/accounting_storage_filetxt.la
+lib/slurm/accounting_storage_none.la
+lib/slurm/accounting_storage_slurmdbd.la
+lib/slurm/acct_gather_energy_cray.la
+lib/slurm/acct_gather_energy_ibmaem.la
+lib/slurm/acct_gather_energy_none.la
+lib/slurm/acct_gather_energy_rapl.la
+lib/slurm/acct_gather_filesystem_lustre.la
+lib/slurm/acct_gather_filesystem_none.la
+lib/slurm/acct_gather_infiniband_none.la
+lib/slurm/acct_gather_profile_hdf5.la
+lib/slurm/acct_gather_profile_none.la
+lib/slurm/auth_munge.la
+lib/slurm/auth_none.la
+lib/slurm/burst_buffer_generic.la
+lib/slurm/checkpoint_none.la
+lib/slurm/checkpoint_ompi.la
+lib/slurm/core_spec_cray.la
+lib/slurm/core_spec_none.la
+lib/slurm/crypto_munge.la
+lib/slurm/crypto_openssl.la
+lib/slurm/ext_sensors_none.la
+lib/slurm/gres_gpu.la
+lib/slurm/gres_mic.la
+lib/slurm/gres_nic.la
+lib/slurm/job_container_cncu.la
+lib/slurm/job_container_none.la
+lib/slurm/job_submit_all_partitions.la
+lib/slurm/job_submit_cray.la
+lib/slurm/job_submit_defaults.la
+lib/slurm/job_submit_logging.la
+lib/slurm/job_submit_partition.la
+lib/slurm/job_submit_pbs.la
+lib/slurm/job_submit_require_timelimit.la
+lib/slurm/job_submit_throttle.la
+lib/slurm/jobacct_gather_aix.la
+lib/slurm/jobacct_gather_cgroup.la
+lib/slurm/jobacct_gather_linux.la
+lib/slurm/jobacct_gather_none.la
+lib/slurm/jobcomp_filetxt.la
+lib/slurm/jobcomp_none.la
+lib/slurm/jobcomp_script.la
+lib/slurm/launch_slurm.la
+lib/slurm/layouts_power_cpufreq.la
+lib/slurm/layouts_power_default.la
+lib/slurm/layouts_unit_default.la
+lib/slurm/mcs_group.la
+lib/slurm/mcs_none.la
+lib/slurm/mcs_user.la
+lib/slurm/mpi_lam.la
+lib/slurm/mpi_mpich1_p4.la
+lib/slurm/mpi_mpich1_shmem.la
+lib/slurm/mpi_mpichgm.la
+lib/slurm/mpi_mpichmx.la
+lib/slurm/mpi_mvapich.la
+lib/slurm/mpi_none.la
+lib/slurm/mpi_openmpi.la
+lib/slurm/mpi_pmi2.la
+lib/slurm/power_none.la
+lib/slurm/preempt_job_prio.la
+lib/slurm/preempt_none.la
+lib/slurm/preempt_partition_prio.la
+lib/slurm/preempt_qos.la
+lib/slurm/priority_basic.la
+lib/slurm/priority_multifactor.la
+lib/slurm/proctrack_cgroup.la
+lib/slurm/proctrack_linuxproc.la
+lib/slurm/proctrack_pgid.la
+lib/slurm/route_default.la
+lib/slurm/route_topology.la
+lib/slurm/sched_backfill.la
+lib/slurm/sched_builtin.la
+lib/slurm/sched_hold.la
+lib/slurm/sched_wiki.la
+lib/slurm/sched_wiki2.la
+lib/slurm/select_alps.la
+lib/slurm/select_cons_res.la
+lib/slurm/select_cray.la
+lib/slurm/select_linear.la
+lib/slurm/select_serial.la
+lib/slurm/slurmctld_nonstop.la
+lib/slurm/spank_pbs.la
+lib/slurm/src/sattach/sattach.wrapper.c
+lib/slurm/src/srun/srun.wrapper.c
+lib/slurm/switch_cray.la
+lib/slurm/switch_generic.la
+lib/slurm/switch_none.la
+lib/slurm/task_cgroup.la
+lib/slurm/task_cray.la
+lib/slurm/task_none.la
+lib/slurm/topology_3d_torus.la
+lib/slurm/topology_hypercube.la
+lib/slurm/topology_node_rank.la
+lib/slurm/topology_none.la
+lib/slurm/topology_tree.la
+man/man1/sacct.1
+man/man1/sacctmgr.1
+man/man1/salloc.1
+man/man1/sattach.1
+man/man1/sbatch.1
+man/man1/sbcast.1
+man/man1/scancel.1
+man/man1/scontrol.1
+man/man1/sdiag.1
+man/man1/sh5util.1
+man/man1/sinfo.1
+man/man1/slurm.1
+man/man1/smap.1
+man/man1/sprio.1
+man/man1/squeue.1
+man/man1/sreport.1
+man/man1/srun.1
+man/man1/srun_cr.1
+man/man1/sshare.1
+man/man1/sstat.1
+man/man1/strigger.1
+man/man1/sview.1
+man/man3/slurm_allocate_resources.3
+man/man3/slurm_allocate_resources_blocking.3
+man/man3/slurm_allocation_lookup.3
+man/man3/slurm_allocation_lookup_lite.3
+man/man3/slurm_allocation_msg_thr_create.3
+man/man3/slurm_allocation_msg_thr_destroy.3
+man/man3/slurm_api_version.3
+man/man3/slurm_checkpoint.3
+man/man3/slurm_checkpoint_able.3
+man/man3/slurm_checkpoint_complete.3
+man/man3/slurm_checkpoint_create.3
+man/man3/slurm_checkpoint_disable.3
+man/man3/slurm_checkpoint_enable.3
+man/man3/slurm_checkpoint_error.3
+man/man3/slurm_checkpoint_failed.3
+man/man3/slurm_checkpoint_restart.3
+man/man3/slurm_checkpoint_task_complete.3
+man/man3/slurm_checkpoint_tasks.3
+man/man3/slurm_checkpoint_vacate.3
+man/man3/slurm_clear_trigger.3
+man/man3/slurm_complete_job.3
+man/man3/slurm_confirm_allocation.3
+man/man3/slurm_create_partition.3
+man/man3/slurm_create_reservation.3
+man/man3/slurm_delete_partition.3
+man/man3/slurm_delete_reservation.3
+man/man3/slurm_free_ctl_conf.3
+man/man3/slurm_free_front_end_info_msg.3
+man/man3/slurm_free_job_alloc_info_response_msg.3
+man/man3/slurm_free_job_array_resp.3
+man/man3/slurm_free_job_info_msg.3
+man/man3/slurm_free_job_step_create_response_msg.3
+man/man3/slurm_free_job_step_info_response_msg.3
+man/man3/slurm_free_node_info.3
+man/man3/slurm_free_node_info_msg.3
+man/man3/slurm_free_partition_info.3
+man/man3/slurm_free_partition_info_msg.3
+man/man3/slurm_free_reservation_info_msg.3
+man/man3/slurm_free_resource_allocation_response_msg.3
+man/man3/slurm_free_slurmd_status.3
+man/man3/slurm_free_submit_response_response_msg.3
+man/man3/slurm_free_trigger_msg.3
+man/man3/slurm_get_end_time.3
+man/man3/slurm_get_errno.3
+man/man3/slurm_get_job_steps.3
+man/man3/slurm_get_rem_time.3
+man/man3/slurm_get_select_jobinfo.3
+man/man3/slurm_get_triggers.3
+man/man3/slurm_hostlist_create.3
+man/man3/slurm_hostlist_destroy.3
+man/man3/slurm_hostlist_shift.3
+man/man3/slurm_init_job_desc_msg.3
+man/man3/slurm_init_part_desc_msg.3
+man/man3/slurm_init_resv_desc_msg.3
+man/man3/slurm_init_trigger_msg.3
+man/man3/slurm_init_update_front_end_msg.3
+man/man3/slurm_init_update_node_msg.3
+man/man3/slurm_init_update_step_msg.3
+man/man3/slurm_job_cpus_allocated_on_node.3
+man/man3/slurm_job_cpus_allocated_on_node_id.3
+man/man3/slurm_job_step_create.3
+man/man3/slurm_job_step_launch_t_init.3
+man/man3/slurm_job_step_layout_free.3
+man/man3/slurm_job_step_layout_get.3
+man/man3/slurm_job_will_run.3
+man/man3/slurm_job_will_run2.3
+man/man3/slurm_jobinfo_ctx_get.3
+man/man3/slurm_kill_job.3
+man/man3/slurm_kill_job_step.3
+man/man3/slurm_load_ctl_conf.3
+man/man3/slurm_load_front_end.3
+man/man3/slurm_load_job.3
+man/man3/slurm_load_job_user.3
+man/man3/slurm_load_jobs.3
+man/man3/slurm_load_node.3
+man/man3/slurm_load_node_single.3
+man/man3/slurm_load_partitions.3
+man/man3/slurm_load_reservations.3
+man/man3/slurm_load_slurmd_status.3
+man/man3/slurm_notify_job.3
+man/man3/slurm_perror.3
+man/man3/slurm_pid2jobid.3
+man/man3/slurm_ping.3
+man/man3/slurm_print_ctl_conf.3
+man/man3/slurm_print_front_end_info_msg.3
+man/man3/slurm_print_front_end_table.3
+man/man3/slurm_print_job_info.3
+man/man3/slurm_print_job_info_msg.3
+man/man3/slurm_print_job_step_info.3
+man/man3/slurm_print_job_step_info_msg.3
+man/man3/slurm_print_node_info_msg.3
+man/man3/slurm_print_node_table.3
+man/man3/slurm_print_partition_info.3
+man/man3/slurm_print_partition_info_msg.3
+man/man3/slurm_print_reservation_info.3
+man/man3/slurm_print_reservation_info_msg.3
+man/man3/slurm_print_slurmd_status.3
+man/man3/slurm_read_hostfile.3
+man/man3/slurm_reconfigure.3
+man/man3/slurm_requeue.3
+man/man3/slurm_requeue2.3
+man/man3/slurm_resume.3
+man/man3/slurm_resume2.3
+man/man3/slurm_set_debug_level.3
+man/man3/slurm_set_trigger.3
+man/man3/slurm_shutdown.3
+man/man3/slurm_signal_job.3
+man/man3/slurm_signal_job_step.3
+man/man3/slurm_slurmd_status.3
+man/man3/slurm_sprint_front_end_table.3
+man/man3/slurm_sprint_job_info.3
+man/man3/slurm_sprint_job_step_info.3
+man/man3/slurm_sprint_node_table.3
+man/man3/slurm_sprint_partition_info.3
+man/man3/slurm_sprint_reservation_info.3
+man/man3/slurm_step_ctx_create.3
+man/man3/slurm_step_ctx_create_no_alloc.3
+man/man3/slurm_step_ctx_daemon_per_node_hack.3
+man/man3/slurm_step_ctx_destroy.3
+man/man3/slurm_step_ctx_get.3
+man/man3/slurm_step_ctx_params_t_init.3
+man/man3/slurm_step_launch.3
+man/man3/slurm_step_launch_abort.3
+man/man3/slurm_step_launch_fwd_signal.3
+man/man3/slurm_step_launch_wait_finish.3
+man/man3/slurm_step_launch_wait_start.3
+man/man3/slurm_strerror.3
+man/man3/slurm_submit_batch_job.3
+man/man3/slurm_suspend.3
+man/man3/slurm_suspend2.3
+man/man3/slurm_takeover.3
+man/man3/slurm_terminate_job.3
+man/man3/slurm_terminate_job_step.3
+man/man3/slurm_update_front_end.3
+man/man3/slurm_update_job.3
+man/man3/slurm_update_job2.3
+man/man3/slurm_update_node.3
+man/man3/slurm_update_partition.3
+man/man3/slurm_update_reservation.3
+man/man3/slurm_update_step.3
+man/man5/acct_gather.conf.5
+man/man5/bluegene.conf.5
+man/man5/burst_buffer.conf.5
+man/man5/cgroup.conf.5
+man/man5/cray.conf.5
+man/man5/ext_sensors.conf.5
+man/man5/gres.conf.5
+man/man5/knl.conf.5
+man/man5/nonstop.conf.5
+man/man5/slurm.conf.5
+man/man5/slurmdbd.conf.5
+man/man5/topology.conf.5
+man/man5/wiki.conf.5
+man/man8/slurmctld.8
+man/man8/slurmd.8
+man/man8/slurmdbd.8
+man/man8/slurmstepd.8
+man/man8/spank.8
+sbin/slurmctld
+sbin/slurmd
+sbin/slurmdbd
+sbin/slurmstepd
+share/doc/${PKGNAME}-0rc1/html/Slurm_Entity.pdf
+share/doc/${PKGNAME}-0rc1/html/Slurm_Individual.pdf
+share/doc/${PKGNAME}-0rc1/html/accounting.html
+share/doc/${PKGNAME}-0rc1/html/accounting_storageplugins.html
+share/doc/${PKGNAME}-0rc1/html/acct_gather_energy_plugins.html
+share/doc/${PKGNAME}-0rc1/html/acct_gather_profile_plugins.html
+share/doc/${PKGNAME}-0rc1/html/add.html
+share/doc/${PKGNAME}-0rc1/html/allocation_pies.gif
+share/doc/${PKGNAME}-0rc1/html/api.html
+share/doc/${PKGNAME}-0rc1/html/arch.gif
+share/doc/${PKGNAME}-0rc1/html/authplugins.html
+share/doc/${PKGNAME}-0rc1/html/bb_plugins.html
+share/doc/${PKGNAME}-0rc1/html/big_sys.html
+share/doc/${PKGNAME}-0rc1/html/bluegene.html
+share/doc/${PKGNAME}-0rc1/html/bull.jpg
+share/doc/${PKGNAME}-0rc1/html/burst_buffer.html
+share/doc/${PKGNAME}-0rc1/html/cgroups.html
+share/doc/${PKGNAME}-0rc1/html/checkpoint_blcr.html
+share/doc/${PKGNAME}-0rc1/html/checkpoint_plugins.html
+share/doc/${PKGNAME}-0rc1/html/coding_style.pdf
+share/doc/${PKGNAME}-0rc1/html/configurator.easy.html
+share/doc/${PKGNAME}-0rc1/html/configurator.html
+share/doc/${PKGNAME}-0rc1/html/cons_res.html
+share/doc/${PKGNAME}-0rc1/html/cons_res_share.html
+share/doc/${PKGNAME}-0rc1/html/contributor.html
+share/doc/${PKGNAME}-0rc1/html/core_spec.html
+share/doc/${PKGNAME}-0rc1/html/core_spec_plugins.html
+share/doc/${PKGNAME}-0rc1/html/cpu_management.html
+share/doc/${PKGNAME}-0rc1/html/cray.html
+share/doc/${PKGNAME}-0rc1/html/cray_alps.html
+share/doc/${PKGNAME}-0rc1/html/crypto_plugins.html
+share/doc/${PKGNAME}-0rc1/html/disclaimer.html
+share/doc/${PKGNAME}-0rc1/html/dist_plane.html
+share/doc/${PKGNAME}-0rc1/html/documentation.html
+share/doc/${PKGNAME}-0rc1/html/download.html
+share/doc/${PKGNAME}-0rc1/html/elastic_computing.html
+share/doc/${PKGNAME}-0rc1/html/entities.gif
+share/doc/${PKGNAME}-0rc1/html/example_usage.gif
+share/doc/${PKGNAME}-0rc1/html/ext_sensorsplugins.html
+share/doc/${PKGNAME}-0rc1/html/fair_tree.html
+share/doc/${PKGNAME}-0rc1/html/faq.html
+share/doc/${PKGNAME}-0rc1/html/gang_scheduling.html
+share/doc/${PKGNAME}-0rc1/html/gres.html
+share/doc/${PKGNAME}-0rc1/html/gres_design.html
+share/doc/${PKGNAME}-0rc1/html/gres_plugins.html
+share/doc/${PKGNAME}-0rc1/html/hdf5_job_outline.png
+share/doc/${PKGNAME}-0rc1/html/hdf5_profile_user_guide.html
+share/doc/${PKGNAME}-0rc1/html/hdf5_task_attr.png
+share/doc/${PKGNAME}-0rc1/html/high_throughput.html
+share/doc/${PKGNAME}-0rc1/html/ibm-pe.html
+share/doc/${PKGNAME}-0rc1/html/ibm.html
+share/doc/${PKGNAME}-0rc1/html/ibm_pe_fig1.png
+share/doc/${PKGNAME}-0rc1/html/ibm_pe_fig2.png
+share/doc/${PKGNAME}-0rc1/html/intel_knl.html
+share/doc/${PKGNAME}-0rc1/html/job_array.html
+share/doc/${PKGNAME}-0rc1/html/job_container_plugins.html
+share/doc/${PKGNAME}-0rc1/html/job_exit_code.html
+share/doc/${PKGNAME}-0rc1/html/job_launch.html
+share/doc/${PKGNAME}-0rc1/html/job_submit_plugins.html
+share/doc/${PKGNAME}-0rc1/html/jobacct_gatherplugins.html
+share/doc/${PKGNAME}-0rc1/html/jobcompplugins.html
+share/doc/${PKGNAME}-0rc1/html/k_function.gif
+share/doc/${PKGNAME}-0rc1/html/launch_plugins.html
+share/doc/${PKGNAME}-0rc1/html/licenses.html
+share/doc/${PKGNAME}-0rc1/html/linuxstyles.css
+share/doc/${PKGNAME}-0rc1/html/mail.html
+share/doc/${PKGNAME}-0rc1/html/man_index.html
+share/doc/${PKGNAME}-0rc1/html/maui.html
+share/doc/${PKGNAME}-0rc1/html/mc_support.gif
+share/doc/${PKGNAME}-0rc1/html/mc_support.html
+share/doc/${PKGNAME}-0rc1/html/mcs.html
+share/doc/${PKGNAME}-0rc1/html/mcs_plugins.html
+share/doc/${PKGNAME}-0rc1/html/meetings.html
+share/doc/${PKGNAME}-0rc1/html/moab.html
+share/doc/${PKGNAME}-0rc1/html/mpi_guide.html
+share/doc/${PKGNAME}-0rc1/html/mpiplugins.html
+share/doc/${PKGNAME}-0rc1/html/multi_cluster.html
+share/doc/${PKGNAME}-0rc1/html/news.html
+share/doc/${PKGNAME}-0rc1/html/node_features_plugins.html
+share/doc/${PKGNAME}-0rc1/html/overview.html
+share/doc/${PKGNAME}-0rc1/html/plane_ex1.gif
+share/doc/${PKGNAME}-0rc1/html/plane_ex2.gif
+share/doc/${PKGNAME}-0rc1/html/plane_ex3.gif
+share/doc/${PKGNAME}-0rc1/html/plane_ex4.gif
+share/doc/${PKGNAME}-0rc1/html/plane_ex5.gif
+share/doc/${PKGNAME}-0rc1/html/plane_ex6.gif
+share/doc/${PKGNAME}-0rc1/html/plane_ex7.gif
+share/doc/${PKGNAME}-0rc1/html/platforms.html
+share/doc/${PKGNAME}-0rc1/html/plugins.html
+share/doc/${PKGNAME}-0rc1/html/power_mgmt.html
+share/doc/${PKGNAME}-0rc1/html/power_plugins.html
+share/doc/${PKGNAME}-0rc1/html/power_save.html
+share/doc/${PKGNAME}-0rc1/html/preempt.html
+share/doc/${PKGNAME}-0rc1/html/preemption_plugins.html
+share/doc/${PKGNAME}-0rc1/html/priority_multifactor.html
+share/doc/${PKGNAME}-0rc1/html/priority_multifactor3.html
+share/doc/${PKGNAME}-0rc1/html/priority_plugins.html
+share/doc/${PKGNAME}-0rc1/html/proctrack_plugins.html
+share/doc/${PKGNAME}-0rc1/html/programmer_guide.html
+share/doc/${PKGNAME}-0rc1/html/prolog_epilog.html
+share/doc/${PKGNAME}-0rc1/html/publications.html
+share/doc/${PKGNAME}-0rc1/html/qos.html
+share/doc/${PKGNAME}-0rc1/html/quickstart.html
+share/doc/${PKGNAME}-0rc1/html/quickstart_admin.html
+share/doc/${PKGNAME}-0rc1/html/reservations.html
+share/doc/${PKGNAME}-0rc1/html/resource_limits.html
+share/doc/${PKGNAME}-0rc1/html/rosetta.html
+share/doc/${PKGNAME}-0rc1/html/route_plugin.html
+share/doc/${PKGNAME}-0rc1/html/rpc.html
+share/doc/${PKGNAME}-0rc1/html/sched_config.html
+share/doc/${PKGNAME}-0rc1/html/schedmd.png
+share/doc/${PKGNAME}-0rc1/html/schedplugins.html
+share/doc/${PKGNAME}-0rc1/html/select_design.html
+share/doc/${PKGNAME}-0rc1/html/selectplugins.html
+share/doc/${PKGNAME}-0rc1/html/slurm.html
+share/doc/${PKGNAME}-0rc1/html/slurm_design.pdf
+share/doc/${PKGNAME}-0rc1/html/slurm_logo.png
+share/doc/${PKGNAME}-0rc1/html/slurm_ug_agenda.html
+share/doc/${PKGNAME}-0rc1/html/slurm_ug_cfp.html
+share/doc/${PKGNAME}-0rc1/html/slurmctld_plugstack.html
+share/doc/${PKGNAME}-0rc1/html/slurmstyles.css
+share/doc/${PKGNAME}-0rc1/html/sponsors.gif
+share/doc/${PKGNAME}-0rc1/html/switchplugins.html
+share/doc/${PKGNAME}-0rc1/html/taskplugins.html
+share/doc/${PKGNAME}-0rc1/html/team.html
+share/doc/${PKGNAME}-0rc1/html/testimonials.html
+share/doc/${PKGNAME}-0rc1/html/topo_ex1.gif
+share/doc/${PKGNAME}-0rc1/html/topo_ex2.gif
+share/doc/${PKGNAME}-0rc1/html/topology.html
+share/doc/${PKGNAME}-0rc1/html/topology_plugin.html
+share/doc/${PKGNAME}-0rc1/html/tres.html
+share/doc/${PKGNAME}-0rc1/html/troubleshoot.html
+share/doc/${PKGNAME}-0rc1/html/tutorial_intro_files.tar
+share/doc/${PKGNAME}-0rc1/html/tutorials.html
+share/doc/${PKGNAME}-0rc1/html/usage_pies.gif
+share/doc/${PKGNAME}-0rc1/html/user_permissions.html
+share/doc/${PKGNAME}-0rc1/html/wckey.html
+share/examples/slurm/Makefile
+share/examples/slurm/Makefile.am
+share/examples/slurm/Makefile.in
+share/examples/slurm/bluegene.conf.example
+share/examples/slurm/cgroup.conf.example
+share/examples/slurm/cgroup.release_common.example
+share/examples/slurm/cgroup.release_common.example.in
+share/examples/slurm/cgroup_allowed_devices_file.conf.example
+share/examples/slurm/init.d.slurm
+share/examples/slurm/init.d.slurm.in
+share/examples/slurm/init.d.slurmdbd
+share/examples/slurm/init.d.slurmdbd.in
+share/examples/slurm/layouts.d.power.conf.example
+share/examples/slurm/layouts.d.power_cpufreq.conf.example
+share/examples/slurm/layouts.d.unit.conf.example
+share/examples/slurm/slurm.conf.example
+share/examples/slurm/slurm.epilog.clean
+share/examples/slurm/slurmctld.service
+share/examples/slurm/slurmctld.service.in
+share/examples/slurm/slurmd.service
+share/examples/slurm/slurmd.service.in
+share/examples/slurm/slurmdbd.conf.example
+share/examples/slurm/slurmdbd.service
+share/examples/slurm/slurmdbd.service.in
diff --git a/slurm-devel/PLIST.Linux b/slurm-devel/PLIST.Linux
index e020b2f..68c65b0 100644
--- a/slurm-devel/PLIST.Linux
+++ b/slurm-devel/PLIST.Linux
@@ -1,428 +1,14 @@
 @comment $NetBSD: PLIST.Linux,v 1.4 2015/04/29 12:41:49 outpaddling Exp $
-bin/sacct
-bin/sacctmgr
-bin/salloc
-bin/sattach
-bin/sbatch
-bin/sbcast
-bin/scancel
-bin/scontrol
-bin/sdiag
-bin/sh5util
-bin/sinfo
-bin/smap
-bin/sprio
-bin/squeue
-bin/sreport
-bin/srun
-bin/sshare
-bin/sstat
-bin/strigger
-include/slurm/pmi.h
-include/slurm/slurmdb.h
-include/slurm/slurm_errno.h
-include/slurm/slurm.h
-include/slurm/smd_ns.h
-include/slurm/spank.h
-lib/libpmi.la
-lib/libslurmdb.la
-lib/libslurm.la
-lib/slurm/accounting_storage_filetxt.la
-lib/slurm/accounting_storage_none.la
-lib/slurm/accounting_storage_slurmdbd.la
-lib/slurm/acct_gather_energy_cray.la
-lib/slurm/acct_gather_energy_ibmaem.la
-lib/slurm/acct_gather_energy_none.la
-lib/slurm/acct_gather_energy_rapl.la
-lib/slurm/acct_gather_filesystem_lustre.la
-lib/slurm/acct_gather_filesystem_none.la
-lib/slurm/acct_gather_infiniband_none.la
-lib/slurm/acct_gather_profile_hdf5.la
-lib/slurm/acct_gather_profile_none.la
-lib/slurm/auth_munge.la
-lib/slurm/auth_none.la
-lib/slurm/burst_buffer_generic.la
-lib/slurm/checkpoint_none.la
-lib/slurm/checkpoint_ompi.la
-lib/slurm/core_spec_cray.la
-lib/slurm/core_spec_none.la
-lib/slurm/crypto_munge.la
-lib/slurm/crypto_openssl.la
-lib/slurm/ext_sensors_none.la
-lib/slurm/gres_gpu.la
-lib/slurm/gres_mic.la
-lib/slurm/gres_nic.la
-lib/slurm/jobacct_gather_aix.la
-lib/slurm/jobacct_gather_cgroup.la
-lib/slurm/jobacct_gather_linux.la
-lib/slurm/jobacct_gather_none.la
-lib/slurm/jobcomp_filetxt.la
-lib/slurm/jobcomp_none.la
-lib/slurm/jobcomp_script.la
-lib/slurm/job_container_cncu.la
-lib/slurm/job_container_none.la
-lib/slurm/job_submit_all_partitions.la
-lib/slurm/job_submit_cray.la
-lib/slurm/job_submit_defaults.la
-lib/slurm/job_submit_logging.la
-lib/slurm/job_submit_partition.la
-lib/slurm/job_submit_pbs.la
-lib/slurm/job_submit_require_timelimit.la
-lib/slurm/job_submit_throttle.la
-lib/slurm/launch_slurm.la
-lib/slurm/layouts_power_cpufreq.la
-lib/slurm/layouts_power_default.la
-lib/slurm/layouts_unit_default.la
-lib/slurm/mcs_group.la
-lib/slurm/mcs_none.la
-lib/slurm/mcs_user.la
-lib/slurm/mpi_lam.la
-lib/slurm/mpi_mpich1_p4.la
-lib/slurm/mpi_mpich1_shmem.la
-lib/slurm/mpi_mpichgm.la
-lib/slurm/mpi_mpichmx.la
-lib/slurm/mpi_mvapich.la
-lib/slurm/mpi_none.la
-lib/slurm/mpi_openmpi.la
-lib/slurm/mpi_pmi2.la
-lib/slurm/power_none.la
-lib/slurm/preempt_job_prio.la
-lib/slurm/preempt_none.la
-lib/slurm/preempt_partition_prio.la
-lib/slurm/preempt_qos.la
-lib/slurm/priority_basic.la
-lib/slurm/priority_multifactor.la
-lib/slurm/proctrack_cgroup.la
-lib/slurm/proctrack_linuxproc.la
-lib/slurm/proctrack_pgid.la
-lib/slurm/route_default.la
-lib/slurm/route_topology.la
-lib/slurm/sched_backfill.la
-lib/slurm/sched_builtin.la
-lib/slurm/sched_hold.la
-lib/slurm/sched_wiki2.la
-lib/slurm/sched_wiki.la
-lib/slurm/select_alps.la
-lib/slurm/select_cons_res.la
-lib/slurm/select_cray.la
-lib/slurm/select_linear.la
-lib/slurm/select_serial.la
-lib/slurm/slurmctld_nonstop.la
-lib/slurm/spank_pbs.la
-lib/slurm/src/sattach/sattach.wrapper.c
-lib/slurm/src/srun/srun.wrapper.c
-lib/slurm/switch_cray.la
-lib/slurm/switch_generic.la
-lib/slurm/switch_none.la
 lib/slurm/task_affinity.la
-lib/slurm/task_cgroup.la
-lib/slurm/task_cray.la
-lib/slurm/task_none.la
-lib/slurm/topology_3d_torus.la
-lib/slurm/topology_hypercube.la
-lib/slurm/topology_node_rank.la
-lib/slurm/topology_none.la
-lib/slurm/topology_tree.la
-man/man1/sacct.1
-man/man1/sacctmgr.1
-man/man1/salloc.1
-man/man1/sattach.1
-man/man1/sbatch.1
-man/man1/sbcast.1
-man/man1/scancel.1
-man/man1/scontrol.1
-man/man1/sdiag.1
-man/man1/sh5util.1
-man/man1/sinfo.1
-man/man1/slurm.1
-man/man1/smap.1
-man/man1/sprio.1
-man/man1/squeue.1
-man/man1/sreport.1
-man/man1/srun.1
-man/man1/srun_cr.1
-man/man1/sshare.1
-man/man1/sstat.1
-man/man1/strigger.1
-man/man1/sview.1
-man/man3/slurm_allocate_resources.3
-man/man3/slurm_allocate_resources_blocking.3
-man/man3/slurm_allocation_lookup.3
-man/man3/slurm_allocation_lookup_lite.3
-man/man3/slurm_allocation_msg_thr_create.3
-man/man3/slurm_allocation_msg_thr_destroy.3
-man/man3/slurm_api_version.3
-man/man3/slurm_checkpoint.3
-man/man3/slurm_checkpoint_able.3
-man/man3/slurm_checkpoint_complete.3
-man/man3/slurm_checkpoint_create.3
-man/man3/slurm_checkpoint_disable.3
-man/man3/slurm_checkpoint_enable.3
-man/man3/slurm_checkpoint_error.3
-man/man3/slurm_checkpoint_failed.3
-man/man3/slurm_checkpoint_restart.3
-man/man3/slurm_checkpoint_task_complete.3
-man/man3/slurm_checkpoint_tasks.3
-man/man3/slurm_checkpoint_vacate.3
-man/man3/slurm_clear_trigger.3
-man/man3/slurm_complete_job.3
-man/man3/slurm_confirm_allocation.3
-man/man3/slurm_create_partition.3
-man/man3/slurm_create_reservation.3
-man/man3/slurm_delete_partition.3
-man/man3/slurm_delete_reservation.3
-man/man3/slurm_free_ctl_conf.3
-man/man3/slurm_free_front_end_info_msg.3
-man/man3/slurm_free_job_alloc_info_response_msg.3
-man/man3/slurm_free_job_array_resp.3
-man/man3/slurm_free_job_info_msg.3
-man/man3/slurm_free_job_step_create_response_msg.3
-man/man3/slurm_free_job_step_info_response_msg.3
-man/man3/slurm_free_node_info.3
-man/man3/slurm_free_node_info_msg.3
-man/man3/slurm_free_partition_info.3
-man/man3/slurm_free_partition_info_msg.3
-man/man3/slurm_free_reservation_info_msg.3
-man/man3/slurm_free_resource_allocation_response_msg.3
-man/man3/slurm_free_slurmd_status.3
-man/man3/slurm_free_submit_response_response_msg.3
-man/man3/slurm_free_trigger_msg.3
-man/man3/slurm_get_end_time.3
-man/man3/slurm_get_errno.3
-man/man3/slurm_get_job_steps.3
-man/man3/slurm_get_rem_time.3
-man/man3/slurm_get_select_jobinfo.3
-man/man3/slurm_get_triggers.3
-man/man3/slurm_hostlist_create.3
-man/man3/slurm_hostlist_destroy.3
-man/man3/slurm_hostlist_shift.3
-man/man3/slurm_init_job_desc_msg.3
-man/man3/slurm_init_part_desc_msg.3
-man/man3/slurm_init_resv_desc_msg.3
-man/man3/slurm_init_trigger_msg.3
-man/man3/slurm_init_update_front_end_msg.3
-man/man3/slurm_init_update_node_msg.3
-man/man3/slurm_init_update_step_msg.3
-man/man3/slurm_job_cpus_allocated_on_node.3
-man/man3/slurm_job_cpus_allocated_on_node_id.3
-man/man3/slurm_jobinfo_ctx_get.3
-man/man3/slurm_job_step_create.3
-man/man3/slurm_job_step_launch_t_init.3
-man/man3/slurm_job_step_layout_free.3
-man/man3/slurm_job_step_layout_get.3
-man/man3/slurm_job_will_run2.3
-man/man3/slurm_job_will_run.3
-man/man3/slurm_kill_job.3
-man/man3/slurm_kill_job_step.3
-man/man3/slurm_load_ctl_conf.3
-man/man3/slurm_load_front_end.3
-man/man3/slurm_load_job.3
-man/man3/slurm_load_jobs.3
-man/man3/slurm_load_job_user.3
-man/man3/slurm_load_node.3
-man/man3/slurm_load_node_single.3
-man/man3/slurm_load_partitions.3
-man/man3/slurm_load_reservations.3
-man/man3/slurm_load_slurmd_status.3
-man/man3/slurm_notify_job.3
-man/man3/slurm_perror.3
-man/man3/slurm_pid2jobid.3
-man/man3/slurm_ping.3
-man/man3/slurm_print_ctl_conf.3
-man/man3/slurm_print_front_end_info_msg.3
-man/man3/slurm_print_front_end_table.3
-man/man3/slurm_print_job_info.3
-man/man3/slurm_print_job_info_msg.3
-man/man3/slurm_print_job_step_info.3
-man/man3/slurm_print_job_step_info_msg.3
-man/man3/slurm_print_node_info_msg.3
-man/man3/slurm_print_node_table.3
-man/man3/slurm_print_partition_info.3
-man/man3/slurm_print_partition_info_msg.3
-man/man3/slurm_print_reservation_info.3
-man/man3/slurm_print_reservation_info_msg.3
-man/man3/slurm_print_slurmd_status.3
-man/man3/slurm_read_hostfile.3
-man/man3/slurm_reconfigure.3
-man/man3/slurm_requeue2.3
-man/man3/slurm_requeue.3
-man/man3/slurm_resume2.3
-man/man3/slurm_resume.3
-man/man3/slurm_set_debug_level.3
-man/man3/slurm_set_trigger.3
-man/man3/slurm_shutdown.3
-man/man3/slurm_signal_job.3
-man/man3/slurm_signal_job_step.3
-man/man3/slurm_slurmd_status.3
-man/man3/slurm_sprint_front_end_table.3
-man/man3/slurm_sprint_job_info.3
-man/man3/slurm_sprint_job_step_info.3
-man/man3/slurm_sprint_node_table.3
-man/man3/slurm_sprint_partition_info.3
-man/man3/slurm_sprint_reservation_info.3
-man/man3/slurm_step_ctx_create.3
-man/man3/slurm_step_ctx_create_no_alloc.3
-man/man3/slurm_step_ctx_daemon_per_node_hack.3
-man/man3/slurm_step_ctx_destroy.3
-man/man3/slurm_step_ctx_get.3
-man/man3/slurm_step_ctx_params_t_init.3
-man/man3/slurm_step_launch.3
-man/man3/slurm_step_launch_abort.3
-man/man3/slurm_step_launch_fwd_signal.3
-man/man3/slurm_step_launch_wait_finish.3
-man/man3/slurm_step_launch_wait_start.3
-man/man3/slurm_strerror.3
-man/man3/slurm_submit_batch_job.3
-man/man3/slurm_suspend2.3
-man/man3/slurm_suspend.3
-man/man3/slurm_takeover.3
-man/man3/slurm_terminate_job.3
-man/man3/slurm_terminate_job_step.3
-man/man3/slurm_update_front_end.3
-man/man3/slurm_update_job2.3
-man/man3/slurm_update_job.3
-man/man3/slurm_update_node.3
-man/man3/slurm_update_partition.3
-man/man3/slurm_update_reservation.3
-man/man3/slurm_update_step.3
-man/man5/acct_gather.conf.5
-man/man5/bluegene.conf.5
-man/man5/burst_buffer.conf.5
-man/man5/cgroup.conf.5
-man/man5/cray.conf.5
-man/man5/ext_sensors.conf.5
-man/man5/gres.conf.5
-man/man5/knl.conf.5
-man/man5/nonstop.conf.5
-man/man5/slurm.conf.5
-man/man5/slurmdbd.conf.5
-man/man5/topology.conf.5
-man/man5/wiki.conf.5
-man/man8/slurmctld.8
-man/man8/slurmd.8
-man/man8/slurmdbd.8
-man/man8/slurmstepd.8
-man/man8/spank.8
-sbin/slurmctld
-sbin/slurmd
-sbin/slurmdbd
-sbin/slurmstepd
-share/doc/${PKGNAME}-0rc1/html/accounting.html
-share/doc/${PKGNAME}-0rc1/html/accounting_storageplugins.html
 share/doc/${PKGNAME}-0rc1/html/acct_gather.conf.html
-share/doc/${PKGNAME}-0rc1/html/acct_gather_energy_plugins.html
-share/doc/${PKGNAME}-0rc1/html/acct_gather_profile_plugins.html
-share/doc/${PKGNAME}-0rc1/html/add.html
-share/doc/${PKGNAME}-0rc1/html/allocation_pies.gif
-share/doc/${PKGNAME}-0rc1/html/api.html
-share/doc/${PKGNAME}-0rc1/html/arch.gif
-share/doc/${PKGNAME}-0rc1/html/authplugins.html
-share/doc/${PKGNAME}-0rc1/html/bb_plugins.html
-share/doc/${PKGNAME}-0rc1/html/big_sys.html
 share/doc/${PKGNAME}-0rc1/html/bluegene.conf.html
-share/doc/${PKGNAME}-0rc1/html/bluegene.html
-share/doc/${PKGNAME}-0rc1/html/bull.jpg
 share/doc/${PKGNAME}-0rc1/html/burst_buffer.conf.html
-share/doc/${PKGNAME}-0rc1/html/burst_buffer.html
 share/doc/${PKGNAME}-0rc1/html/cgroup.conf.html
-share/doc/${PKGNAME}-0rc1/html/cgroups.html
-share/doc/${PKGNAME}-0rc1/html/checkpoint_blcr.html
-share/doc/${PKGNAME}-0rc1/html/checkpoint_plugins.html
-share/doc/${PKGNAME}-0rc1/html/coding_style.pdf
-share/doc/${PKGNAME}-0rc1/html/configurator.easy.html
-share/doc/${PKGNAME}-0rc1/html/configurator.html
-share/doc/${PKGNAME}-0rc1/html/cons_res.html
-share/doc/${PKGNAME}-0rc1/html/cons_res_share.html
-share/doc/${PKGNAME}-0rc1/html/contributor.html
-share/doc/${PKGNAME}-0rc1/html/core_spec.html
-share/doc/${PKGNAME}-0rc1/html/core_spec_plugins.html
-share/doc/${PKGNAME}-0rc1/html/cpu_management.html
-share/doc/${PKGNAME}-0rc1/html/cray_alps.html
 share/doc/${PKGNAME}-0rc1/html/cray.conf.html
-share/doc/${PKGNAME}-0rc1/html/cray.html
-share/doc/${PKGNAME}-0rc1/html/crypto_plugins.html
-share/doc/${PKGNAME}-0rc1/html/disclaimer.html
-share/doc/${PKGNAME}-0rc1/html/dist_plane.html
-share/doc/${PKGNAME}-0rc1/html/documentation.html
-share/doc/${PKGNAME}-0rc1/html/download.html
-share/doc/${PKGNAME}-0rc1/html/elastic_computing.html
-share/doc/${PKGNAME}-0rc1/html/entities.gif
-share/doc/${PKGNAME}-0rc1/html/example_usage.gif
 share/doc/${PKGNAME}-0rc1/html/ext_sensors.conf.html
-share/doc/${PKGNAME}-0rc1/html/ext_sensorsplugins.html
-share/doc/${PKGNAME}-0rc1/html/fair_tree.html
-share/doc/${PKGNAME}-0rc1/html/faq.html
-share/doc/${PKGNAME}-0rc1/html/gang_scheduling.html
 share/doc/${PKGNAME}-0rc1/html/gres.conf.html
-share/doc/${PKGNAME}-0rc1/html/gres_design.html
-share/doc/${PKGNAME}-0rc1/html/gres.html
-share/doc/${PKGNAME}-0rc1/html/gres_plugins.html
-share/doc/${PKGNAME}-0rc1/html/hdf5_job_outline.png
-share/doc/${PKGNAME}-0rc1/html/hdf5_profile_user_guide.html
-share/doc/${PKGNAME}-0rc1/html/hdf5_task_attr.png
-share/doc/${PKGNAME}-0rc1/html/high_throughput.html
-share/doc/${PKGNAME}-0rc1/html/ibm.html
-share/doc/${PKGNAME}-0rc1/html/ibm_pe_fig1.png
-share/doc/${PKGNAME}-0rc1/html/ibm_pe_fig2.png
-share/doc/${PKGNAME}-0rc1/html/ibm-pe.html
-share/doc/${PKGNAME}-0rc1/html/intel_knl.html
-share/doc/${PKGNAME}-0rc1/html/jobacct_gatherplugins.html
-share/doc/${PKGNAME}-0rc1/html/job_array.html
-share/doc/${PKGNAME}-0rc1/html/jobcompplugins.html
-share/doc/${PKGNAME}-0rc1/html/job_container_plugins.html
-share/doc/${PKGNAME}-0rc1/html/job_exit_code.html
-share/doc/${PKGNAME}-0rc1/html/job_launch.html
-share/doc/${PKGNAME}-0rc1/html/job_submit_plugins.html
-share/doc/${PKGNAME}-0rc1/html/k_function.gif
 share/doc/${PKGNAME}-0rc1/html/knl.conf.html
-share/doc/${PKGNAME}-0rc1/html/launch_plugins.html
-share/doc/${PKGNAME}-0rc1/html/licenses.html
-share/doc/${PKGNAME}-0rc1/html/linuxstyles.css
-share/doc/${PKGNAME}-0rc1/html/mail.html
-share/doc/${PKGNAME}-0rc1/html/man_index.html
-share/doc/${PKGNAME}-0rc1/html/maui.html
-share/doc/${PKGNAME}-0rc1/html/mcs.html
-share/doc/${PKGNAME}-0rc1/html/mcs_plugins.html
-share/doc/${PKGNAME}-0rc1/html/mc_support.gif
-share/doc/${PKGNAME}-0rc1/html/mc_support.html
-share/doc/${PKGNAME}-0rc1/html/meetings.html
-share/doc/${PKGNAME}-0rc1/html/moab.html
-share/doc/${PKGNAME}-0rc1/html/mpi_guide.html
-share/doc/${PKGNAME}-0rc1/html/mpiplugins.html
-share/doc/${PKGNAME}-0rc1/html/multi_cluster.html
-share/doc/${PKGNAME}-0rc1/html/news.html
-share/doc/${PKGNAME}-0rc1/html/node_features_plugins.html
 share/doc/${PKGNAME}-0rc1/html/nonstop.conf.html
-share/doc/${PKGNAME}-0rc1/html/overview.html
-share/doc/${PKGNAME}-0rc1/html/plane_ex1.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex2.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex3.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex4.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex5.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex6.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex7.gif
-share/doc/${PKGNAME}-0rc1/html/platforms.html
-share/doc/${PKGNAME}-0rc1/html/plugins.html
-share/doc/${PKGNAME}-0rc1/html/power_mgmt.html
-share/doc/${PKGNAME}-0rc1/html/power_plugins.html
-share/doc/${PKGNAME}-0rc1/html/power_save.html
-share/doc/${PKGNAME}-0rc1/html/preempt.html
-share/doc/${PKGNAME}-0rc1/html/preemption_plugins.html
-share/doc/${PKGNAME}-0rc1/html/priority_multifactor3.html
-share/doc/${PKGNAME}-0rc1/html/priority_multifactor.html
-share/doc/${PKGNAME}-0rc1/html/priority_plugins.html
-share/doc/${PKGNAME}-0rc1/html/proctrack_plugins.html
-share/doc/${PKGNAME}-0rc1/html/programmer_guide.html
-share/doc/${PKGNAME}-0rc1/html/prolog_epilog.html
-share/doc/${PKGNAME}-0rc1/html/publications.html
-share/doc/${PKGNAME}-0rc1/html/qos.html
-share/doc/${PKGNAME}-0rc1/html/quickstart_admin.html
-share/doc/${PKGNAME}-0rc1/html/quickstart.html
-share/doc/${PKGNAME}-0rc1/html/reservations.html
-share/doc/${PKGNAME}-0rc1/html/resource_limits.html
-share/doc/${PKGNAME}-0rc1/html/rosetta.html
-share/doc/${PKGNAME}-0rc1/html/route_plugin.html
-share/doc/${PKGNAME}-0rc1/html/rpc.html
 share/doc/${PKGNAME}-0rc1/html/sacct.html
 share/doc/${PKGNAME}-0rc1/html/sacctmgr.html
 share/doc/${PKGNAME}-0rc1/html/salloc.html
@@ -430,80 +16,26 @@ share/doc/${PKGNAME}-0rc1/html/sattach.html
 share/doc/${PKGNAME}-0rc1/html/sbatch.html
 share/doc/${PKGNAME}-0rc1/html/sbcast.html
 share/doc/${PKGNAME}-0rc1/html/scancel.html
-share/doc/${PKGNAME}-0rc1/html/sched_config.html
-share/doc/${PKGNAME}-0rc1/html/schedmd.png
-share/doc/${PKGNAME}-0rc1/html/schedplugins.html
 share/doc/${PKGNAME}-0rc1/html/scontrol.html
 share/doc/${PKGNAME}-0rc1/html/sdiag.html
-share/doc/${PKGNAME}-0rc1/html/select_design.html
-share/doc/${PKGNAME}-0rc1/html/selectplugins.html
 share/doc/${PKGNAME}-0rc1/html/sh5util.html
 share/doc/${PKGNAME}-0rc1/html/sinfo.html
 share/doc/${PKGNAME}-0rc1/html/slurm.conf.html
 share/doc/${PKGNAME}-0rc1/html/slurmctld.html
-share/doc/${PKGNAME}-0rc1/html/slurmctld_plugstack.html
+share/doc/${PKGNAME}-0rc1/html/slurmd.html
 share/doc/${PKGNAME}-0rc1/html/slurmdbd.conf.html
 share/doc/${PKGNAME}-0rc1/html/slurmdbd.html
-share/doc/${PKGNAME}-0rc1/html/slurm_design.pdf
-share/doc/${PKGNAME}-0rc1/html/slurmd.html
-share/doc/${PKGNAME}-0rc1/html/Slurm_Entity.pdf
-share/doc/${PKGNAME}-0rc1/html/slurm.html
-share/doc/${PKGNAME}-0rc1/html/Slurm_Individual.pdf
-share/doc/${PKGNAME}-0rc1/html/slurm_logo.png
 share/doc/${PKGNAME}-0rc1/html/slurmstepd.html
-share/doc/${PKGNAME}-0rc1/html/slurmstyles.css
-share/doc/${PKGNAME}-0rc1/html/slurm_ug_agenda.html
-share/doc/${PKGNAME}-0rc1/html/slurm_ug_cfp.html
 share/doc/${PKGNAME}-0rc1/html/smap.html
 share/doc/${PKGNAME}-0rc1/html/spank.html
-share/doc/${PKGNAME}-0rc1/html/sponsors.gif
 share/doc/${PKGNAME}-0rc1/html/sprio.html
 share/doc/${PKGNAME}-0rc1/html/squeue.html
 share/doc/${PKGNAME}-0rc1/html/sreport.html
-share/doc/${PKGNAME}-0rc1/html/srun_cr.html
 share/doc/${PKGNAME}-0rc1/html/srun.html
+share/doc/${PKGNAME}-0rc1/html/srun_cr.html
 share/doc/${PKGNAME}-0rc1/html/sshare.html
 share/doc/${PKGNAME}-0rc1/html/sstat.html
 share/doc/${PKGNAME}-0rc1/html/strigger.html
 share/doc/${PKGNAME}-0rc1/html/sview.html
-share/doc/${PKGNAME}-0rc1/html/switchplugins.html
-share/doc/${PKGNAME}-0rc1/html/taskplugins.html
-share/doc/${PKGNAME}-0rc1/html/team.html
-share/doc/${PKGNAME}-0rc1/html/testimonials.html
-share/doc/${PKGNAME}-0rc1/html/topo_ex1.gif
-share/doc/${PKGNAME}-0rc1/html/topo_ex2.gif
 share/doc/${PKGNAME}-0rc1/html/topology.conf.html
-share/doc/${PKGNAME}-0rc1/html/topology.html
-share/doc/${PKGNAME}-0rc1/html/topology_plugin.html
-share/doc/${PKGNAME}-0rc1/html/tres.html
-share/doc/${PKGNAME}-0rc1/html/troubleshoot.html
-share/doc/${PKGNAME}-0rc1/html/tutorial_intro_files.tar
-share/doc/${PKGNAME}-0rc1/html/tutorials.html
-share/doc/${PKGNAME}-0rc1/html/usage_pies.gif
-share/doc/${PKGNAME}-0rc1/html/user_permissions.html
-share/doc/${PKGNAME}-0rc1/html/wckey.html
 share/doc/${PKGNAME}-0rc1/html/wiki.conf.html
-share/examples/slurm/bluegene.conf.example
-share/examples/slurm/cgroup_allowed_devices_file.conf.example
-share/examples/slurm/cgroup.conf.example
-share/examples/slurm/cgroup.release_common.example
-share/examples/slurm/cgroup.release_common.example.in
-share/examples/slurm/init.d.slurm
-share/examples/slurm/init.d.slurmdbd
-share/examples/slurm/init.d.slurmdbd.in
-share/examples/slurm/init.d.slurm.in
-share/examples/slurm/layouts.d.power.conf.example
-share/examples/slurm/layouts.d.power_cpufreq.conf.example
-share/examples/slurm/layouts.d.unit.conf.example
-share/examples/slurm/Makefile
-share/examples/slurm/Makefile.am
-share/examples/slurm/Makefile.in
-share/examples/slurm/slurm.conf.example
-share/examples/slurm/slurmctld.service
-share/examples/slurm/slurmctld.service.in
-share/examples/slurm/slurmdbd.conf.example
-share/examples/slurm/slurmdbd.service
-share/examples/slurm/slurmdbd.service.in
-share/examples/slurm/slurmd.service
-share/examples/slurm/slurmd.service.in
-share/examples/slurm/slurm.epilog.clean
diff --git a/slurm-devel/PLIST.NetBSD b/slurm-devel/PLIST.NetBSD
deleted file mode 100644
index 4e89510..0000000
--- a/slurm-devel/PLIST.NetBSD
+++ /dev/null
@@ -1,469 +0,0 @@
-@comment $NetBSD: PLIST.NetBSD,v 1.2 2015/04/20 13:08:37 outpaddling Exp $
-bin/sacct
-bin/sacctmgr
-bin/salloc
-bin/sattach
-bin/sbatch
-bin/sbcast
-bin/scancel
-bin/scontrol
-bin/sdiag
-bin/sh5util
-bin/sinfo
-bin/smap
-bin/sprio
-bin/squeue
-bin/sreport
-bin/srun
-bin/sshare
-bin/sstat
-bin/strigger
-include/slurm/pmi.h
-include/slurm/slurm.h
-include/slurm/slurm_errno.h
-include/slurm/slurmdb.h
-include/slurm/smd_ns.h
-include/slurm/spank.h
-lib/libpmi.la
-lib/libslurm.la
-lib/libslurmdb.la
-lib/slurm/accounting_storage_filetxt.la
-lib/slurm/accounting_storage_none.la
-lib/slurm/accounting_storage_slurmdbd.la
-lib/slurm/acct_gather_energy_cray.la
-lib/slurm/acct_gather_energy_ibmaem.la
-lib/slurm/acct_gather_energy_none.la
-lib/slurm/acct_gather_energy_rapl.la
-lib/slurm/acct_gather_filesystem_lustre.la
-lib/slurm/acct_gather_filesystem_none.la
-lib/slurm/acct_gather_infiniband_none.la
-lib/slurm/acct_gather_profile_hdf5.la
-lib/slurm/acct_gather_profile_none.la
-lib/slurm/auth_munge.la
-lib/slurm/auth_none.la
-lib/slurm/burst_buffer_generic.la
-lib/slurm/checkpoint_none.la
-lib/slurm/checkpoint_ompi.la
-lib/slurm/core_spec_cray.la
-lib/slurm/core_spec_none.la
-lib/slurm/crypto_munge.la
-lib/slurm/crypto_openssl.la
-lib/slurm/ext_sensors_none.la
-lib/slurm/gres_gpu.la
-lib/slurm/gres_mic.la
-lib/slurm/gres_nic.la
-lib/slurm/job_container_cncu.la
-lib/slurm/job_container_none.la
-lib/slurm/job_submit_all_partitions.la
-lib/slurm/job_submit_cray.la
-lib/slurm/job_submit_defaults.la
-lib/slurm/job_submit_logging.la
-lib/slurm/job_submit_partition.la
-lib/slurm/job_submit_pbs.la
-lib/slurm/job_submit_require_timelimit.la
-lib/slurm/job_submit_throttle.la
-lib/slurm/jobacct_gather_aix.la
-lib/slurm/jobacct_gather_cgroup.la
-lib/slurm/jobacct_gather_linux.la
-lib/slurm/jobacct_gather_none.la
-lib/slurm/jobcomp_filetxt.la
-lib/slurm/jobcomp_none.la
-lib/slurm/jobcomp_script.la
-lib/slurm/launch_slurm.la
-lib/slurm/layouts_power_cpufreq.la
-lib/slurm/layouts_power_default.la
-lib/slurm/layouts_unit_default.la
-lib/slurm/mcs_group.la
-lib/slurm/mcs_none.la
-lib/slurm/mcs_user.la
-lib/slurm/mpi_lam.la
-lib/slurm/mpi_mpich1_p4.la
-lib/slurm/mpi_mpich1_shmem.la
-lib/slurm/mpi_mpichgm.la
-lib/slurm/mpi_mpichmx.la
-lib/slurm/mpi_mvapich.la
-lib/slurm/mpi_none.la
-lib/slurm/mpi_openmpi.la
-lib/slurm/mpi_pmi2.la
-lib/slurm/power_none.la
-lib/slurm/preempt_job_prio.la
-lib/slurm/preempt_none.la
-lib/slurm/preempt_partition_prio.la
-lib/slurm/preempt_qos.la
-lib/slurm/priority_basic.la
-lib/slurm/priority_multifactor.la
-lib/slurm/proctrack_cgroup.la
-lib/slurm/proctrack_linuxproc.la
-lib/slurm/proctrack_pgid.la
-lib/slurm/route_default.la
-lib/slurm/route_topology.la
-lib/slurm/sched_backfill.la
-lib/slurm/sched_builtin.la
-lib/slurm/sched_hold.la
-lib/slurm/sched_wiki.la
-lib/slurm/sched_wiki2.la
-lib/slurm/select_alps.la
-lib/slurm/select_cons_res.la
-lib/slurm/select_cray.la
-lib/slurm/select_linear.la
-lib/slurm/select_serial.la
-lib/slurm/slurmctld_nonstop.la
-lib/slurm/spank_pbs.la
-lib/slurm/src/sattach/sattach.wrapper.c
-lib/slurm/src/srun/srun.wrapper.c
-lib/slurm/switch_cray.la
-lib/slurm/switch_generic.la
-lib/slurm/switch_none.la
-lib/slurm/task_cgroup.la
-lib/slurm/task_cray.la
-lib/slurm/task_none.la
-lib/slurm/topology_3d_torus.la
-lib/slurm/topology_hypercube.la
-lib/slurm/topology_node_rank.la
-lib/slurm/topology_none.la
-lib/slurm/topology_tree.la
-man/man1/sacct.1
-man/man1/sacctmgr.1
-man/man1/salloc.1
-man/man1/sattach.1
-man/man1/sbatch.1
-man/man1/sbcast.1
-man/man1/scancel.1
-man/man1/scontrol.1
-man/man1/sdiag.1
-man/man1/sh5util.1
-man/man1/sinfo.1
-man/man1/slurm.1
-man/man1/smap.1
-man/man1/sprio.1
-man/man1/squeue.1
-man/man1/sreport.1
-man/man1/srun.1
-man/man1/srun_cr.1
-man/man1/sshare.1
-man/man1/sstat.1
-man/man1/strigger.1
-man/man1/sview.1
-man/man3/slurm_allocate_resources.3
-man/man3/slurm_allocate_resources_blocking.3
-man/man3/slurm_allocation_lookup.3
-man/man3/slurm_allocation_lookup_lite.3
-man/man3/slurm_allocation_msg_thr_create.3
-man/man3/slurm_allocation_msg_thr_destroy.3
-man/man3/slurm_api_version.3
-man/man3/slurm_checkpoint.3
-man/man3/slurm_checkpoint_able.3
-man/man3/slurm_checkpoint_complete.3
-man/man3/slurm_checkpoint_create.3
-man/man3/slurm_checkpoint_disable.3
-man/man3/slurm_checkpoint_enable.3
-man/man3/slurm_checkpoint_error.3
-man/man3/slurm_checkpoint_failed.3
-man/man3/slurm_checkpoint_restart.3
-man/man3/slurm_checkpoint_task_complete.3
-man/man3/slurm_checkpoint_tasks.3
-man/man3/slurm_checkpoint_vacate.3
-man/man3/slurm_clear_trigger.3
-man/man3/slurm_complete_job.3
-man/man3/slurm_confirm_allocation.3
-man/man3/slurm_create_partition.3
-man/man3/slurm_create_reservation.3
-man/man3/slurm_delete_partition.3
-man/man3/slurm_delete_reservation.3
-man/man3/slurm_free_ctl_conf.3
-man/man3/slurm_free_front_end_info_msg.3
-man/man3/slurm_free_job_alloc_info_response_msg.3
-man/man3/slurm_free_job_array_resp.3
-man/man3/slurm_free_job_info_msg.3
-man/man3/slurm_free_job_step_create_response_msg.3
-man/man3/slurm_free_job_step_info_response_msg.3
-man/man3/slurm_free_node_info.3
-man/man3/slurm_free_node_info_msg.3
-man/man3/slurm_free_partition_info.3
-man/man3/slurm_free_partition_info_msg.3
-man/man3/slurm_free_reservation_info_msg.3
-man/man3/slurm_free_resource_allocation_response_msg.3
-man/man3/slurm_free_slurmd_status.3
-man/man3/slurm_free_submit_response_response_msg.3
-man/man3/slurm_free_trigger_msg.3
-man/man3/slurm_get_end_time.3
-man/man3/slurm_get_errno.3
-man/man3/slurm_get_job_steps.3
-man/man3/slurm_get_rem_time.3
-man/man3/slurm_get_select_jobinfo.3
-man/man3/slurm_get_triggers.3
-man/man3/slurm_hostlist_create.3
-man/man3/slurm_hostlist_destroy.3
-man/man3/slurm_hostlist_shift.3
-man/man3/slurm_init_job_desc_msg.3
-man/man3/slurm_init_part_desc_msg.3
-man/man3/slurm_init_resv_desc_msg.3
-man/man3/slurm_init_trigger_msg.3
-man/man3/slurm_init_update_front_end_msg.3
-man/man3/slurm_init_update_node_msg.3
-man/man3/slurm_init_update_step_msg.3
-man/man3/slurm_job_cpus_allocated_on_node.3
-man/man3/slurm_job_cpus_allocated_on_node_id.3
-man/man3/slurm_job_step_create.3
-man/man3/slurm_job_step_launch_t_init.3
-man/man3/slurm_job_step_layout_free.3
-man/man3/slurm_job_step_layout_get.3
-man/man3/slurm_job_will_run.3
-man/man3/slurm_job_will_run2.3
-man/man3/slurm_jobinfo_ctx_get.3
-man/man3/slurm_kill_job.3
-man/man3/slurm_kill_job_step.3
-man/man3/slurm_load_ctl_conf.3
-man/man3/slurm_load_front_end.3
-man/man3/slurm_load_job.3
-man/man3/slurm_load_job_user.3
-man/man3/slurm_load_jobs.3
-man/man3/slurm_load_node.3
-man/man3/slurm_load_node_single.3
-man/man3/slurm_load_partitions.3
-man/man3/slurm_load_reservations.3
-man/man3/slurm_load_slurmd_status.3
-man/man3/slurm_notify_job.3
-man/man3/slurm_perror.3
-man/man3/slurm_pid2jobid.3
-man/man3/slurm_ping.3
-man/man3/slurm_print_ctl_conf.3
-man/man3/slurm_print_front_end_info_msg.3
-man/man3/slurm_print_front_end_table.3
-man/man3/slurm_print_job_info.3
-man/man3/slurm_print_job_info_msg.3
-man/man3/slurm_print_job_step_info.3
-man/man3/slurm_print_job_step_info_msg.3
-man/man3/slurm_print_node_info_msg.3
-man/man3/slurm_print_node_table.3
-man/man3/slurm_print_partition_info.3
-man/man3/slurm_print_partition_info_msg.3
-man/man3/slurm_print_reservation_info.3
-man/man3/slurm_print_reservation_info_msg.3
-man/man3/slurm_print_slurmd_status.3
-man/man3/slurm_read_hostfile.3
-man/man3/slurm_reconfigure.3
-man/man3/slurm_requeue.3
-man/man3/slurm_requeue2.3
-man/man3/slurm_resume.3
-man/man3/slurm_resume2.3
-man/man3/slurm_set_debug_level.3
-man/man3/slurm_set_trigger.3
-man/man3/slurm_shutdown.3
-man/man3/slurm_signal_job.3
-man/man3/slurm_signal_job_step.3
-man/man3/slurm_slurmd_status.3
-man/man3/slurm_sprint_front_end_table.3
-man/man3/slurm_sprint_job_info.3
-man/man3/slurm_sprint_job_step_info.3
-man/man3/slurm_sprint_node_table.3
-man/man3/slurm_sprint_partition_info.3
-man/man3/slurm_sprint_reservation_info.3
-man/man3/slurm_step_ctx_create.3
-man/man3/slurm_step_ctx_create_no_alloc.3
-man/man3/slurm_step_ctx_daemon_per_node_hack.3
-man/man3/slurm_step_ctx_destroy.3
-man/man3/slurm_step_ctx_get.3
-man/man3/slurm_step_ctx_params_t_init.3
-man/man3/slurm_step_launch.3
-man/man3/slurm_step_launch_abort.3
-man/man3/slurm_step_launch_fwd_signal.3
-man/man3/slurm_step_launch_wait_finish.3
-man/man3/slurm_step_launch_wait_start.3
-man/man3/slurm_strerror.3
-man/man3/slurm_submit_batch_job.3
-man/man3/slurm_suspend.3
-man/man3/slurm_suspend2.3
-man/man3/slurm_takeover.3
-man/man3/slurm_terminate_job.3
-man/man3/slurm_terminate_job_step.3
-man/man3/slurm_update_front_end.3
-man/man3/slurm_update_job.3
-man/man3/slurm_update_job2.3
-man/man3/slurm_update_node.3
-man/man3/slurm_update_partition.3
-man/man3/slurm_update_reservation.3
-man/man3/slurm_update_step.3
-man/man5/acct_gather.conf.5
-man/man5/bluegene.conf.5
-man/man5/burst_buffer.conf.5
-man/man5/cgroup.conf.5
-man/man5/cray.conf.5
-man/man5/ext_sensors.conf.5
-man/man5/gres.conf.5
-man/man5/knl.conf.5
-man/man5/nonstop.conf.5
-man/man5/slurm.conf.5
-man/man5/slurmdbd.conf.5
-man/man5/topology.conf.5
-man/man5/wiki.conf.5
-man/man8/slurmctld.8
-man/man8/slurmd.8
-man/man8/slurmdbd.8
-man/man8/slurmstepd.8
-man/man8/spank.8
-sbin/slurmctld
-sbin/slurmd
-sbin/slurmdbd
-sbin/slurmstepd
-share/doc/${PKGNAME}-0rc1/html/Slurm_Entity.pdf
-share/doc/${PKGNAME}-0rc1/html/Slurm_Individual.pdf
-share/doc/${PKGNAME}-0rc1/html/accounting.html
-share/doc/${PKGNAME}-0rc1/html/accounting_storageplugins.html
-share/doc/${PKGNAME}-0rc1/html/acct_gather_energy_plugins.html
-share/doc/${PKGNAME}-0rc1/html/acct_gather_profile_plugins.html
-share/doc/${PKGNAME}-0rc1/html/add.html
-share/doc/${PKGNAME}-0rc1/html/allocation_pies.gif
-share/doc/${PKGNAME}-0rc1/html/api.html
-share/doc/${PKGNAME}-0rc1/html/arch.gif
-share/doc/${PKGNAME}-0rc1/html/authplugins.html
-share/doc/${PKGNAME}-0rc1/html/bb_plugins.html
-share/doc/${PKGNAME}-0rc1/html/big_sys.html
-share/doc/${PKGNAME}-0rc1/html/bluegene.html
-share/doc/${PKGNAME}-0rc1/html/bull.jpg
-share/doc/${PKGNAME}-0rc1/html/burst_buffer.html
-share/doc/${PKGNAME}-0rc1/html/cgroups.html
-share/doc/${PKGNAME}-0rc1/html/checkpoint_blcr.html
-share/doc/${PKGNAME}-0rc1/html/checkpoint_plugins.html
-share/doc/${PKGNAME}-0rc1/html/coding_style.pdf
-share/doc/${PKGNAME}-0rc1/html/configurator.easy.html
-share/doc/${PKGNAME}-0rc1/html/configurator.html
-share/doc/${PKGNAME}-0rc1/html/cons_res.html
-share/doc/${PKGNAME}-0rc1/html/cons_res_share.html
-share/doc/${PKGNAME}-0rc1/html/contributor.html
-share/doc/${PKGNAME}-0rc1/html/core_spec.html
-share/doc/${PKGNAME}-0rc1/html/core_spec_plugins.html
-share/doc/${PKGNAME}-0rc1/html/cpu_management.html
-share/doc/${PKGNAME}-0rc1/html/cray.html
-share/doc/${PKGNAME}-0rc1/html/cray_alps.html
-share/doc/${PKGNAME}-0rc1/html/crypto_plugins.html
-share/doc/${PKGNAME}-0rc1/html/disclaimer.html
-share/doc/${PKGNAME}-0rc1/html/dist_plane.html
-share/doc/${PKGNAME}-0rc1/html/documentation.html
-share/doc/${PKGNAME}-0rc1/html/download.html
-share/doc/${PKGNAME}-0rc1/html/elastic_computing.html
-share/doc/${PKGNAME}-0rc1/html/entities.gif
-share/doc/${PKGNAME}-0rc1/html/example_usage.gif
-share/doc/${PKGNAME}-0rc1/html/ext_sensorsplugins.html
-share/doc/${PKGNAME}-0rc1/html/fair_tree.html
-share/doc/${PKGNAME}-0rc1/html/faq.html
-share/doc/${PKGNAME}-0rc1/html/gang_scheduling.html
-share/doc/${PKGNAME}-0rc1/html/gres.html
-share/doc/${PKGNAME}-0rc1/html/gres_design.html
-share/doc/${PKGNAME}-0rc1/html/gres_plugins.html
-share/doc/${PKGNAME}-0rc1/html/hdf5_job_outline.png
-share/doc/${PKGNAME}-0rc1/html/hdf5_profile_user_guide.html
-share/doc/${PKGNAME}-0rc1/html/hdf5_task_attr.png
-share/doc/${PKGNAME}-0rc1/html/high_throughput.html
-share/doc/${PKGNAME}-0rc1/html/ibm-pe.html
-share/doc/${PKGNAME}-0rc1/html/ibm.html
-share/doc/${PKGNAME}-0rc1/html/ibm_pe_fig1.png
-share/doc/${PKGNAME}-0rc1/html/ibm_pe_fig2.png
-share/doc/${PKGNAME}-0rc1/html/intel_knl.html
-share/doc/${PKGNAME}-0rc1/html/job_array.html
-share/doc/${PKGNAME}-0rc1/html/job_container_plugins.html
-share/doc/${PKGNAME}-0rc1/html/job_exit_code.html
-share/doc/${PKGNAME}-0rc1/html/job_launch.html
-share/doc/${PKGNAME}-0rc1/html/job_submit_plugins.html
-share/doc/${PKGNAME}-0rc1/html/jobacct_gatherplugins.html
-share/doc/${PKGNAME}-0rc1/html/jobcompplugins.html
-share/doc/${PKGNAME}-0rc1/html/k_function.gif
-share/doc/${PKGNAME}-0rc1/html/launch_plugins.html
-share/doc/${PKGNAME}-0rc1/html/licenses.html
-share/doc/${PKGNAME}-0rc1/html/linuxstyles.css
-share/doc/${PKGNAME}-0rc1/html/mail.html
-share/doc/${PKGNAME}-0rc1/html/man_index.html
-share/doc/${PKGNAME}-0rc1/html/maui.html
-share/doc/${PKGNAME}-0rc1/html/mc_support.gif
-share/doc/${PKGNAME}-0rc1/html/mc_support.html
-share/doc/${PKGNAME}-0rc1/html/mcs.html
-share/doc/${PKGNAME}-0rc1/html/mcs_plugins.html
-share/doc/${PKGNAME}-0rc1/html/meetings.html
-share/doc/${PKGNAME}-0rc1/html/moab.html
-share/doc/${PKGNAME}-0rc1/html/mpi_guide.html
-share/doc/${PKGNAME}-0rc1/html/mpiplugins.html
-share/doc/${PKGNAME}-0rc1/html/multi_cluster.html
-share/doc/${PKGNAME}-0rc1/html/news.html
-share/doc/${PKGNAME}-0rc1/html/node_features_plugins.html
-share/doc/${PKGNAME}-0rc1/html/overview.html
-share/doc/${PKGNAME}-0rc1/html/plane_ex1.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex2.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex3.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex4.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex5.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex6.gif
-share/doc/${PKGNAME}-0rc1/html/plane_ex7.gif
-share/doc/${PKGNAME}-0rc1/html/platforms.html
-share/doc/${PKGNAME}-0rc1/html/plugins.html
-share/doc/${PKGNAME}-0rc1/html/power_mgmt.html
-share/doc/${PKGNAME}-0rc1/html/power_plugins.html
-share/doc/${PKGNAME}-0rc1/html/power_save.html
-share/doc/${PKGNAME}-0rc1/html/preempt.html
-share/doc/${PKGNAME}-0rc1/html/preemption_plugins.html
-share/doc/${PKGNAME}-0rc1/html/priority_multifactor.html
-share/doc/${PKGNAME}-0rc1/html/priority_multifactor3.html
-share/doc/${PKGNAME}-0rc1/html/priority_plugins.html
-share/doc/${PKGNAME}-0rc1/html/proctrack_plugins.html
-share/doc/${PKGNAME}-0rc1/html/programmer_guide.html
-share/doc/${PKGNAME}-0rc1/html/prolog_epilog.html
-share/doc/${PKGNAME}-0rc1/html/publications.html
-share/doc/${PKGNAME}-0rc1/html/qos.html
-share/doc/${PKGNAME}-0rc1/html/quickstart.html
-share/doc/${PKGNAME}-0rc1/html/quickstart_admin.html
-share/doc/${PKGNAME}-0rc1/html/reservations.html
-share/doc/${PKGNAME}-0rc1/html/resource_limits.html
-share/doc/${PKGNAME}-0rc1/html/rosetta.html
-share/doc/${PKGNAME}-0rc1/html/route_plugin.html
-share/doc/${PKGNAME}-0rc1/html/rpc.html
-share/doc/${PKGNAME}-0rc1/html/sched_config.html
-share/doc/${PKGNAME}-0rc1/html/schedmd.png
-share/doc/${PKGNAME}-0rc1/html/schedplugins.html
-share/doc/${PKGNAME}-0rc1/html/select_design.html
-share/doc/${PKGNAME}-0rc1/html/selectplugins.html
-share/doc/${PKGNAME}-0rc1/html/slurm.html
-share/doc/${PKGNAME}-0rc1/html/slurm_design.pdf
-share/doc/${PKGNAME}-0rc1/html/slurm_logo.png
-share/doc/${PKGNAME}-0rc1/html/slurm_ug_agenda.html
-share/doc/${PKGNAME}-0rc1/html/slurm_ug_cfp.html
-share/doc/${PKGNAME}-0rc1/html/slurmctld_plugstack.html
-share/doc/${PKGNAME}-0rc1/html/slurmstyles.css
-share/doc/${PKGNAME}-0rc1/html/sponsors.gif
-share/doc/${PKGNAME}-0rc1/html/switchplugins.html
-share/doc/${PKGNAME}-0rc1/html/taskplugins.html
-share/doc/${PKGNAME}-0rc1/html/team.html
-share/doc/${PKGNAME}-0rc1/html/testimonials.html
-share/doc/${PKGNAME}-0rc1/html/topo_ex1.gif
-share/doc/${PKGNAME}-0rc1/html/topo_ex2.gif
-share/doc/${PKGNAME}-0rc1/html/topology.html
-share/doc/${PKGNAME}-0rc1/html/topology_plugin.html
-share/doc/${PKGNAME}-0rc1/html/tres.html
-share/doc/${PKGNAME}-0rc1/html/troubleshoot.html
-share/doc/${PKGNAME}-0rc1/html/tutorial_intro_files.tar
-share/doc/${PKGNAME}-0rc1/html/tutorials.html
-share/doc/${PKGNAME}-0rc1/html/usage_pies.gif
-share/doc/${PKGNAME}-0rc1/html/user_permissions.html
-share/doc/${PKGNAME}-0rc1/html/wckey.html
-share/examples/slurm/Makefile
-share/examples/slurm/Makefile.am
-share/examples/slurm/Makefile.in
-share/examples/slurm/bluegene.conf.example
-share/examples/slurm/cgroup.conf.example
-share/examples/slurm/cgroup.release_common.example
-share/examples/slurm/cgroup.release_common.example.in
-share/examples/slurm/cgroup_allowed_devices_file.conf.example
-share/examples/slurm/init.d.slurm
-share/examples/slurm/init.d.slurm.in
-share/examples/slurm/init.d.slurmdbd
-share/examples/slurm/init.d.slurmdbd.in
-share/examples/slurm/layouts.d.power.conf.example
-share/examples/slurm/layouts.d.power_cpufreq.conf.example
-share/examples/slurm/layouts.d.unit.conf.example
-share/examples/slurm/slurm.conf.example
-share/examples/slurm/slurm.epilog.clean
-share/examples/slurm/slurmctld.service
-share/examples/slurm/slurmctld.service.in
-share/examples/slurm/slurmd.service
-share/examples/slurm/slurmd.service.in
-share/examples/slurm/slurmdbd.conf.example
-share/examples/slurm/slurmdbd.service
-share/examples/slurm/slurmdbd.service.in
diff --git a/slurm-devel/patches/patch-etc_init.d.slurm.in b/slurm-devel/patches/patch-etc_init.d.slurm.in
index f3bd66c..a5a61fc 100644
--- a/slurm-devel/patches/patch-etc_init.d.slurm.in
+++ b/slurm-devel/patches/patch-etc_init.d.slurm.in
@@ -1,6 +1,7 @@
 $NetBSD: patch-etc_init.d.slurm.in,v 1.1 2015/04/20 13:08:37 outpaddling Exp $
 
 # Provide something for SUBST to replace
+
 --- etc/init.d.slurm.in.orig	2015-03-19 19:38:01.000000000 +0000
 +++ etc/init.d.slurm.in
 @@ -25,6 +25,9 @@
diff --git a/slurm-devel/patches/patch-src_common_callerid.c b/slurm-devel/patches/patch-src_common_callerid.c
index 68a71ca..b71a125 100644
--- a/slurm-devel/patches/patch-src_common_callerid.c
+++ b/slurm-devel/patches/patch-src_common_callerid.c
@@ -1,6 +1,7 @@
 $NetBSD$
 
 # Hack to allow access to opaque structure members
+
 --- src/common/callerid.c.orig	2016-05-03 22:41:59.000000000 +0000
 +++ src/common/callerid.c
 @@ -58,6 +58,14 @@
diff --git a/slurm-devel/patches/patch-src_common_gres.c b/slurm-devel/patches/patch-src_common_gres.c
index 917a950..6975361 100644
--- a/slurm-devel/patches/patch-src_common_gres.c
+++ b/slurm-devel/patches/patch-src_common_gres.c
@@ -1,6 +1,7 @@
 $NetBSD$
 
 # Linux compatiblity
+
 --- src/common/gres.c.orig	2016-05-03 22:41:59.000000000 +0000
 +++ src/common/gres.c
 @@ -79,6 +79,14 @@ typedef cpuset_t cpu_set_t;
diff --git a/slurm-devel/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c b/slurm-devel/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c
index 5f11717..719cd36 100644
--- a/slurm-devel/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c
+++ b/slurm-devel/patches/patch-src_plugins_burst__buffer_common_burst__buffer__common.c
@@ -1,6 +1,7 @@
 $NetBSD$
 
 # Linux compat
+
 --- src/plugins/burst_buffer/common/burst_buffer_common.c.orig	2016-05-14 18:55:22.000000000 +0000
 +++ src/plugins/burst_buffer/common/burst_buffer_common.c
 @@ -52,7 +52,7 @@
diff --git a/slurm-devel/patches/patch-src_plugins_power_common_power__common.c b/slurm-devel/patches/patch-src_plugins_power_common_power__common.c
index d7a205c..5a55586 100644
--- a/slurm-devel/patches/patch-src_plugins_power_common_power__common.c
+++ b/slurm-devel/patches/patch-src_plugins_power_common_power__common.c
@@ -1,6 +1,7 @@
 $NetBSD$
 
 # Linux compat
+
 --- ./src/plugins/power/common/power_common.c.orig	2016-05-03 22:35:12.000000000 +0000
 +++ ./src/plugins/power/common/power_common.c
 @@ -50,7 +50,7 @@
diff --git a/slurm-devel/patches/patch-src_plugins_switch_generic_switch__generic.c b/slurm-devel/patches/patch-src_plugins_switch_generic_switch__generic.c
index 7a8d8ab..6fcde48 100644
--- a/slurm-devel/patches/patch-src_plugins_switch_generic_switch__generic.c
+++ b/slurm-devel/patches/patch-src_plugins_switch_generic_switch__generic.c
@@ -1,6 +1,7 @@
 $NetBSD: patch-src_plugins_switch_generic_switch__generic.c,v 1.1 2015/04/20 13:08:37 outpaddling Exp $
 
 # Ensure proper #include order
+
 --- src/plugins/switch/generic/switch_generic.c.orig	2015-03-19 19:38:01.000000000 +0000
 +++ src/plugins/switch/generic/switch_generic.c
 @@ -40,12 +40,13 @@
diff --git a/slurm-devel/patches/patch-src_slurmd_slurmstepd_task.c b/slurm-devel/patches/patch-src_slurmd_slurmstepd_task.c
index 56ee3f8..831091c 100644
--- a/slurm-devel/patches/patch-src_slurmd_slurmstepd_task.c
+++ b/slurm-devel/patches/patch-src_slurmd_slurmstepd_task.c
@@ -1,9 +1,8 @@
-$NetBSD: patch-src_slurmd_slurmstepd_task.c,v 1.2 2015/04/20 13:08:37 outpaddling Exp $
+$NetBSD$
 
-# Hack for Linux compat
---- src/slurmd/slurmstepd/task.c.orig	2015-03-19 19:38:01.000000000 +0000
+--- src/slurmd/slurmstepd/task.c.orig	2016-05-03 22:41:59.000000000 +0000
 +++ src/slurmd/slurmstepd/task.c
-@@ -540,6 +540,17 @@ _make_tmpdir(stepd_step_rec_t *job)
+@@ -558,6 +558,18 @@ _make_tmpdir(stepd_step_rec_t *job)
  		 * still work with older systems we include this check.
  		 */
  
@@ -13,10 +12,11 @@ $NetBSD: patch-src_slurmd_slurmstepd_task.c,v 1.2 2015/04/20 13:08:37 outpaddlin
 +#define HAVE_EACCESS 1
 +#endif
 +  
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
-+#define __GLIBC__               (1) 
-+#define __GLIBC_PREREQ(a,b)     (1) 
-+#endif
++// Unsure about the reason for this patch, but it dates back to SLURM 2.6.4
++//#if defined(__FreeBSD__) || defined(__NetBSD__)
++//#define __GLIBC__               (1) 
++//#define __GLIBC_PREREQ(a,b)     (1) 
++//#endif
 +
  #if defined(HAVE_FACCESSAT)
  		else if (faccessat(AT_FDCWD, tmpdir, X_OK|W_OK, AT_EACCESS))


Home | Main Index | Thread Index | Old Index