Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2007 23:42:48 -0400 (EDT)
From:      Andy Pavlo <pavlo@cs.wisc.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        condor-fw@cs.wisc.edu
Subject:   ports/112510: New port: sysutil/condor Condor High-Throughput Distributed Batch System
Message-ID:  <200705080342.l483gmNa096642@c-69-250-53-194.hsd1.md.comcast.net>
Resent-Message-ID: <200705080420.l484K4Rf042430@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112510
>Category:       ports
>Synopsis:       New port: sysutil/condor Condor High-Throughput Distributed Batch System
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 08 04:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Andy Pavlo
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
University of Wisconsin-Madison, Dept. of Computer Sciences
>Environment:
System: FreeBSD c-69-250-53-194.hsd1.md.comcast.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Jun 8 22:13:52 EDT 2006 andy@c-69-250-53-194.hsd1.md.comcast.net:/usr/src/sys/i386/compile/AUGUSTUS_KERNEL i386


>Description:
This is as port for the Condor distributed batch system. The installation process is a 
little unconventional because we can only pull binaries and have to run a custom installation
script that installs binaries and create configuration files. We can't create a FreeBSD package because
Condor's installation script (condor_configure) figures out environment information at install time,
and these files would be packaged up in the bzip file. I don't think this is a problem, but if that
means our system can't be added to the FreeBSD ISOs, please let me know what I can do to fix this. 

Is there anything I need to do have the binaries mirrored on FreeBSD's FTP servers?

Also, I only have binaries for FreeBSD 6.X that I have tested on 6.0 and 6.1. We have reports
from users that these binaries do work on 5.X machines. I have not tested on 7.X and would like
some help making sure that it is truly compatible.

I may need somebody to double check whether I am creating the ${DEST_DIR}/var/${PORTNAME} 
directories correctly and whether I am cleanly up the port properly. 

Lastly, in this version of Condor the sysadmin must add CONDOR_CONFIG to their environment
because Condor doesn't look in '/usr/local/etc' by default. I have fixed in this in upcoming
versions of Condor.

Thanks!

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	condor
#	condor/files
#	condor/files/patch-condor_configure
#	condor/Makefile
#	condor/distinfo
#	condor/pkg-descr
#	condor/pkg-plist
#	condor/pkg-message
#
echo c - condor
mkdir -p condor > /dev/null 2>&1
echo c - condor/files
mkdir -p condor/files > /dev/null 2>&1
echo x - condor/files/patch-condor_configure
sed 's/^X//' >condor/files/patch-condor_configure << 'END-of-condor/files/patch-condor_configure'
X--- condor_configure.orig	Thu Feb  1 07:11:10 2007
X+++ condor_configure	Sat Apr 28 18:26:02 2007
X@@ -134,6 +134,7 @@
X 	$opt_maybe_daemon_owner,
X 	$opt_install_log,
X 	$opt_verbose,
X+	$opt_overwrite,
X );
X 
X 
X@@ -482,6 +483,7 @@
X 		"install-log=s"	        =>	\$opt_install_log,
X 		"verbose!"				=>	\$opt_verbose,
X 		"help"					=>	sub {print $Usage; exit 0},
X+		"overwrite"			=>	\$opt_overwrite,
X 	) or die $Usage;
X 
X     if ($opt_local_dir && !($opt_local_dir =~ m/^\//)) {
X@@ -629,7 +631,7 @@
X 
X     # Move the sbin directories instead of overwriting them,
X     # so that the running daemons don't blow up 
X-    if ( -d "$release_dir/sbin" ) {
X+    if ( !$opt_overwrite && -d "$release_dir/sbin" ) {
X 	rename ("$release_dir/sbin", "$release_dir/sbin.old.$timestamp") or
X 	    die "Unable to move $release_dir/sbin!\n";
X     }
END-of-condor/files/patch-condor_configure
echo x - condor/Makefile
sed 's/^X//' >condor/Makefile << 'END-of-condor/Makefile'
X# New ports collection makefile for:	condor
X# Date created:			01 May 2007
X# Whom:				Andy Pavlo
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	condor
XPORTVERSION=	6.8.4
XCATEGORIES=	sysutils parallel
XMASTER_SITES=	http://www.cs.wisc.edu/condor/cgi-bin/downloads/sendfile.pl/${OSREL}/v6.8/ \
X		${MASTER_SITE_LOCAL}
XDISTNAME=	condor-${PORTVERSION}-freebsd6-x86-dynamic
X
XMAINTAINER=	pavlo@cs.wisc.edu
XCOMMENT=	Condor High-Throughput Distributed Batch System
X
XONLY_FOR_ARCHS=	amd64 i386
XWRKSRC=		${WRKDIR}/condor-${PORTVERSION}
XOPTIONS=	SUBMIT_NODE "Configure system to be able to submit jobs" On \
X		EXECUTE_NODE "Configure system to execute jobs in pool" On \
X		MANAGER_NODE "Configure system as central manager node" On
XUSE_LDCONFIG=	yes
XNO_BUILD=	yes
XNO_PACKAGE=	yes
XUSE_PERL5_BUILD=	yes
X
X# We conflict with the developer series version of Condor
XCONFLICTS=	condor-devel*
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITHOUT_SUBMIT_NODE)
XINSTALL_SUBMIT_NODE=	
X.else
XINSTALL_SUBMIT_NODE=	submit,
X.endif
X
X.if defined(WITHOUT_EXECUTE_NODE)
XINSTALL_EXECUTE_NODE=	
X.else
XINSTALL_EXECUTE_NODE=	execute,
X.endif
X
X.if defined(WITHOUT_MANAGER_NODE)
XINSTALL_MANAGER_NODE=	
X.else
XINSTALL_MANAGER_NODE=	manager,
X.endif
X
X# Where Condor will store files it needs
XLOCAL_DIR=	${DEST_DIR}/var/${PORTNAME}
X
Xpre-install:
X	${MKDIR} ${LOCAL_DIR}/execute
X	${MKDIR} ${LOCAL_DIR}/spool
X	${MKDIR} ${LOCAL_DIR}/log
X
Xdo-install:
X	${WRKSRC}/condor_configure --type=${INSTALL_SUBMIT_NODE}${INSTALL_EXECUTE_NODE}${INSTALL_MANAGER_NODE} --install=${WRKSRC}/release.tar --install-dir=${PREFIX} --local-dir=${LOCAL_DIR} --maybe-daemon-owner --overwrite
X	${MV} ${PREFIX}/etc/examples/ ${PREFIX}/etc/condor_config.examples
X	${PERL} -pi -e "s|^HOSTALLOW_WRITE = .*|HOSTALLOW_WRITE = *|" ${PREFIX}/etc/condor_config
X	${PERL} -pi -e "s|^MASTER=.*|MASTER=${PREFIX}/sbin/condor_master|" ${PREFIX}/etc/condor_config.examples/condor.boot
X	${PERL} -pi -e "s|^PS=.*|PS=${PS}|" ${PREFIX}/etc/condor_config.examples/condor.boot
X	${CP} ${PREFIX}/etc/condor_config.examples/condor.boot ${PREFIX}/etc/rc.d/condor
X
Xpost-install:
X	${CAT} ${PKGMESSAGE}
X	@( ${ECHO_MSG} ""; \
X	   ${ECHO_MSG} "Set the following parameter in your environment:"; \
X	   ${ECHO_MSG} "CONDOR_CONFIG = ${PREFIX}/etc/condor_config"; \
X	   ${ECHO_MSG} ""; \
X	   ${ECHO_MSG} "Sample configuration files may be found in ${PREFIX}/condor_config.examples/"; \
X	   ${ECHO_MSG} ""; \
X	   ${ECHO_MSG} "Condor can be started with the following command:"; \
X	   ${ECHO_MSG} "${PREFIX}/etc/rc.d/condor start"; \
X	   ${ECHO_MSG} "" )
X
XMAN1=		condor_advertise.1 \
X		condor_checkpoint.1 \
X		condor_compile.1 \
X		condor_configure.1 \
X		condor_config_val.1 \
X		condor_findhost.1 \
X		condor_glidein.1 \
X		condor_history.1 \
X		condor_hold.1 \
X		condor_master.1 \
X		condor_master_off.1 \
X		condor_off.1 \
X		condor_on.1 \
X		condor_preen.1 \
X		condor_prio.1 \
X		condor_q.1 \
X		condor_qedit.1 \
X		condor_reconfig.1 \
X		condor_rm.1 \
X		condor_reconfig_schedd.1 \
X		condor_release.1 \
X		condor_reschedule.1 \
X		condor_restart.1 \
X		condor_run.1 \
X		condor_stats.1 \
X		condor_status.1 \
X		condor_store_cred.1 \
X		condor_submit.1 \
X		condor_submit_dag.1 \
X		condor_updates_stats.1 \
X		condor_userlog.1 \
X		condor_userprio.1 \
X		condor_vacate.1 \
X		condor_vacate_job.1
X
X.include <bsd.port.post.mk>
END-of-condor/Makefile
echo x - condor/distinfo
sed 's/^X//' >condor/distinfo << 'END-of-condor/distinfo'
XMD5 (condor-6.8.4-freebsd6-x86-dynamic.tar.gz) = 950fa962f2a9b5af20fc572ea506c5c7
XSHA256 (condor-6.8.4-freebsd6-x86-dynamic.tar.gz) = 5e246718ef080564c6c551cc6f8e762f4381bdbd6717ce4f07b189d5e7b6846e
XSIZE (condor-6.8.4-freebsd6-x86-dynamic.tar.gz) = 91225595
END-of-condor/distinfo
echo x - condor/pkg-descr
sed 's/^X//' >condor/pkg-descr << 'END-of-condor/pkg-descr'
XCondor is a open-source, specialized workload management system for
Xcompute-intensive jobs. Like other full-featured batch systems, Condor
Xprovides a job queueing mechanism, scheduling policy, priority scheme,
Xresource monitoring, and resource management. Users submit their serial
Xor parallel jobs to Condor, Condor places them into a queue, chooses
Xwhen and where to run the jobs based upon a policy, carefully monitors
Xtheir progress, and ultimately informs the user upon completion. Condor
Xalso contains mechanisms to submit jobs to grid-sites and supports many
Xdifferent grid toolkits.
X
XIt is developed at the University of Wisconsin-Madison's Department
Xof Computer Sciences.
X
XWWW: http://www.cs.wisc.edu/condor/
END-of-condor/pkg-descr
echo x - condor/pkg-plist
sed 's/^X//' >condor/pkg-plist << 'END-of-condor/pkg-plist'
Xetc/condor_config.examples/README
Xetc/condor_config.examples/lamscript
Xetc/condor_config.examples/condor_config.local.view_server
Xetc/condor_config.examples/condor_config.local.root.ckpt.server
Xetc/condor_config.examples/condor_config.local.ha_condor_had
Xetc/condor_config.examples/condor_config.local.ha_condor_client
Xetc/condor_config.examples/condor_config.local.ckpt.server
Xetc/condor_config.examples/condor_config.local.dedicated.submit
Xetc/condor_config.examples/condor_config.local.dedicated.resource
Xetc/condor_config.examples/condor_config.local.central.manager
Xetc/condor_config.examples/condor.generic
Xetc/condor_config.examples/mp1script
Xetc/condor_config.examples/condor_config.generic
Xetc/condor_config.examples/condor_config.root.generic
Xetc/condor_config.examples/condor_config.submit.generic
Xetc/condor_config.examples/condor.boot
Xetc/rc.d/condor
Xinclude/user_log.README
Xinclude/user_log.c++.h
Xinclude/condor_event.h
Xinclude/condor_holdcodes.h
Xinclude/file_lock.h
Xinclude/condor_constants.h
Xinclude/drmaa.h
Xinclude/README
Xinclude/chirp_client.h
Xsrc/chirp/chirp_client.c
Xsrc/chirp/chirp_client.h
Xsrc/drmaa/auxDrmaa.c
Xsrc/drmaa/auxDrmaa.h
Xsrc/drmaa/config.h.in
Xsrc/drmaa/configure
Xsrc/drmaa/configure.in
Xsrc/drmaa/documentation
Xsrc/drmaa/drmaa_common.c
Xsrc/drmaa/drmaa_common.h
Xsrc/drmaa/drmaa.h
Xsrc/drmaa/iniparser.c
Xsrc/drmaa/iniparser.h
Xsrc/drmaa/libDrmaa.c
Xsrc/drmaa/Makefile.in
Xsrc/drmaa/README
Xsrc/drmaa/STATUS
Xsrc/drmaa/WISDOM
Xlib/webservice/condorAccountant.wsdl
Xlib/webservice/condorQuill.wsdl
Xlib/webservice/condorStartd.wsdl
Xlib/webservice/condorSchedd.wsdl
Xlib/webservice/condorHad.wsdl
Xlib/webservice/condorDagman.wsdl
Xlib/webservice/condorNegotiator.wsdl
Xlib/webservice/condorCollector.wsdl
Xlib/webservice/condorMaster.wsdl
Xlib/webservice/condorGridmanager.wsdl
Xlib/webservice/condorStarter.wsdl
Xlib/webservice/condorShadow.wsdl
Xlib/webservice/condorCgahp.wsdl
Xlib/webservice/condorDcskel.wsdl
Xlib/libcondorapi.a
Xlib/libcondorapi.so
Xlib/Condor.pm
Xlib/gt3/lib/gt3-gahp.jar
Xlib/gt3/lib/wsdl4j.jar
Xlib/gt3/lib/xindice-servicegroup-stub.jar
Xlib/gt3/lib/cog-tomcat.jar
Xlib/gt3/lib/jaxrpc.jar
Xlib/gt3/lib/puretls.jar
Xlib/gt3/lib/mmjfs.jar
Xlib/gt3/lib/xindice-1.1b3.jar
Xlib/gt3/lib/ogsa-samples.jar
Xlib/gt3/lib/commons-collections.jar
Xlib/gt3/lib/mds-aggregator.jar
Xlib/gt3/lib/commons-pool.jar
Xlib/gt3/lib/openjms-0.7.5.jar
Xlib/gt3/lib/sdb.jar
Xlib/gt3/lib/xmlsec.jar
Xlib/gt3/lib/exolabcore-0.3.5.jar
Xlib/gt3/lib/grim.jar
Xlib/gt3/lib/servlet.jar
Xlib/gt3/lib/xmlrpc-1.1.jar
Xlib/gt3/lib/mjs.jar
Xlib/gt3/lib/mds-db.jar
Xlib/gt3/lib/mds-index.jar
Xlib/gt3/lib/cog-axis.jar
Xlib/gt3/lib/pg73jdbc2.jar
Xlib/gt3/lib/commons-discovery.jar
Xlib/gt3/lib/filestreaming.jar
Xlib/gt3/lib/xercesImpl.jar
Xlib/gt3/lib/xmldb-xupdate.jar
Xlib/gt3/lib/xalan.jar
Xlib/gt3/lib/ogsa.jar
Xlib/gt3/lib/cryptix.jar
Xlib/gt3/lib/axis.jar
Xlib/gt3/lib/jgss.jar
Xlib/gt3/lib/ogsa_messaging_jms.jar
Xlib/gt3/lib/log4j-1.2.8.jar
Xlib/gt3/lib/commons-logging.jar
Xlib/gt3/lib/jce-jdk13-120.jar
Xlib/gt3/lib/multirft.jar
Xlib/gt3/lib/cog-jglobus.jar
Xlib/gt3/lib/xmldb-api-sdk-20021118.jar
Xlib/gt3/lib/cas.jar
Xlib/gt3/lib/cryptix-asn1.jar
Xlib/gt3/lib/xml-apis-1.1.jar
Xlib/gt3/lib/gram-rips.jar
Xlib/gt3/lib/xmldb-api-20021118.jar
Xlib/gt3/lib/jboss-j2ee.jar
Xlib/gt3/lib/cryptix32.jar
Xlib/gt3/lib/commons-dbcp.jar
Xlib/gt3/lib/mds-providers.jar
Xlib/gt3/lib/xmldb-common.jar
Xlib/gt3/lib/xindice-servicegroup.jar
Xlib/gt3/lib/xmlParserAPIs.jar
Xlib/gt3/lib/saaj.jar
Xlib/gt3/lib/casClients.jar
Xlib/gt3/lib/casServer.jar
Xlib/gt3/lib/casTests.jar
Xlib/gt3/lib/jug-1.0.1.jar
Xlib/gt3/lib/opensaml.jar
Xlib/gt3/lib/wsif.jar
Xlib/gt3/schema/samples/exception/exception_port_type.wsdl
Xlib/gt3/schema/samples/exception/exception_service.wsdl
Xlib/gt3/schema/samples/exception/exception_bindings.wsdl
Xlib/gt3/schema/samples/chat/chat_bindings.wsdl
Xlib/gt3/schema/samples/chat/chat_port_type.gwsdl
Xlib/gt3/schema/samples/chat/chat_service.wsdl
Xlib/gt3/schema/samples/chat/chat_port_type.xsd
Xlib/gt3/schema/samples/chat/chat_port_type.wsdl
Xlib/gt3/schema/samples/ogsi/ogsi_all_port_type.gwsdl
Xlib/gt3/schema/samples/ogsi/ogsi_notification_service.wsdl
Xlib/gt3/schema/samples/ogsi/ogsi_all_service.wsdl
Xlib/gt3/schema/samples/ogsi/ogsi_service_group_port_type.gwsdl
Xlib/gt3/schema/samples/ogsi/ogsi_service_group_port_type.wsdl
Xlib/gt3/schema/samples/ogsi/ogsi_service_group_bindings.wsdl
Xlib/gt3/schema/samples/ogsi/ogsi_notification_bindings.wsdl
Xlib/gt3/schema/samples/ogsi/ogsi_all_port_type.xsd
Xlib/gt3/schema/samples/ogsi/ogsi_notification_port_type.wsdl
Xlib/gt3/schema/samples/ogsi/ogsi_service_group_service.wsdl
Xlib/gt3/schema/samples/ogsi/ogsi_all_port_type.wsdl
Xlib/gt3/schema/samples/ogsi/ogsi_notification_port_type.gwsdl
Xlib/gt3/schema/samples/ogsi/ogsi_all_bindings.wsdl
Xlib/gt3/schema/samples/counter/counter_port_type.xsd
Xlib/gt3/schema/samples/counter/routable_counter_bindings.wsdl
Xlib/gt3/schema/samples/counter/routable_counter_port_type.gwsdl
Xlib/gt3/schema/samples/counter/notification_counter_port_type.gwsdl
Xlib/gt3/schema/samples/counter/counter_bindings.wsdl
Xlib/gt3/schema/samples/counter/routable_counter_port_type.wsdl
Xlib/gt3/schema/samples/counter/notification_counter_service.wsdl
Xlib/gt3/schema/samples/counter/gsi_counter_service.wsdl
Xlib/gt3/schema/samples/counter/routable_counter_port_type.xsd
Xlib/gt3/schema/samples/counter/routable_counter_service.wsdl
Xlib/gt3/schema/samples/counter/counter_port_type.gwsdl
Xlib/gt3/schema/samples/counter/encoded_counter_service.wsdl
Xlib/gt3/schema/samples/counter/notification_counter_port_type.wsdl
Xlib/gt3/schema/samples/counter/notification_counter_bindings.wsdl
Xlib/gt3/schema/samples/counter/counter_service.wsdl
Xlib/gt3/schema/samples/counter/counter_port_type.wsdl
Xlib/gt3/schema/samples/counter/gsi_counter_bindings.wsdl
Xlib/gt3/schema/samples/notification/sink_listener_bindings.wsdl
Xlib/gt3/schema/samples/notification/sink_listener_service.wsdl
Xlib/gt3/schema/samples/notification/sink_listener_port_type.gwsdl
Xlib/gt3/schema/samples/notification/sink_listener_port_type.xsd
Xlib/gt3/schema/samples/notification/sink_listener_port_type.wsdl
Xlib/gt3/schema/samples/gwsdl/base_port_types.gwsdl
Xlib/gt3/schema/samples/gwsdl/top_port_type.gwsdl
Xlib/gt3/schema/samples/gwsdl/top_bindings.wsdl
Xlib/gt3/schema/samples/gwsdl/top_port_type.wsdl
Xlib/gt3/schema/samples/gwsdl/top_service.wsdl
Xlib/gt3/schema/samples/gwsdl/top_port_type.xsd
Xlib/gt3/schema/samples/any/any_bindings.wsdl
Xlib/gt3/schema/samples/any/any_service.wsdl
Xlib/gt3/schema/samples/any/any_port_type.wsdl
Xlib/gt3/schema/samples/google/google_search_service.wsdl
Xlib/gt3/schema/samples/temperature/xmethods_temperature_service.wsdl
Xlib/gt3/schema/samples/extension/counter_multiply_service.wsdl
Xlib/gt3/schema/samples/extension/counter_notification_service.wsdl
Xlib/gt3/schema/samples/extension/counter_multiply_port_type.wsdl
Xlib/gt3/schema/samples/extension/counter_multiply_bindings.wsdl
Xlib/gt3/schema/samples/servicedata/service_data_bindings.wsdl
Xlib/gt3/schema/samples/servicedata/service_data_port_type.wsdl
Xlib/gt3/schema/samples/servicedata/service_data_port_type.gwsdl
Xlib/gt3/schema/samples/servicedata/service_data_service.wsdl
Xlib/gt3/schema/samples/servicedata/service_data_port_type.xsd
Xlib/gt3/schema/samples/weather/weather_service.wsdl
Xlib/gt3/schema/samples/weather/weather_bindings.wsdl
Xlib/gt3/schema/samples/weather/weather_port_type.wsdl
Xlib/gt3/schema/samples/registry/vo_registry_service.wsdl
Xlib/gt3/schema/core/types/subscription.wsdl
Xlib/gt3/schema/core/types/servicedata.xsd
Xlib/gt3/schema/core/types/servicedata.wsdl
Xlib/gt3/schema/core/types/timestamp.wsdl
Xlib/gt3/schema/core/types/subscription.xsd
Xlib/gt3/schema/core/types/timestamp.xsd
Xlib/gt3/schema/core/types/properties_detail.wsdl
Xlib/gt3/schema/core/types/query.xsd
Xlib/gt3/schema/core/types/properties_detail.xsd
Xlib/gt3/schema/core/types/query.wsdl
Xlib/gt3/schema/core/notification/jms_adapter_port_type.wsdl
Xlib/gt3/schema/core/notification/jms_adapter_bindings.wsdl
Xlib/gt3/schema/core/notification/notification.xsd
Xlib/gt3/schema/core/notification/jms_adapter_service.wsdl
Xlib/gt3/schema/core/notification/jms_adapter_port_type.gwsdl
Xlib/gt3/schema/core/notification/gsi_notification_subscription_service.wsdl
Xlib/gt3/schema/core/notification/gsi_notification_sink_service.wsdl
Xlib/gt3/schema/core/notification/jms_adapter_port_type.xsd
Xlib/gt3/schema/core/notification/notification.wsdl
Xlib/gt3/schema/core/admin/admin_service.wsdl
Xlib/gt3/schema/core/admin/admin_port_type.gwsdl
Xlib/gt3/schema/core/admin/admin_types.wsdl
Xlib/gt3/schema/core/admin/admin_bindings.wsdl
Xlib/gt3/schema/core/admin/admin_port_type.wsdl
Xlib/gt3/schema/core/admin/admin_port_type.xsd
Xlib/gt3/schema/core/proxy/proxy_factory_service.wsdl
Xlib/gt3/schema/core/proxy/dummy_proxy_service.wsdl
Xlib/gt3/schema/core/ping/ping_bindings.wsdl
Xlib/gt3/schema/core/ping/ping_port_type.gwsdl
Xlib/gt3/schema/core/ping/ping_port_type.xsd
Xlib/gt3/schema/core/ping/ping_port_type.wsdl
Xlib/gt3/schema/core/ping/ping_service.wsdl
Xlib/gt3/schema/core/management/management_bindings.wsdl
Xlib/gt3/schema/core/management/management_port_type.xsd
Xlib/gt3/schema/core/management/management_service.wsdl
Xlib/gt3/schema/core/management/management_port_type.gwsdl
Xlib/gt3/schema/core/management/management_port_type.wsdl
Xlib/gt3/schema/core/factory/gsi_factory_service.wsdl
Xlib/gt3/schema/core/logging/logging_port_type.xsd
Xlib/gt3/schema/core/logging/logging_service.wsdl
Xlib/gt3/schema/core/logging/logging_bindings.wsdl
Xlib/gt3/schema/core/logging/logging_port_type.wsdl
Xlib/gt3/schema/core/logging/logging_port_type.gwsdl
Xlib/gt3/schema/ogsi/wsdl.xsd
Xlib/gt3/schema/ogsi/ogsi_notification_factory_service.wsdl
Xlib/gt3/schema/ogsi/gwsdl.xsd
Xlib/gt3/schema/ogsi/ogsi_notification_sink_service.wsdl
Xlib/gt3/schema/ogsi/ogsi_factory_bindings.wsdl
Xlib/gt3/schema/ogsi/ogsi_notification_service_group_bindings.wsdl
Xlib/gt3/schema/ogsi/ogsi_service.wsdl
Xlib/gt3/schema/ogsi/xsd.xsd
Xlib/gt3/schema/ogsi/ogsi_service_group_registration_service.wsdl
Xlib/gt3/schema/ogsi/ogsi_bindings.wsdl
Xlib/gt3/schema/ogsi/ogsi_service_data.xsd
Xlib/gt3/schema/ogsi/ogsi_service_group_registration_bindings.wsdl
Xlib/gt3/schema/ogsi/ogsi_notification_factory.gwsdl
Xlib/gt3/schema/ogsi/ogsi_service_group_entry_service.wsdl
Xlib/gt3/schema/ogsi/ogsi_service_group_registration.wsdl
Xlib/gt3/schema/ogsi/ogsi_notification_factory.wsdl
Xlib/gt3/schema/ogsi/ogsi_factory_service.wsdl
Xlib/gt3/schema/ogsi/ogsi_factory.wsdl
Xlib/gt3/schema/ogsi/ogsi_notification_factory_bindings.wsdl
Xlib/gt3/schema/ogsi/ogsi_handle_resolver_service.wsdl
Xlib/gt3/schema/ogsi/ogsi.xsd
Xlib/gt3/schema/ogsi/ogsi_notification_service_group.gwsdl
Xlib/gt3/schema/ogsi/ogsi.gwsdl
Xlib/gt3/schema/ogsi/gwsdl_port_type.xsd
Xlib/gt3/schema/ogsi/gwsdl_port_type.wsdl
Xlib/gt3/schema/ogsi/service_data.xsd
Xlib/gt3/schema/ogsi/ogsi_service_data.wsdl
Xlib/gt3/schema/ogsi/ogsi_notification_subscription_service.wsdl
Xlib/gt3/schema/ogsi/ogsi_factory.gwsdl
Xlib/gt3/schema/ogsi/ogsi_service_group_registration.gwsdl
Xlib/gt3/schema/ogsi/wsdl12.xsd
Xlib/gt3/schema/ogsi/ogsi_notification_service_group.wsdl
Xlib/gt3/schema/ogsi/ogsi.wsdl
Xlib/gt3/schema/ogsi/ogsi_notification_service_group_service.wsdl
Xlib/gt3/schema/tests/complex/NestedArrayService.wsdl
Xlib/gt3/schema/tests/complex/NestedService.wsdl
Xlib/gt3/schema/tests/security/security_test_port_type.gwsdl
Xlib/gt3/schema/tests/serialization/serialization_port_type.gwsdl
Xlib/gt3/schema/base/multirft/multirft_bindings.wsdl
Xlib/gt3/schema/base/multirft/multirft_port_type.xsd
Xlib/gt3/schema/base/multirft/multirft_port_type.wsdl
Xlib/gt3/schema/base/multirft/multirft_types.wsdl
Xlib/gt3/schema/base/multirft/multirft_service.wsdl
Xlib/gt3/schema/base/multirft/multirft_port_type.gwsdl
Xlib/gt3/schema/base/streaming/file_stream_port_type.xsd
Xlib/gt3/schema/base/streaming/file_stream_factory_bindings.wsdl
Xlib/gt3/schema/base/streaming/file_stream_bindings.wsdl
Xlib/gt3/schema/base/streaming/file_stream_port_type.gwsdl
Xlib/gt3/schema/base/streaming/file_stream_factory_port_type.gwsdl
Xlib/gt3/schema/base/streaming/file_stream_factory_port_type.wsdl
Xlib/gt3/schema/base/streaming/file_stream_service.wsdl
Xlib/gt3/schema/base/streaming/file_stream_factory_service.wsdl
Xlib/gt3/schema/base/streaming/file_stream_port_type.wsdl
Xlib/gt3/schema/base/index/index_service_port_type.gwsdl
Xlib/gt3/schema/base/index/index_service.wsdl
Xlib/gt3/schema/base/index/index_bindings.wsdl
Xlib/gt3/schema/base/index/index_service_port_type.wsdl
Xlib/gt3/schema/base/gram/examples/condor_gram_rsl_example_1.xml
Xlib/gt3/schema/base/gram/examples/lsf_gram_rsl_example_1.xml
Xlib/gt3/schema/base/gram/examples/gram_rsl_example_1.xml
Xlib/gt3/schema/base/gram/examples/gram_rsl_example_2.xml
Xlib/gt3/schema/base/gram/examples/gram_rsl_example_3.xml
Xlib/gt3/schema/base/gram/examples/test.xml
Xlib/gt3/schema/base/gram/examples/pbs_gram_rsl_example_1.xml
Xlib/gt3/schema/base/gram/examples/scheduler_gram_rsl_example_1.xml
Xlib/gt3/schema/base/gram/lsf_gram_rsl.xsd
Xlib/gt3/schema/base/gram/gram_rsl.xsd
Xlib/gt3/schema/base/gram/failure_test.xsd
Xlib/gt3/schema/base/gram/scheduler_gram_rsl.xsd
Xlib/gt3/schema/base/gram/managed_job_port_type.xsd
Xlib/gt3/schema/base/gram/rips.gwsdl
Xlib/gt3/schema/base/gram/condor_gram_rsl.xsd
Xlib/gt3/schema/base/gram/managed_job_types.wsdl
Xlib/gt3/schema/base/gram/rips_service.wsdl
Xlib/gt3/schema/base/gram/rsl.xsd
Xlib/gt3/schema/base/gram/rsl_enum.xsd
Xlib/gt3/schema/base/gram/pbs_gram_rsl.xsd
Xlib/gt3/schema/base/gram/managed_job_port_type.wsdl
Xlib/gt3/schema/base/gram/mmjfs.wsdl
Xlib/gt3/schema/base/gram/mmjfs_service.wsdl
Xlib/gt3/schema/base/gram/rips_bindings.wsdl
Xlib/gt3/schema/base/gram/rips.wsdl
Xlib/gt3/schema/base/gram/managed_job_port_type.gwsdl
Xlib/gt3/schema/base/gram/managed_job_service.wsdl
Xlib/gt3/schema/base/gram/managed_job_bindings.wsdl
Xlib/gt3/schema/base/gram/rips.xsd
Xlib/gt3/schema/base/gram/managed_job_types.xsd
Xlib/gt3/schema/base/gram/mmjfs.gwsdl
Xlib/gt3/schema/base/gram/mmjfs_bindings.wsdl
Xlib/gt3/schema/base/servicegroup/xindice_servicegroup_factory_bindings.wsdl
Xlib/gt3/schema/base/servicegroup/xindice_servicegroup_port_type.wsdl
Xlib/gt3/schema/base/servicegroup/xindice_servicegroup_bindings.wsdl
Xlib/gt3/schema/base/servicegroup/xindice_servicegroup_factory_service.wsdl
Xlib/gt3/schema/base/servicegroup/xindice_servicegroup_service.wsdl
Xlib/gt3/schema/base/servicegroup/xindice_servicegroup_port_type.gwsdl
Xlib/gt3/schema/base/servicegroup/xindice_servicegroup_factory_port_type.wsdl
Xlib/gt3/schema/base/servicegroup/xindice_servicegroup_factory_port_type.gwsdl
Xlib/gt3/schema/base/provider/service_data_provider_execution_port_type.gwsdl
Xlib/gt3/schema/base/aggregator/data_aggregator_port_type.gwsdl
Xlib/gt3/schema/generated/ArraySample/ArraySampleService.wsdl
Xlib/gt3/schema/generated/GenerateCounter/GenerateCounterService.wsdl
Xlib/gt3/schema/security/authentication/gss_secure_conversation_service.wsdl
Xlib/gt3/schema/security/authentication/gss_secure_conversation_bindings.wsdl
Xlib/gt3/schema/security/authentication/gss_secure_conversation_port_type.gwsdl
Xlib/gt3/schema/security/authentication/gss_secure_conversation_port_type.xsd
Xlib/gt3/schema/security/authentication/gss_secure_conversation_port_type.wsdl
Xlib/gt3/schema/security/authentication/gss_secure_conversation.xsd
Xlib/gt3/schema/NStoPkg.properties
Xlib/gt3/build-samples.xml
Xlib/gt3/build-services.xml
Xlib/gt3/build-tools.xml
Xlib/gt3/build.xml
Xlib/gt3/client-config.wsdd
Xlib/gt3/client-gui-config.xml
Xlib/gt3/client-server-config.wsdd
Xlib/gt3/local-client-config.wsdd
Xlib/gt3/ogsa.properties
Xlib/gt3/server-config.wsdd.in
Xlib/gt3/server-config.wsdd
Xlib/gt3/build-client.xml
Xlib/gt3/local-server-config.wsdd.in
Xlib/gt3/local-server-config.wsdd
Xlib/gt3/build-packages.xml
Xlib/gt4-gahp.jar
Xlib/gt4/etc/globus_wsrf_core/jndi-config.xml
Xlib/gt4/etc/globus_wsrf_core/client-jndi-config.xml
Xlib/gt4/etc/globus_wsrf_core/global_security_descriptor.xml
Xlib/gt4/etc/globus_wsrf_core/server-config.wsdd
Xlib/gt4/etc/globus_wsrf_core/client-server-config.wsdd
Xlib/gt4/share/schema/core/security/secconv/secure_conversation_port_type.wsdl
Xlib/gt4/share/schema/core/security/secconv/secure_conversation_service.wsdl
Xlib/gt4/share/schema/core/security/secconv/secure_conversation_bindings.wsdl
Xlib/gt4/share/schema/core/security/authorization/authz_service.wsdl
Xlib/gt4/share/schema/core/security/authorization/authz_port_type.wsdl
Xlib/gt4/share/schema/core/security/authorization/authz_bindings.wsdl
Xlib/gt4/share/schema/core/management/shutdown_service.wsdl
Xlib/gt4/share/schema/core/management/shutdown_port_type.wsdl
Xlib/gt4/share/schema/core/management/shutdown_bindings.wsdl
Xlib/gt4/share/schema/core/samples/management/management_flattened.wsdl
Xlib/gt4/share/schema/core/samples/management/management_bindings.wsdl
Xlib/gt4/share/schema/core/samples/management/management_service.wsdl
Xlib/gt4/share/schema/core/samples/counter/counter_bindings.wsdl
Xlib/gt4/share/schema/core/samples/counter/counter_flattened.wsdl
Xlib/gt4/share/schema/core/samples/counter/counter_service.wsdl
Xlib/gt4/share/schema/core/samples/authzService/authzService_flattened.wsdl
Xlib/gt4/share/schema/core/samples/authzService/authzService_bindings.wsdl
Xlib/gt4/share/schema/core/samples/authzService/authzService_service.wsdl
Xlib/gt4/share/schema/core/notification/subscription_manager_service.wsdl
Xlib/gt4/share/schema/core/notification/notification_consumer_flattened.wsdl
Xlib/gt4/share/schema/core/notification/subscription_manager_bindings.wsdl
Xlib/gt4/share/schema/core/notification/notification_consumer_bindings.wsdl
Xlib/gt4/share/schema/core/notification/subscription_manager_flattened.wsdl
Xlib/gt4/share/schema/core/notification/notification_consumer_service.wsdl
Xlib/gt4/share/schema/core/types/timestamp.wsdl
Xlib/gt4/share/schema/core/types/timestamp.xsd
Xlib/gt4/share/schema/core/tests/security/security_test_bindings.wsdl
Xlib/gt4/share/schema/core/tests/security/security_test_flattened.wsdl
Xlib/gt4/share/schema/core/tests/security/security_test_service.wsdl
Xlib/gt4/share/schema/core/tests/invalidate/invalidate_port_type.wsdl
Xlib/gt4/share/schema/core/tests/notification/notification_test_bindings.wsdl
Xlib/gt4/share/schema/core/tests/notification/persistence_test_subscription_manager_flattened.wsdl
Xlib/gt4/share/schema/core/tests/notification/persistence_test_subscription_manager_service.wsdl
Xlib/gt4/share/schema/core/tests/notification/notification_test_service.wsdl
Xlib/gt4/share/schema/core/tests/notification/persistence_test_subscription_manager_bindings.wsdl
Xlib/gt4/share/schema/core/tests/notification/notification_test_flattened.wsdl
Xlib/gt4/share/schema/core/tests/interop/widget_port_type.wsdl
Xlib/gt4/share/schema/core/tests/interop/widget_service.wsdl
Xlib/gt4/share/schema/core/tests/interop/widget_bindings.wsdl
Xlib/gt4/share/schema/core/tests/interop/widget_notification_service.wsdl
Xlib/gt4/share/schema/core/tests/interop/widget_notification_flattened.wsdl
Xlib/gt4/share/schema/core/tests/interop/notification_consumer_factory_bindings.wsdl
Xlib/gt4/share/schema/core/tests/interop/widget_notification_bindings.wsdl
Xlib/gt4/share/schema/core/tests/interop/notification_consumer_factory_port_type.wsdl
Xlib/gt4/share/schema/core/tests/interop/notification_consumer_factory_service.wsdl
Xlib/gt4/share/schema/core/tests/basic/test_service.wsdl
Xlib/gt4/share/schema/core/tests/basic/test_bindings.wsdl
Xlib/gt4/share/schema/core/tests/basic/test_flattened.wsdl
Xlib/gt4/share/schema/core/tests/basic/TestRPCService.wsdl
Xlib/gt4/share/schema/core/tests/performance/basic_perf_test_port_type.wsdl
Xlib/gt4/share/schema/core/tests/performance/counter_bindings.wsdl
Xlib/gt4/share/schema/core/tests/performance/counter_flattened.wsdl
Xlib/gt4/share/schema/core/tests/performance/basic_perf_test_service.wsdl
Xlib/gt4/share/schema/core/tests/performance/basic_perf_test_bindings.wsdl
Xlib/gt4/share/schema/core/tests/performance/counter_service.wsdl
Xlib/gt4/share/schema/core/tests/c-providers/ResourcePropertiesTest_bindings.wsdl
Xlib/gt4/share/schema/core/tests/c-providers/ResourcePropertiesTest.wsdl
Xlib/gt4/share/schema/core/tests/c-providers/ResourcePropertiesTest_service.wsdl
Xlib/gt4/share/schema/core/registry/registry_entry_flattened.wsdl
Xlib/gt4/share/schema/core/registry/registry_service.wsdl
Xlib/gt4/share/schema/core/registry/registry_bindings.wsdl
Xlib/gt4/share/schema/core/registry/registry_flattened.wsdl
Xlib/gt4/share/schema/core/registry/registry_entry_service.wsdl
Xlib/gt4/share/schema/core/registry/registry_entry_bindings.wsdl
Xlib/gt4/share/schema/wsrf/faults/WS-BaseFaults.wsdl
Xlib/gt4/share/schema/wsrf/faults/WS-BaseFaults.xsd
Xlib/gt4/share/schema/wsrf/notification/WS-BaseN_service.wsdl
Xlib/gt4/share/schema/wsrf/notification/WS-BaseN.wsdl
Xlib/gt4/share/schema/wsrf/notification/WS-BaseN.xsd
Xlib/gt4/share/schema/wsrf/notification/WS-Topics.xsd
Xlib/gt4/share/schema/wsrf/notification/WS-BaseN_bindings.wsdl
Xlib/gt4/share/schema/wsrf/properties/WS-ResourceProperties.xsd
Xlib/gt4/share/schema/wsrf/properties/WS-ResourceProperties_service.wsdl
Xlib/gt4/share/schema/wsrf/properties/WS-ResourceProperties_bindings.wsdl
Xlib/gt4/share/schema/wsrf/properties/WS-ResourceProperties.wsdl
Xlib/gt4/share/schema/wsrf/lifetime/WS-ResourceLifetime_service.wsdl
Xlib/gt4/share/schema/wsrf/lifetime/WS-ResourceLifetime.xsd
Xlib/gt4/share/schema/wsrf/lifetime/WS-ResourceLifetime.wsdl
Xlib/gt4/share/schema/wsrf/lifetime/WS-ResourceLifetime_bindings.wsdl
Xlib/gt4/share/schema/wsrf/servicegroup/WS-ServiceGroup.wsdl
Xlib/gt4/share/schema/wsrf/servicegroup/WS-ServiceGroup_bindings.wsdl
Xlib/gt4/share/schema/wsrf/servicegroup/WS-ServiceGroup_service.wsdl
Xlib/gt4/share/schema/wsrf/servicegroup/WS-ServiceGroup.xsd
Xlib/gt4/share/schema/ws/policy/policy.xsd
Xlib/gt4/share/schema/ws/policy/utility.xsd
Xlib/gt4/share/schema/ws/secconv/ws-secureconversation.xsd
Xlib/gt4/share/schema/ws/security/xmldsig-core-schema.xsd
Xlib/gt4/share/schema/ws/security/oasis-200401-wss-wssecurity-utility-1.0.xsd
Xlib/gt4/share/schema/ws/security/oasis-200401-wss-wssecurity-secext-1.0.xsd
Xlib/gt4/share/schema/ws/addressing/WS-Addressing.xsd
Xlib/gt4/share/schema/ws/trust/ws-trust.xsd
Xlib/gt4/share/schema/ws/trust/ws-trust.wsdl
Xlib/gt4/share/schema/ws/xml.xsd
Xlib/gt4/lib/xml-apis.jar
Xlib/gt4/lib/cog-axis.jar
Xlib/gt4/lib/axis.jar
Xlib/gt4/lib/jaxrpc.jar
Xlib/gt4/lib/saaj.jar
Xlib/gt4/lib/commons-logging.jar
Xlib/gt4/lib/commons-discovery.jar
Xlib/gt4/lib/cog-jglobus.jar
Xlib/gt4/lib/jce-jdk13-125.jar
Xlib/gt4/lib/puretls.jar
Xlib/gt4/lib/cryptix32.jar
Xlib/gt4/lib/cryptix-asn1.jar
Xlib/gt4/lib/wsrf_core.jar
Xlib/gt4/lib/wsrf_core_stubs.jar
Xlib/gt4/lib/addressing-1.0.jar
Xlib/gt4/lib/globus_delegation_service.jar
Xlib/gt4/lib/wss4j.jar
Xlib/gt4/lib/globus_delegation_stubs.jar
Xlib/gt4/lib/wsdl4j.jar
Xlib/gt4/lib/gram-stubs.jar
Xlib/gt4/lib/globus_wsrf_mds_aggregator_stubs.jar
Xlib/gt4/lib/xmlsec.jar
Xlib/gt4/lib/log4j-1.2.8.jar
Xlib/gt4/lib/naming-java.jar
Xlib/gt4/lib/commons-digester.jar
Xlib/gt4/lib/naming-common.jar
Xlib/gt4/lib/commons-collections-3.0.jar
Xlib/gt4/lib/wsrf_tools.jar
Xlib/gt4/lib/gram-utils.jar
Xlib/gt4/lib/commons-beanutils.jar
Xlib/gt4/lib/commonj.jar
Xlib/gt4/lib/naming-factory.jar
Xlib/gt4/lib/gram-client.jar
Xlib/gt4/lib/globus_wsrf_rft_stubs.jar
Xlib/gt4/lib/wsrf_mds_usefulrp_schema_stubs.jar
Xlib/gt4/lib/opensaml.jar
Xlib/gt4/lib/cog-url.jar
Xlib/gt4/lib/wsrf_provider_jce.jar
Xlib/gt4/lib/concurrent.jar
Xlib/gt4/lib/globus_wsrf_rendezvous_stubs.jar
Xlib/gt4/lib/wsrf_common.jar
Xlib/gt4/lib/wsrf_core_registry.jar
Xlib/gt4/lib/wsrf_core_registry_stubs.jar
Xlib/gt4/lib/wsrf_mds_usefulrp.jar
Xlib/gt4/lib/cog-tomcat.jar
Xlib/gt4/lib/commons-cli-2.0.jar
Xlib/gt4/lib/commons-dbcp.jar
Xlib/gt4/lib/commons-pool.jar
Xlib/gt4/lib/cryptix.jar
Xlib/gt4/lib/axis-url.jar
Xlib/gt4/lib/globus_delegation_client.jar
Xlib/gt4/lib/globus_usage_core.jar
Xlib/gt4/lib/globus_usage_packets_common.jar
Xlib/gt4/lib/jgss.jar
Xlib/gt4/lib/globus_wsrf_gram_service_java_usage.jar
Xlib/gt4/lib/globus_wsrf_mds_aggregator.jar
Xlib/gt4/lib/globus_wsrf_rendezvous_service.jar
Xlib/gt4/lib/globus_wsrf_rft.jar
Xlib/gt4/lib/globus_wsrf_rft_client.jar
Xlib/gt4/lib/globus_wsrf_rft_service_java_usage.jar
Xlib/gt4/lib/globus_wsrf_servicegroup.jar
Xlib/gt4/lib/globus_wsrf_servicegroup_stubs.jar
Xlib/gt4/lib/gram-monitoring.jar
Xlib/gt4/lib/gram-service.jar
Xlib/gt4/lib/naming-resources.jar
Xlib/gt4/lib/pg73jdbc2.jar
Xlib/gt4/lib/resolver.jar
Xlib/gt4/lib/servlet.jar
Xlib/gt4/lib/xalan.jar
Xlib/gt4/lib/xercesImpl.jar
Xlib/gt4/lib/bootstrap.jar
Xlib/gt4/endorsed/xalan.jar
Xlib/gt4/log4j.properties
Xlib/gt4/container-log4j.properties
Xlib/gt4/client-config.wsdd
Xlib/gt4/README.CONDOR_EXTERNAL
Xlib/ugahp.jar
Xlib/CondorJavaWrapper.class
Xlib/CondorJavaInfo.class
Xlib/scimark2lib.jar
Xlib/libdrmaa.so
Xlib/libcondordrmaa.a
Xlib/Chirp.jar
Xlib/libchirp_client.a
Xlib/Execute.pm
Xlib/FileLock.pm
Xlibexec/glite/condorc-advertiser
Xlibexec/glite/condorc-authorizer
Xlibexec/glite/condorc-initialize
Xlibexec/glite/condorc-launcher
Xlibexec/glite/grid_monitor.sh
Xlibexec/gcb_broker
Xlibexec/gcb_relay_server
Xlibexec/condor_ssh
Xlibexec/sshd.sh
Xlibexec/globus-gridftp-server
Xlibexec/gridftp_wrapper.sh
Xlibexec/rsh
Xlibexec/condor_chirp
Xbin/condor_cod
Xbin/condor_config_val
Xbin/condor_userprio
Xbin/condor_findhost
Xbin/condor_history
Xbin/condor_qedit
Xbin/condor_transfer_data
Xbin/condor_version
Xbin/condor_wait
Xbin/condor_dump_history
Xbin/condor
Xbin/condor_checkpoint
Xbin/condor_vacate
Xbin/condor_reschedule
Xbin/condor_stats
Xbin/condor_transferer
Xbin/condor_status
Xbin/condor_dagman
Xbin/condor_submit_dag
Xbin/condor_userlog
Xbin/condor_check_userlogs
Xbin/condor_userlog_job_counter
Xbin/condor_q
Xbin/condor_rm
Xbin/condor_hold
Xbin/condor_release
Xbin/condor_vacate_job
Xbin/condor_submit
Xbin/condor_prio
Xbin/condor_compile
Xbin/condor_run
Xbin/condor_glidein
Xsbin/condor_preen
Xsbin/condor_advertise
Xsbin/condor_fetchlog
Xsbin/condor_convert_history
Xsbin/condor
Xsbin/condor_store_cred
Xsbin/condor_on
Xsbin/condor_off
Xsbin/condor_checkpoint
Xsbin/condor_vacate
Xsbin/condor_restart
Xsbin/condor_reconfig
Xsbin/condor_reconfig_schedd
Xsbin/condor_reschedule
Xsbin/condor_master_off
Xsbin/condor_ckpt_server
Xsbin/condor_shadow.std
Xsbin/condor_starter.std
Xsbin/condor_quill
Xsbin/condor_startd
Xsbin/condor_schedd
Xsbin/condor_had
Xsbin/condor_replication
Xsbin/condor_negotiator
Xsbin/condor_collector
Xsbin/condor_master
Xsbin/condor_starter.pvm
Xsbin/condor_pvmd
Xsbin/condor_pvmgs
Xsbin/condor_shadow.pvm
Xsbin/condor_install
Xsbin/condor_configure
Xsbin/condor_init
Xsbin/condor_updates_stats
Xsbin/condor_gridmanager
Xsbin/gt3_gahp
Xsbin/unicore_gahp
Xsbin/gt4_gahp
Xsbin/gahp_server
Xsbin/grid_monitor.sh
Xsbin/nordugrid_gahp
Xsbin/condor_starter
Xsbin/condor_gridshell
Xsbin/condor_shadow
Xsbin/condor_c-gahp_worker_thread
Xsbin/condor_c-gahp
Xsbin/uniq_pid_command
Xsbin/uniq_pid_midwife
Xsbin/uniq_pid_undertaker
Xsbin/cleanup_release
Xsbin/condor_local_stop
Xsbin/condor_cleanup_local
Xsbin/condor_cold_start
Xsbin/condor_cold_stop
Xsbin/condor_config_bind
Xsbin/filelock_midwife
Xsbin/filelock_undertaker
Xsbin/condor_install_local
Xsbin/condor_local_start
Xsbin/install_release
X@dirrm etc/condor_config.examples/
X@dirrm src/chirp/
X@dirrm src/drmaa/
X@dirrm lib/webservice/
X@dirrm lib/gt3/schema/samples/exception/
X@dirrm lib/gt3/schema/samples/chat/
X@dirrm lib/gt3/schema/samples/ogsi/
X@dirrm lib/gt3/schema/samples/counter/
X@dirrm lib/gt3/schema/samples/notification/
X@dirrm lib/gt3/schema/samples/gwsdl/
X@dirrm lib/gt3/schema/samples/any/
X@dirrm lib/gt3/schema/samples/google/
X@dirrm lib/gt3/schema/samples/temperature/
X@dirrm lib/gt3/schema/samples/extension/
X@dirrm lib/gt3/schema/samples/servicedata/
X@dirrm lib/gt3/schema/samples/weather/
X@dirrm lib/gt3/schema/samples/registry/
X@dirrm lib/gt3/schema/samples/
X@dirrm lib/gt3/schema/core/notification/
X@dirrm lib/gt3/schema/core/admin/
X@dirrm lib/gt3/schema/core/proxy/
X@dirrm lib/gt3/schema/core/ping/
X@dirrm lib/gt3/schema/core/management/
X@dirrm lib/gt3/schema/core/factory/
X@dirrm lib/gt3/schema/core/logging/
X@dirrm lib/gt3/schema/core/types/
X@dirrm lib/gt3/schema/core/
X@dirrm lib/gt3/schema/ogsi/
X@dirrm lib/gt3/schema/tests/complex/
X@dirrm lib/gt3/schema/tests/security/
X@dirrm lib/gt3/schema/tests/serialization/
X@dirrm lib/gt3/schema/tests/
X@dirrm lib/gt3/schema/base/streaming/
X@dirrm lib/gt3/schema/base/index/
X@dirrm lib/gt3/schema/base/gram/examples/
X@dirrm lib/gt3/schema/base/gram/
X@dirrm lib/gt3/schema/base/servicegroup/
X@dirrm lib/gt3/schema/base/provider/
X@dirrm lib/gt3/schema/base/aggregator/
X@dirrm lib/gt3/schema/base/multirft/
X@dirrm lib/gt3/schema/base/
X@dirrm lib/gt3/schema/security/authentication/
X@dirrm lib/gt3/schema/security/
X@dirrm lib/gt3/schema/generated/ArraySample/
X@dirrm lib/gt3/schema/generated/GenerateCounter/
X@dirrm lib/gt3/schema/generated/
X@dirrm lib/gt3/schema/
X@dirrm lib/gt3/lib/
X@dirrm lib/gt3/
X@dirrm lib/gt4/share/schema/core/tests/invalidate/
X@dirrm lib/gt4/share/schema/core/tests/notification/
X@dirrm lib/gt4/share/schema/core/tests/interop/
X@dirrm lib/gt4/share/schema/core/tests/basic/
X@dirrm lib/gt4/share/schema/core/tests/performance/
X@dirrm lib/gt4/share/schema/core/tests/c-providers/
X@dirrm lib/gt4/share/schema/core/tests/security/
X@dirrm lib/gt4/share/schema/core/tests/
X@dirrm lib/gt4/share/schema/core/management/
X@dirrm lib/gt4/share/schema/core/samples/management/
X@dirrm lib/gt4/share/schema/core/samples/counter/
X@dirrm lib/gt4/share/schema/core/samples/authzService/
X@dirrm lib/gt4/share/schema/core/samples/
X@dirrm lib/gt4/share/schema/core/notification/
X@dirrm lib/gt4/share/schema/core/types/
X@dirrm lib/gt4/share/schema/core/registry/
X@dirrm lib/gt4/share/schema/core/security/authorization/
X@dirrm lib/gt4/share/schema/core/security/secconv/
X@dirrm lib/gt4/share/schema/core/security/
X@dirrm lib/gt4/share/schema/core/
X@dirrm lib/gt4/share/schema/wsrf/faults/
X@dirrm lib/gt4/share/schema/wsrf/notification/
X@dirrm lib/gt4/share/schema/wsrf/properties/
X@dirrm lib/gt4/share/schema/wsrf/lifetime/
X@dirrm lib/gt4/share/schema/wsrf/servicegroup/
X@dirrm lib/gt4/share/schema/wsrf/
X@dirrm lib/gt4/share/schema/ws/policy/
X@dirrm lib/gt4/share/schema/ws/secconv/
X@dirrm lib/gt4/share/schema/ws/security/
X@dirrm lib/gt4/share/schema/ws/addressing/
X@dirrm lib/gt4/share/schema/ws/trust/
X@dirrm lib/gt4/share/schema/ws/
X@dirrm lib/gt4/share/schema/
X@dirrm lib/gt4/share/
X@dirrm lib/gt4/etc/globus_wsrf_core/
X@dirrm lib/gt4/etc/
X@dirrm lib/gt4/endorsed/
X@dirrm lib/gt4/lib/
X@dirrm lib/gt4/
X@dirrm libexec/glite/
X@exec mkdir -p %%DEST_DIR%%/var/%%PORTNAME%%/log
X@exec mkdir -p %%DEST_DIR%%/var/%%PORTNAME%%/spool
X@exec mkdir -p %%DEST_DIR%%/var/%%PORTNAME%%/execute
END-of-condor/pkg-plist
echo x - condor/pkg-message
sed 's/^X//' >condor/pkg-message << 'END-of-condor/pkg-message'
XSECURITY NOTICE:
XCondor has been configured to accepted incoming connections from any
Xdomain. This is useful for those that are just getting started with
XCondor and does not pose any immediate threat to your system. Nevertheless,
Xwe recommend changing this to only hosts that you trust to communicate with
Xyour Condor pool.
X
XSee the manual for more information about tuning the HOSTALLOW_* paramters
Xin your system's condor_config file.
X
XIMPORTANT:
XYou must set the CONDOR_CONFIG environment variable to the value shown
Xbelow before trying to start the master daemon, or submitting jobs to
XCondor. This is will be fixed in future Condor stable series releases.
XIt is already fixed in the condor-devel port.
END-of-condor/pkg-message
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705080342.l483gmNa096642>