ftp.FreeBSD.org nightmare workarounds.
This commit is contained in:
parent
dbd8ba9a85
commit
645cca3e6d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9383
2 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# by John Fieber
|
||||
# February 26, 1998
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.28 2000/11/29 22:05:34 wosch Exp $
|
||||
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.29 2000/11/29 22:10:24 wosch Exp $
|
||||
#
|
||||
|
||||
require "./cgi-lib.pl";
|
||||
|
|
@ -18,7 +18,7 @@ use POSIX qw(strftime);
|
|||
#
|
||||
$messagepath = "/usr/local/www/db/text/";
|
||||
$messagepathcurrent = "/usr/local/www/mid/archive/";
|
||||
$ftparchive = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/mailing-lists/archive';
|
||||
$ftparchive = 'ftp://ftp2.de.freebsd.org/pub/FreeBSD/doc/mailing-lists/archive';
|
||||
|
||||
&ReadParse(*formdata);
|
||||
&Fetch($formdata{'fetch'});
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.51 2001/02/24 20:43:29 wosch Exp $
|
||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.52 2001/03/25 20:22:02 wosch Exp $
|
||||
#
|
||||
# ports.cgi - search engine for FreeBSD ports
|
||||
# o search for a port by name or description
|
||||
|
|
@ -49,11 +49,11 @@ sub init_variables {
|
|||
|
||||
# URL of ports tree for download
|
||||
$remotePrefixFtpDownload =
|
||||
'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
|
||||
'ftp://ftp5.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
|
||||
|
||||
# where to get -current packages
|
||||
local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386';
|
||||
local($palpha) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/alpha';
|
||||
local($p) = 'ftp://ftp5.FreeBSD.org/pub/FreeBSD/ports/i386';
|
||||
local($palpha) = 'ftp://ftp5.FreeBSD.org/pub/FreeBSD/ports/alpha';
|
||||
|
||||
$remotePrefixFtpPackagesDefault = '4.2-STABLE/i386';
|
||||
%remotePrefixFtpPackages =
|
||||
|
|
@ -557,7 +557,7 @@ sub footer {
|
|||
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
|
||||
© 1996-2001 by Wolfram Schneider. All rights reserved.<br>
|
||||
};
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.51 2001/02/24 20:43:29 wosch Exp $} . "<br>\n";
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.52 2001/03/25 20:22:02 wosch Exp $} . "<br>\n";
|
||||
print qq{Please direct questions about this service to
|
||||
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
||||
print qq{General questions about FreeBSD ports should be sent to } .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue