New location for the mailing list archive at the FTP server.

This commit is contained in:
Wolfram Schneider 1999-01-29 17:25:13 +00:00
parent 72ed729583
commit cb2fe4fde4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4146

View file

@ -6,7 +6,7 @@
# by John Fieber # by John Fieber
# February 26, 1998 # February 26, 1998
# #
# $Id: getmsg.cgi,v 1.20 1998-12-28 01:38:30 wosch Exp $ # $Id: getmsg.cgi,v 1.21 1999-01-29 17:25:13 wosch Exp $
# #
require "./cgi-lib.pl"; require "./cgi-lib.pl";
@ -18,7 +18,7 @@ use POSIX qw(strftime);
# #
$messagepath = "/usr/local/www/db/text/"; $messagepath = "/usr/local/www/db/text/";
$messagepathcurrent = "/usr/local/www/mid/archive/"; $messagepathcurrent = "/usr/local/www/mid/archive/";
$ftparchive = 'ftp://ftp.freebsd.org/pub/FreeBSD/mailing-lists/archive'; $ftparchive = 'ftp://ftp.freebsd.org/pub/FreeBSD/doc/mailing-lists/archive';
&ReadParse(*formdata); &ReadParse(*formdata);
&Fetch($formdata{'fetch'}); &Fetch($formdata{'fetch'});