Script Index


/var/lib/sorcery/modules/url_handlers/url_rsync

=head1 SYNOPSIS Url handler functions for grabbing rsync urls. =head1 DESCRIPTION This file contains functions for I files through rsync. In order for rsync urls to be downloaded, the I spell must have been cast. This script first determines if rsync has been installed before attempting to download a rsync url. =head1 RSYNC URL Format rsync://SERVER::MODULE_NAME The above url will download the latest version of the specified module. =head1 EXAMPLES Suppose we want to download the latest version of the sorcery stable grimoire via rsync. We'd use the following url: rsync://codex.sourcemage.org::stable =head1 IMPLEMENTATION NOTE Downloading is supported but rsync url verification is not currently supported. =head1 COPYRIGHT Copyright 2003 by the Source Mage Team =head1 FUNCTIONS =over 4


function url_rsync_crack()

Parameters:

Description

=item url_rsync_crack No cracking is needed on these urls currently. Simply outputs the input.


function url_rsync_hostname()

Parameters:

Description

=item url_rsync_hostname Gets the hostname for this rsync type url


function url_rsync_netselect()

Parameters:

Description

=item url_rsync_netselect run netselect on the url, this will also expand and rank when there are multiple A records