Bug 14450

Summary: ftp.funet.fi sunsite/metalab mirror broken...bsd.port.mk update
Product: Ports & Packages Reporter: jedgar <jedgar>
Component: Individual Port(s)Assignee: Satoshi Asami <asami>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jedgar 1999-10-21 20:50:00 UTC
The ftp.funet.fi sunsite/metalab mirror has been broken since June 30th (see
http://www.freebsd.org/~fenner/portsurvey/x11-clocks.html#bclock):

ftp> cd /pub/mirrors/metalab.unc.edu
250 CWD command successful.
ftp> ls
227 Entering Passive Mode (128,214,248,6,14,84)
150 Opening ASCII mode data connection for .
drw-rw-r--   5 mirror    metadb        8192 Aug 11 19:25 pub
226 Transfer complete.
ftp> cd /pub/mirrors/sunsite.unc.edu/pub
250 CWD command successful.
ftp> ls
227 Entering Passive Mode (128,214,248,6,15,124)
150 Opening ASCII mode data connection for .
drwxr-xr-x   3 mirror    mirror          96 Apr  7  1998 multimedia
226 Transfer complete.
ftp> 

Note the incorrect permissions for /pub/mirrors/metalab.unc.edu and
the lack of subdirectories for /pub/mirrors/sunsite.unc.edu/pub

The following patch removes ftp.funet.fi from the potential mirror list
for sunsite/metalab.

How-To-Repeat: 
Try to access the sunsite/metalab mirror at ftp.funet.fi
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-10-21 20:54:05 UTC
Responsible Changed
From-To: freebsd-ports->asami

Asami handles these 
Comment 2 Satoshi Asami freebsd_committer freebsd_triage 1999-10-25 21:55:17 UTC
State Changed
From-To: open->closed

Thanks, will commit update!