Use more current manpages now that we have them.
This commit is contained in:
parent
7c34a05d6d
commit
c6bcb337a8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26884
2 changed files with 5 additions and 5 deletions
|
@ -8,9 +8,9 @@
|
|||
# 2002 V. Skyttä <scop@FreeBSD.org>
|
||||
# based on work by Bill Fenner <fenner@FreeBSD.org>
|
||||
#
|
||||
# $Id: cvsweb.conf,v 1.37 2004-04-04 21:49:38 phantom Exp $
|
||||
# $Id: cvsweb.conf,v 1.38 2006-01-19 19:53:38 ceri Exp $
|
||||
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.36 2003/09/18 19:19:06 brueffer Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.37 2004/04/04 21:49:38 phantom Exp $
|
||||
#
|
||||
###
|
||||
|
||||
|
@ -96,7 +96,7 @@ $cvstreedefault = $CVSrepositories[2 * 0]; # The first one
|
|||
# Manual gateway
|
||||
##############
|
||||
$mancgi =
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+7.0-current&format=html";
|
||||
|
||||
##############
|
||||
# Defaults for UserSettings
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Set up for FreeBSD repo options.
|
||||
#
|
||||
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-freebsd,v 1.5 2001/08/01 09:32:22 knu Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.14 2004/04/05 23:14:21 ceri Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.15 2005/01/05 12:16:14 ceri Exp $
|
||||
|
||||
if ($uname eq 'FreeBSD') {
|
||||
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
|
||||
|
@ -40,7 +40,7 @@ $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";
|
|||
$prkeyword = "PR";
|
||||
|
||||
$mancgi =
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+7.0-current&format=html";
|
||||
|
||||
# Allow downloading a tarball of a port or a project directory
|
||||
$allow_tar = ($where =~ m,^(ports/[^/]+/[^/]+/|projects/[^/]+/),);
|
||||
|
|
Loading…
Reference in a new issue