mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/torque: Remove expired port
2024-06-30 sysutils/torque: unfetchable, upstream no longer open source
This commit is contained in:
parent
996e8ae370
commit
3d76b3e4d3
16 changed files with 1 additions and 467 deletions
1
MOVED
1
MOVED
|
@ -3372,3 +3372,4 @@ lang/gcc9||2024-06-30|Has expired: Unsupported by upstream. Use GCC 10 or newer
|
||||||
security/p5-Protocol-ACME||2024-06-30|Has expired: upstream maintainer indicated that it is no longer suitable for use
|
security/p5-Protocol-ACME||2024-06-30|Has expired: upstream maintainer indicated that it is no longer suitable for use
|
||||||
graphics/wdune||2024-06-30|Has expired: upstream no longer maintained
|
graphics/wdune||2024-06-30|Has expired: upstream no longer maintained
|
||||||
www/zend-framework||2024-06-30|Has expired: Deprecated by upstream, and moved to Laminas Project
|
www/zend-framework||2024-06-30|Has expired: Deprecated by upstream, and moved to Laminas Project
|
||||||
|
sysutils/torque||2024-06-30|Has expired: unfetchable, upstream no longer open source
|
||||||
|
|
|
@ -1474,7 +1474,6 @@
|
||||||
SUBDIR += tmux23
|
SUBDIR += tmux23
|
||||||
SUBDIR += topgrade
|
SUBDIR += topgrade
|
||||||
SUBDIR += topless
|
SUBDIR += topless
|
||||||
SUBDIR += torque
|
|
||||||
SUBDIR += toshctl
|
SUBDIR += toshctl
|
||||||
SUBDIR += touchegg
|
SUBDIR += touchegg
|
||||||
SUBDIR += toybox
|
SUBDIR += toybox
|
||||||
|
|
|
@ -1,54 +0,0 @@
|
||||||
PORTNAME= torque
|
|
||||||
PORTVERSION= 2.5.13
|
|
||||||
PORTREVISION= 4
|
|
||||||
#DISTVERSIONPREFIX= v
|
|
||||||
#DISTVERSION= 6.1.3h5
|
|
||||||
PORTEPOCH= 1
|
|
||||||
CATEGORIES= sysutils parallel
|
|
||||||
MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= Open source distributed computing resource manager based on PBS
|
|
||||||
WWW= https://adaptivecomputing.com/cherry-services/torque-resource-manager/
|
|
||||||
|
|
||||||
LICENSE= BSD4CLAUSE
|
|
||||||
LICENSE_FILE= ${WRKSRC}/PBS_License_2.5.txt
|
|
||||||
|
|
||||||
DEPRECATED= unfetchable, upstream no longer open source
|
|
||||||
EXPIRATION_DATE= 2024-06-30
|
|
||||||
|
|
||||||
BROKEN_aarch64= fails to link: missing sbrk
|
|
||||||
BROKEN_riscv64= fails to link: missing sbrk
|
|
||||||
|
|
||||||
#USE_GITHUB= yes
|
|
||||||
#GH_ACCOUNT= adaptivecomputing
|
|
||||||
#GH_TAGNAME= 4decc71
|
|
||||||
|
|
||||||
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
|
|
||||||
USES= gmake perl5 libtool
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
CONFIGURE_ARGS= --enable-syslog \
|
|
||||||
--disable-spool
|
|
||||||
MAKE_ENV= DESTDIR=${STAGEDIR}/${PREFIX}
|
|
||||||
USE_RC_SUBR= pbs_server pbs_sched pbs_mom
|
|
||||||
SUB_FILES= pkg-message torque-config
|
|
||||||
USE_LDCONFIG= yes
|
|
||||||
INSTALL_TARGET= install-strip
|
|
||||||
CFLAGS+= -D_WANT_VMMETER
|
|
||||||
|
|
||||||
CONFLICTS_INSTALL= qstat zh-qterm
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= EXAMPLES
|
|
||||||
|
|
||||||
pre-configure:
|
|
||||||
@${REINPLACE_CMD} -E 's|ps[ \t]+-ef|ps -ax|g' ${WRKSRC}/torque.setup
|
|
||||||
@${REINPLACE_CMD} -E 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
${INSTALL_SCRIPT} ${WRKDIR}/torque-config ${STAGEDIR}${PREFIX}/bin
|
|
||||||
|
|
||||||
post-install-EXAMPLES-on:
|
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/torque.setup ${STAGEDIR}${EXAMPLESDIR}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (torque-2.5.13.tar.gz) = ab59d4c8e8b45383ddd8202fa83956816175e348bb955a4ad5f7e3cd4dde5ff9
|
|
||||||
SIZE (torque-2.5.13.tar.gz) = 5854910
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- ./buildutils/pbs_mkdirs.in.orig 2013-08-01 18:10:01.000000000 +0200
|
|
||||||
+++ ./buildutils/pbs_mkdirs.in 2014-07-21 22:35:50.000000000 +0200
|
|
||||||
@@ -113,7 +113,7 @@
|
|
||||||
# PBS_SERVER_HOME is defined without DESTDIR so that DEFAULT_FILE and EVIRON
|
|
||||||
# can be based on SERVER_HOME. SERVER_HOME is defined a second time to pick
|
|
||||||
# up DESTDIR
|
|
||||||
-test -n "$PBS_SERVER_HOME" || PBS_SERVER_HOME=@PBS_SERVER_HOME@
|
|
||||||
+test -n "$PBS_SERVER_HOME" || PBS_SERVER_HOME=${prefix}/share/examples/torque/var/spool/torque/
|
|
||||||
test -n "$PBS_DEFAULT_FILE" || PBS_DEFAULT_FILE=${DESTDIR}@PBS_DEFAULT_FILE@
|
|
||||||
test -n "$PBS_ENVIRON" || PBS_ENVIRON=${DESTDIR}@PBS_ENVIRON@
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
--- configure.orig 2012-04-13 23:06:17.000000000 +0200
|
|
||||||
+++ configure 2013-04-12 13:23:42.785303064 +0200
|
|
||||||
@@ -20294,8 +20294,8 @@
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: yes" >&5
|
|
||||||
echo "${ECHO_T}yes" >&6
|
|
||||||
- echo "$as_me:$LINENO: checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror" >&5
|
|
||||||
-echo $ECHO_N "checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror... $ECHO_C" >&6
|
|
||||||
+ echo "$as_me:$LINENO: checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic" >&5
|
|
||||||
+echo $ECHO_N "checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_cflags_gcc_option__W__Wall__Wno_unused_parameter__Wno_long_long__pedantic__Werror+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
@@ -20309,7 +20309,7 @@
|
|
||||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
||||||
|
|
||||||
ac_save_CFLAGS="$CFLAGS"
|
|
||||||
-for ac_arg in "-pedantic -Werror % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror" "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror %% no, obsolete" #
|
|
||||||
+for ac_arg in "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic" "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic %% no, obsolete" #
|
|
||||||
do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
|
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
|
||||||
/* confdefs.h. */
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src.orig/scheduler.cc/samples/fifo/Makefile.in Wed Jul 19 22:47:42 2006
|
|
||||||
+++ src/scheduler.cc/samples/fifo/Makefile.in Wed Jul 19 22:59:44 2006
|
|
||||||
@@ -132,7 +132,7 @@
|
|
||||||
XPBSMON_DIR = $(libdir)/xpbsmon
|
|
||||||
|
|
||||||
# Support files used by the scheduler
|
|
||||||
-schedprivdir = $(PBS_SERVER_HOME)/sched_priv
|
|
||||||
+schedprivdir = ${prefix}/share/examples/torque/var/spool/torque/sched_priv
|
|
||||||
schedpriv_DATA = sched_config resource_group holidays dedicated_time
|
|
||||||
|
|
||||||
EXTRA_DIST = $(schedpriv_DATA)
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- src/server/req_getcred.c.orig 2012-07-15 11:42:07.000000000 -0500
|
|
||||||
+++ src/server/req_getcred.c 2012-07-15 11:48:39.000000000 -0500
|
|
||||||
@@ -97,6 +97,7 @@
|
|
||||||
#include <ctype.h>
|
|
||||||
#include <netdb.h>
|
|
||||||
#include <signal.h>
|
|
||||||
+#include <netinet/in.h>
|
|
||||||
#include "libpbs.h"
|
|
||||||
#include "log.h"
|
|
||||||
#include "server_limits.h"
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- src/iff/Makefile.in.orig 2013-08-01 16:10:01 UTC
|
|
||||||
+++ src/iff/Makefile.in
|
|
||||||
@@ -607,7 +607,6 @@ uninstall-am: uninstall-info-am uninstal
|
|
||||||
|
|
||||||
|
|
||||||
install-exec-hook:
|
|
||||||
- chmod u+s $(DESTDIR)$(sbindir)/$(program_prefix)pbs_iff$(program_suffix)
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
||||||
.NOEXPORT:
|
|
|
@ -1,27 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# PROVIDE: pbs_mom
|
|
||||||
# REQUIRE: DAEMON
|
|
||||||
# BEFORE: LOGIN
|
|
||||||
# KEYWORD: shutdown
|
|
||||||
#
|
|
||||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
|
|
||||||
# to enable this service:
|
|
||||||
#
|
|
||||||
# pbs_mom_enable (bool): Set to NO by default.
|
|
||||||
# Set it to YES to enable pbs_mom.
|
|
||||||
#
|
|
||||||
|
|
||||||
. /etc/rc.subr
|
|
||||||
|
|
||||||
name=pbs_mom
|
|
||||||
rcvar=pbs_mom_enable
|
|
||||||
|
|
||||||
pidfile=/var/spool/torque/mom_priv/mom.lock
|
|
||||||
command=%%PREFIX%%/sbin/${name}
|
|
||||||
|
|
||||||
load_rc_config $name
|
|
||||||
|
|
||||||
: ${pbs_mom_enable:="NO"}
|
|
||||||
|
|
||||||
run_rc_command "$1"
|
|
|
@ -1,27 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# PROVIDE: pbs_sched
|
|
||||||
# REQUIRE: pbs_server
|
|
||||||
# BEFORE: LOGIN
|
|
||||||
# KEYWORD: shutdown
|
|
||||||
#
|
|
||||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
|
|
||||||
# to enable this service:
|
|
||||||
#
|
|
||||||
# pbs_sched_enable (bool): Set to NO by default.
|
|
||||||
# Set it to YES to enable pbs_sched.
|
|
||||||
#
|
|
||||||
|
|
||||||
. /etc/rc.subr
|
|
||||||
|
|
||||||
name=pbs_sched
|
|
||||||
rcvar=pbs_sched_enable
|
|
||||||
|
|
||||||
pidfile=/var/spool/torque/sched_priv/sched.lock
|
|
||||||
command=%%PREFIX%%/sbin/${name}
|
|
||||||
|
|
||||||
load_rc_config $name
|
|
||||||
|
|
||||||
: ${pbs_sched_enable:="NO"}
|
|
||||||
|
|
||||||
run_rc_command "$1"
|
|
|
@ -1,27 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# PROVIDE: pbs_server
|
|
||||||
# REQUIRE: DAEMON
|
|
||||||
# BEFORE: LOGIN
|
|
||||||
# KEYWORD: shutdown
|
|
||||||
#
|
|
||||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
|
|
||||||
# to enable this service:
|
|
||||||
#
|
|
||||||
# pbs_server_enable (bool): Set to NO by default.
|
|
||||||
# Set it to YES to enable pbs_server.
|
|
||||||
#
|
|
||||||
|
|
||||||
. /etc/rc.subr
|
|
||||||
|
|
||||||
name=pbs_server
|
|
||||||
rcvar=pbs_server_enable
|
|
||||||
|
|
||||||
pidfile=/var/spool/torque/server_priv/server.lock
|
|
||||||
command=%%PREFIX%%/sbin/${name}
|
|
||||||
|
|
||||||
load_rc_config $name
|
|
||||||
|
|
||||||
: ${pbs_server_enable:="NO"}
|
|
||||||
|
|
||||||
run_rc_command "$1"
|
|
|
@ -1,19 +0,0 @@
|
||||||
[
|
|
||||||
{ type: install
|
|
||||||
message: <<EOM
|
|
||||||
On the server, run:
|
|
||||||
|
|
||||||
torque-config head
|
|
||||||
|
|
||||||
|
|
||||||
On compute nodes, run:
|
|
||||||
|
|
||||||
torque-config compute
|
|
||||||
|
|
||||||
|
|
||||||
For further information, see
|
|
||||||
|
|
||||||
http://www.adaptivecomputing.com/products/open-source/torque/
|
|
||||||
EOM
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -1,63 +0,0 @@
|
||||||
#!/bin/sh -e
|
|
||||||
|
|
||||||
usage()
|
|
||||||
{
|
|
||||||
printf "Usage: $0 head|compute\n"
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ $# != 1 ]; then
|
|
||||||
usage
|
|
||||||
fi
|
|
||||||
node_type=$1
|
|
||||||
|
|
||||||
if [ $node_type != 'head' ] && [ $node_type != 'compute' ]; then
|
|
||||||
usage
|
|
||||||
fi
|
|
||||||
|
|
||||||
spool_root=/var/spool
|
|
||||||
|
|
||||||
if [ -e $spool_root/torque ]; then
|
|
||||||
printf "$spool_root/torque already exists. Aborting...\n"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
cp -Rp %%PREFIX%%/share/examples/torque/var/spool/torque $spool_root
|
|
||||||
for dir in checkpoint spool undelivered; do
|
|
||||||
chmod 1777 $spool_root/torque/$dir
|
|
||||||
done
|
|
||||||
|
|
||||||
cat << EOM
|
|
||||||
===========================================================================
|
|
||||||
Enter the hostname of the torque server. This should be resolved by
|
|
||||||
/etc/hosts on all nodes. A short hostname is preferred.
|
|
||||||
===========================================================================
|
|
||||||
EOM
|
|
||||||
read server_hostname
|
|
||||||
echo $server_hostname > $spool_root/torque/server_name
|
|
||||||
|
|
||||||
case $node_type in
|
|
||||||
'head')
|
|
||||||
vi $spool_root/torque/server_priv/nodes
|
|
||||||
if ! fgrep -q 'pbs_server_enable="YES"' /etc/rc.conf; then
|
|
||||||
printf 'pbs_server_enable="YES"\n' >> /etc/rc.conf
|
|
||||||
fi
|
|
||||||
if ! fgrep -q 'pbs_sched_enable="YES"' /etc/rc.conf; then
|
|
||||||
printf 'pbs_sched_enable="YES"\n' >> /etc/rc.conf
|
|
||||||
fi
|
|
||||||
%%PREFIX%%/share/examples/torque/torque.setup root
|
|
||||||
%%PREFIX%%/etc/rc.d/pbs_server restart
|
|
||||||
%%PREFIX%%/etc/rc.d/pbs_sched restart
|
|
||||||
;;
|
|
||||||
'compute')
|
|
||||||
printf "Torque server IP address? "
|
|
||||||
read server_ip
|
|
||||||
printf '$pbsserver %s /var/spool/torque/mom_priv/config' $server_ip \
|
|
||||||
> $spool_root/torque/mom_priv/config
|
|
||||||
if ! fgrep -q 'pbs_mom_enable="YES"' /etc/rc.conf; then
|
|
||||||
printf 'pbs_mom_enable="YES"\n' >> /etc/rc.conf
|
|
||||||
fi
|
|
||||||
%%PREFIX%%/etc/rc.d/pbs_mom restart
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
TORQUE is an open source resource manager providing control over
|
|
||||||
batch jobs and distributed compute nodes. It is a community effort
|
|
||||||
based on the original *PBS project and, with more than 1,200 patches,
|
|
||||||
has incorporated significant advances in the areas of scalability,
|
|
||||||
fault tolerance, and feature extensions contributed by NCSA, OSC,
|
|
||||||
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
|
|
||||||
and many other leading edge HPC organizations.
|
|
|
@ -1,176 +0,0 @@
|
||||||
bin/chk_tree
|
|
||||||
bin/hostn
|
|
||||||
bin/nqs2pbs
|
|
||||||
bin/pbs-config
|
|
||||||
bin/pbs_track
|
|
||||||
bin/pbsdsh
|
|
||||||
bin/pbsnodes
|
|
||||||
bin/printjob
|
|
||||||
bin/printserverdb
|
|
||||||
bin/printtracking
|
|
||||||
bin/qalter
|
|
||||||
bin/qchkpt
|
|
||||||
bin/qdel
|
|
||||||
bin/qdisable
|
|
||||||
bin/qenable
|
|
||||||
bin/qgpumode
|
|
||||||
bin/qgpureset
|
|
||||||
bin/qhold
|
|
||||||
bin/qmgr
|
|
||||||
bin/qmove
|
|
||||||
bin/qmsg
|
|
||||||
bin/qnodes
|
|
||||||
bin/qorder
|
|
||||||
bin/qrerun
|
|
||||||
bin/qrls
|
|
||||||
bin/qrun
|
|
||||||
bin/qselect
|
|
||||||
bin/qsig
|
|
||||||
bin/qstart
|
|
||||||
bin/qstat
|
|
||||||
bin/qstop
|
|
||||||
bin/qsub
|
|
||||||
bin/qterm
|
|
||||||
bin/torque-config
|
|
||||||
bin/tracejob
|
|
||||||
include/pbs_error.h
|
|
||||||
include/pbs_error_db.h
|
|
||||||
include/pbs_ifl.h
|
|
||||||
include/rm.h
|
|
||||||
include/rpp.h
|
|
||||||
include/tm.h
|
|
||||||
include/tm_.h
|
|
||||||
lib/libtorque.a
|
|
||||||
lib/libtorque.so
|
|
||||||
lib/libtorque.so.2
|
|
||||||
lib/libtorque.so.2.0.0
|
|
||||||
share/man/man1/basl2c.1.gz
|
|
||||||
share/man/man1/nqs2pbs.1.gz
|
|
||||||
share/man/man1/pbs.1.gz
|
|
||||||
share/man/man1/pbsdsh.1.gz
|
|
||||||
share/man/man1/qalter.1.gz
|
|
||||||
share/man/man1/qchkpt.1.gz
|
|
||||||
share/man/man1/qdel.1.gz
|
|
||||||
share/man/man1/qgpumode.1.gz
|
|
||||||
share/man/man1/qgpureset.1.gz
|
|
||||||
share/man/man1/qhold.1.gz
|
|
||||||
share/man/man1/qmgr.1.gz
|
|
||||||
share/man/man1/qmove.1.gz
|
|
||||||
share/man/man1/qmsg.1.gz
|
|
||||||
share/man/man1/qorder.1.gz
|
|
||||||
share/man/man1/qrerun.1.gz
|
|
||||||
share/man/man1/qrls.1.gz
|
|
||||||
share/man/man1/qselect.1.gz
|
|
||||||
share/man/man1/qsig.1.gz
|
|
||||||
share/man/man1/qstat.1.gz
|
|
||||||
share/man/man1/qsub.1.gz
|
|
||||||
share/man/man1/xpbs.1.gz
|
|
||||||
share/man/man1/xpbsmon.1.gz
|
|
||||||
share/man/man3/pbs_alterjob.3.gz
|
|
||||||
share/man/man3/pbs_checkpointjob.3.gz
|
|
||||||
share/man/man3/pbs_connect.3.gz
|
|
||||||
share/man/man3/pbs_default.3.gz
|
|
||||||
share/man/man3/pbs_deljob.3.gz
|
|
||||||
share/man/man3/pbs_disconnect.3.gz
|
|
||||||
share/man/man3/pbs_fbserver.3.gz
|
|
||||||
share/man/man3/pbs_get_server_list.3.gz
|
|
||||||
share/man/man3/pbs_geterrmsg.3.gz
|
|
||||||
share/man/man3/pbs_gpumode.3.gz
|
|
||||||
share/man/man3/pbs_gpureset.3.gz
|
|
||||||
share/man/man3/pbs_holdjob.3.gz
|
|
||||||
share/man/man3/pbs_locate.3.gz
|
|
||||||
share/man/man3/pbs_manager.3.gz
|
|
||||||
share/man/man3/pbs_movejob.3.gz
|
|
||||||
share/man/man3/pbs_msgjob.3.gz
|
|
||||||
share/man/man3/pbs_orderjob.3.gz
|
|
||||||
share/man/man3/pbs_rerunjob.3.gz
|
|
||||||
share/man/man3/pbs_rescquery.3.gz
|
|
||||||
share/man/man3/pbs_rescreserve.3.gz
|
|
||||||
share/man/man3/pbs_rlsjob.3.gz
|
|
||||||
share/man/man3/pbs_runjob.3.gz
|
|
||||||
share/man/man3/pbs_selectjob.3.gz
|
|
||||||
share/man/man3/pbs_selstat.3.gz
|
|
||||||
share/man/man3/pbs_sigjob.3.gz
|
|
||||||
share/man/man3/pbs_stagein.3.gz
|
|
||||||
share/man/man3/pbs_statjob.3.gz
|
|
||||||
share/man/man3/pbs_statnode.3.gz
|
|
||||||
share/man/man3/pbs_statque.3.gz
|
|
||||||
share/man/man3/pbs_statserver.3.gz
|
|
||||||
share/man/man3/pbs_submit.3.gz
|
|
||||||
share/man/man3/pbs_terminate.3.gz
|
|
||||||
share/man/man3/rpp.3.gz
|
|
||||||
share/man/man3/tm.3.gz
|
|
||||||
share/man/man7/pbs_job_attributes.7.gz
|
|
||||||
share/man/man7/pbs_queue_attributes.7.gz
|
|
||||||
share/man/man7/pbs_resources.7.gz
|
|
||||||
share/man/man7/pbs_resources_aix4.7.gz
|
|
||||||
share/man/man7/pbs_resources_aix5.7.gz
|
|
||||||
share/man/man7/pbs_resources_darwin.7.gz
|
|
||||||
share/man/man7/pbs_resources_digitalunix.7.gz
|
|
||||||
share/man/man7/pbs_resources_freebsd.7.gz
|
|
||||||
share/man/man7/pbs_resources_fujitsu.7.gz
|
|
||||||
share/man/man7/pbs_resources_hpux10.7.gz
|
|
||||||
share/man/man7/pbs_resources_hpux11.7.gz
|
|
||||||
share/man/man7/pbs_resources_irix5.7.gz
|
|
||||||
share/man/man7/pbs_resources_irix6.7.gz
|
|
||||||
share/man/man7/pbs_resources_irix6array.7.gz
|
|
||||||
share/man/man7/pbs_resources_linux.7.gz
|
|
||||||
share/man/man7/pbs_resources_netbsd.7.gz
|
|
||||||
share/man/man7/pbs_resources_solaris5.7.gz
|
|
||||||
share/man/man7/pbs_resources_solaris7.7.gz
|
|
||||||
share/man/man7/pbs_resources_sp2.7.gz
|
|
||||||
share/man/man7/pbs_resources_sunos4.7.gz
|
|
||||||
share/man/man7/pbs_resources_unicos8.7.gz
|
|
||||||
share/man/man7/pbs_resources_unicosmk2.7.gz
|
|
||||||
share/man/man7/pbs_server_attributes.7.gz
|
|
||||||
share/man/man8/pbs_mom.8.gz
|
|
||||||
share/man/man8/pbs_sched.8.gz
|
|
||||||
share/man/man8/pbs_sched_basl.8.gz
|
|
||||||
share/man/man8/pbs_sched_cc.8.gz
|
|
||||||
share/man/man8/pbs_sched_tcl.8.gz
|
|
||||||
share/man/man8/pbs_server.8.gz
|
|
||||||
share/man/man8/pbsnodes.8.gz
|
|
||||||
share/man/man8/qdisable.8.gz
|
|
||||||
share/man/man8/qenable.8.gz
|
|
||||||
share/man/man8/qrun.8.gz
|
|
||||||
share/man/man8/qstart.8.gz
|
|
||||||
share/man/man8/qstop.8.gz
|
|
||||||
share/man/man8/qterm.8.gz
|
|
||||||
sbin/momctl
|
|
||||||
sbin/pbs_demux
|
|
||||||
@(root,wheel,4755) sbin/pbs_iff
|
|
||||||
sbin/pbs_mom
|
|
||||||
sbin/pbs_sched
|
|
||||||
sbin/pbs_server
|
|
||||||
sbin/qnoded
|
|
||||||
sbin/qschedd
|
|
||||||
sbin/qserverd
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/torque.setup
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/pbs_environment
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/dedicated_time
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/holidays
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/resource_group
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/sched_config
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/server_name
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/server_priv/nodes
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/undelivered
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/spool
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/queues
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/jobs
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/hostlist
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/disallowed_types
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/credentials
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/arrays
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_users
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_svr
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_hosts
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_groups
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/accounting
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_logs
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/sched_priv/accounting
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/sched_logs
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/mom_priv/jobs
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/mom_logs
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/job_logs
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/checkpoint
|
|
||||||
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/aux
|
|
Loading…
Add table
Reference in a new issue