Our main ftp server works again: ftp5.FreeBSD.org -> ftp.FreeBSD.org

This commit is contained in:
Wolfram Schneider 2001-08-26 18:25:08 +00:00
parent a236bfce84
commit 1d9cbcf77f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10478

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $FreeBSD: www/en/cgi/ports.cgi,v 1.54 2001/05/13 17:26:12 wosch Exp $ # $FreeBSD: www/en/cgi/ports.cgi,v 1.55 2001/05/13 17:33:37 wosch Exp $
# #
# ports.cgi - search engine for FreeBSD ports # ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description # o search for a port by name or description
@ -49,11 +49,11 @@ sub init_variables {
# URL of ports tree for download # URL of ports tree for download
$remotePrefixFtpDownload = $remotePrefixFtpDownload =
'ftp://ftp5.FreeBSD.org/pub/FreeBSD/branches/-current/ports'; 'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
# where to get -current packages # where to get -current packages
local($p) = 'ftp://ftp5.FreeBSD.org/pub/FreeBSD/ports/i386'; local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386';
local($palpha) = 'ftp://ftp5.FreeBSD.org/pub/FreeBSD/ports/alpha'; local($palpha) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/alpha';
$remotePrefixFtpPackagesDefault = '4.3-STABLE/i386'; $remotePrefixFtpPackagesDefault = '4.3-STABLE/i386';
%remotePrefixFtpPackages = %remotePrefixFtpPackages =
@ -557,7 +557,7 @@ sub footer {
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif"> <img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
&copy; 1996-2001 by Wolfram Schneider. All rights reserved.<br> &copy; 1996-2001 by Wolfram Schneider. All rights reserved.<br>
}; };
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.54 2001/05/13 17:26:12 wosch Exp $} . "<br>\n"; #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.55 2001/05/13 17:33:37 wosch Exp $} . "<br>\n";
print qq{Please direct questions about this service to print qq{Please direct questions about this service to
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n}; <I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
print qq{General questions about FreeBSD ports should be sent to } . print qq{General questions about FreeBSD ports should be sent to } .