ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/affero.ext
(Generate patch)

Comparing deliantra/server/ext/affero.ext (file contents):
Revision 1.4 by root, Sat Nov 10 22:41:59 2007 UTC vs.
Revision 1.5 by root, Fri Feb 3 03:01:44 2012 UTC

20 20
21# The default uses the location of the pristine release and works 21# The default uses the location of the pristine release and works
22# unless you modify the server, in which case you are required to 22# unless you modify the server, in which case you are required to
23# either update the URL here or, preferably, change the source_url_tar 23# either update the URL here or, preferably, change the source_url_tar
24# and source_url_cvs settings in $CONFDIR/config. 24# and source_url_cvs settings in $CONFDIR/config.
25CONF URL_CVS : source_url_cvs} = "http://software.schmorp.de/pkg/cf.schmorp.de.html";
25our $URL_TAR = $cf::CFG{source_url_tar} || "http://dist.schmorp.de/deliantra/"; 26CONF URL_TAR : source_url_tar} = "http://dist.schmorp.de/deliantra/";
26our $URL_TAR_SERVER = "$URL_TAR/cfserver-" . cf::VERSION . ".tar.bz2"; 27our $URL_TAR_SERVER = "$URL_TAR/cfserver-" . cf::VERSION . ".tar.bz2";
27our $URL_TAR_ARCH = "$URL_TAR/cfarch-" . cf::VERSION . ".tar.bz2"; 28our $URL_TAR_ARCH = "$URL_TAR/cfarch-" . cf::VERSION . ".tar.bz2";
28our $URL_TAR_MAPS = "$URL_TAR/cfmaps-" . cf::VERSION . ".tar.bz2"; 29our $URL_TAR_MAPS = "$URL_TAR/cfmaps-" . cf::VERSION . ".tar.bz2";
29our $URL_CVS = $cf::CFG{source_url_cvs} || "http://software.schmorp.de/pkg/cf.schmorp.de.html";
30 30
31cf::register_command sourcecode => sub { 31cf::register_command sourcecode => sub {
32 my ($ob, $arg) = @_; 32 my ($ob, $arg) = @_;
33 33
34 $ob->reply (undef, <<EOF, cf::NDI_UNIQUE | cf::NDI_DK_ORANGE); 34 $ob->reply (undef, <<EOF, cf::NDI_UNIQUE | cf::NDI_DK_ORANGE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines