http://ftp.freebsd.org is dead, switch to ftp service.

This commit is contained in:
Wolfram Schneider 1998-08-02 17:40:29 +00:00
parent 07e58da05e
commit 8f4dde9d2d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3234
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id: ports.cgi,v 1.23 1998-07-23 12:36:11 wosch Exp $
# $Id: ports.cgi,v 1.24 1998-08-02 17:40:29 wosch Exp $
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -45,7 +45,7 @@ sub init_variables {
# URL of ports tree for browsing
$remotePrefixFtp =
'http://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports';
'ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports';
# URL of ports tree for download
$remotePrefixFtpDownload =