From 8f4dde9d2da142761a2e1e7e4ded37de9ec4556e Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 2 Aug 1998 17:40:29 +0000 Subject: [PATCH] http://ftp.freebsd.org is dead, switch to ftp service. --- data/cgi/ports.cgi | 4 ++-- en/cgi/ports.cgi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/cgi/ports.cgi b/data/cgi/ports.cgi index 560170d074..c07e898b3a 100755 --- a/data/cgi/ports.cgi +++ b/data/cgi/ports.cgi @@ -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 = diff --git a/en/cgi/ports.cgi b/en/cgi/ports.cgi index 560170d074..c07e898b3a 100755 --- a/en/cgi/ports.cgi +++ b/en/cgi/ports.cgi @@ -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 =