Use a shorter URL for url.cgi
This commit is contained in:
parent
699dcc5213
commit
35e3256513
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6331
1 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
# SUCH DAMAGE.
|
# 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
|
# ports.cgi - search engine for FreeBSD ports
|
||||||
# o search for a port by name or description
|
# o search for a port by name or description
|
||||||
|
|
@ -44,8 +44,8 @@ sub init_variables {
|
||||||
@cvscmd = ('cvs', '-Q', '-R', '-d', $cvsroot);
|
@cvscmd = ('cvs', '-Q', '-R', '-d', $cvsroot);
|
||||||
|
|
||||||
# URL of ports tree for browsing
|
# URL of ports tree for browsing
|
||||||
$remotePrefixFtp =
|
$remotePrefixFtp = 'ports';
|
||||||
'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
|
# 'ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports';
|
||||||
|
|
||||||
# URL of ports tree for download
|
# URL of ports tree for download
|
||||||
$remotePrefixFtpDownload =
|
$remotePrefixFtpDownload =
|
||||||
|
|
@ -521,7 +521,7 @@ sub footer {
|
||||||
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
|
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
|
||||||
© 1996-1999 by Wolfram Schneider. All rights reserved.<br>
|
© 1996-1999 by Wolfram Schneider. All rights reserved.<br>
|
||||||
};
|
};
|
||||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.38 2000/01/05 15:47:45 phantom Exp $} . "<br>\n";
|
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.39 2000/01/06 08:34:05 wosch Exp $} . "<br>\n";
|
||||||
print qq{Please direct questions about this service to
|
print qq{Please direct questions about this service to
|
||||||
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
||||||
print qq{General questions about FreeBSD ports should be sent to } .
|
print qq{General questions about FreeBSD ports should be sent to } .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue