Our main ftp server works again: ftp5.FreeBSD.org -> ftp.FreeBSD.org
This commit is contained in:
parent
a236bfce84
commit
1d9cbcf77f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10478
1 changed files with 5 additions and 5 deletions
|
@ -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.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
|
||||
# o search for a port by name or description
|
||||
|
@ -49,11 +49,11 @@ sub init_variables {
|
|||
|
||||
# URL of ports tree for download
|
||||
$remotePrefixFtpDownload =
|
||||
'ftp://ftp5.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
|
||||
'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
|
||||
|
||||
# where to get -current packages
|
||||
local($p) = 'ftp://ftp5.FreeBSD.org/pub/FreeBSD/ports/i386';
|
||||
local($palpha) = 'ftp://ftp5.FreeBSD.org/pub/FreeBSD/ports/alpha';
|
||||
local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386';
|
||||
local($palpha) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/alpha';
|
||||
|
||||
$remotePrefixFtpPackagesDefault = '4.3-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.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
|
||||
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
||||
print qq{General questions about FreeBSD ports should be sent to } .
|
||||
|
|
Loading…
Reference in a new issue