The Stork modular design has been enhanced. The default module install directory is now $RELEASE_DIR/libexec, instead of the previous sbin/DaP_Catalog. Modules have been split into core modules bundled with Stork, and contributed modules, available from the Stork home page. This change was made to accommodate external library and binary dependencies imposed by several data protocols. As the module API is simple, users are always welcome to write or contribute their own modules. Module stdout and stderr streams are now redirected files in the $LOG directory. Modules included in the v6.7.6 release: libexec/stork.transfer.globus-url-copy libexec/stork.transfer.file-gsiftp libexec/stork.transfer.file-ftp libexec/stork.transfer.file-http libexec/stork.transfer.gsiftp-gsiftp libexec/stork.transfer.gsiftp-file libexec/stork.transfer.ftp-file libexec/stork.transfer.http-file libexec/stork.transfer.castor_srm libexec/stork.transfer.file-csrm libexec/stork.transfer.csrm-csrm libexec/stork.transfer.csrm-file libexec/stork.transfer.dcache_srm libexec/stork.transfer.file-srm libexec/stork.transfer.srm-srm libexec/stork.transfer.srm-file libexec/stork.transfer.unitree libexec/stork.transfer.file-unitree libexec/stork.transfer.unitree-file libexec/stork.transfer.srb libexec/stork.transfer.file-srb libexec/stork.transfer.srb-file To install, change working directories to Condor $RELEASE_DIR, with bin, sbin, lib, libexec, etc, directories, and unpack contrib tarball. The tarball will extract into a ./libexec subdirectory. For example: # cd `condor_config_val RELEASE_DIR` # tar xzf stork-contrib-6.7.6-linux-x86-glibc23.tar.gz