From 35e3256513517e88572612b56c1c8fbb41c2f39e Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sat, 8 Jan 2000 10:36:28 +0000 Subject: [PATCH] Use a shorter URL for url.cgi --- en/cgi/ports.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/cgi/ports.cgi b/en/cgi/ports.cgi index e1fac961b4..777b5c81c4 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. # -# $FreeBSD: www/en/cgi/ports.cgi,v 1.38 2000/01/05 15:47:45 phantom Exp $ +# $FreeBSD: www/en/cgi/ports.cgi,v 1.39 2000/01/06 08:34:05 wosch Exp $ # # ports.cgi - search engine for FreeBSD ports # o search for a port by name or description @@ -44,8 +44,8 @@ sub init_variables { @cvscmd = ('cvs', '-Q', '-R', '-d', $cvsroot); # URL of ports tree for browsing - $remotePrefixFtp = - 'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports'; + $remotePrefixFtp = 'ports'; + # 'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports'; # URL of ports tree for download $remotePrefixFtpDownload = @@ -521,7 +521,7 @@ sub footer { © 1996-1999 by Wolfram Schneider. All rights reserved.
}; - #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.38 2000/01/05 15:47:45 phantom Exp $} . "
\n"; + #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.39 2000/01/06 08:34:05 wosch Exp $} . "
\n"; print qq{Please direct questions about this service to $mailto
\n}; print qq{General questions about FreeBSD ports should be sent to } .