Belatedly add 12.1 to the man.cgi file.
Submitted by: rwatson Sponsored by: Rubicon Communications, LLC (netgate.com)
This commit is contained in:
parent
0164d055ab
commit
010b56cc41
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53556
1 changed files with 14 additions and 9 deletions
|
|
@ -236,10 +236,12 @@ foreach my $os ( keys %$sectionpath ) {
|
|||
|
||||
$manLocalDir = '/usr/local/www/bsddoc/man';
|
||||
# this should be the latest "release and ports"
|
||||
$manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
|
||||
$manPathDefault = 'FreeBSD 12.1-RELEASE and Ports';
|
||||
|
||||
%manPath = (
|
||||
# supported releases / stable / current
|
||||
'FreeBSD 12.1-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-12.1-RELEASE/man:$manLocalDir/FreeBSD-12.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-12.1-RELEASE/man:$manLocalDir/FreeBSD-ports-12.1-RELEASE/misc",
|
||||
'FreeBSD 12.0-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-12.0-RELEASE/man:$manLocalDir/FreeBSD-12.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/misc",
|
||||
'FreeBSD 11.3-RELEASE and Ports',
|
||||
|
|
@ -287,8 +289,10 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
|
|||
'FreeBSD 13-current',
|
||||
"$manLocalDir/FreeBSD-13-current/man:$manLocalDir/FreeBSD-13-current/openssl/man",
|
||||
|
||||
'FreeBSD 12.0-stable',
|
||||
"$manLocalDir/FreeBSD-12.0-stable/man:$manLocalDir/FreeBSD-12.0-stable/openssl/man",
|
||||
'FreeBSD 12.1-stable',
|
||||
"$manLocalDir/FreeBSD-12.1-stable/man:$manLocalDir/FreeBSD-12.1-stable/openssl/man",
|
||||
'FreeBSD 12.1-RELEASE',
|
||||
"$manLocalDir/FreeBSD-12.1-RELEASE/man:$manLocalDir/FreeBSD-12.1-RELEASE/openssl/man",
|
||||
'FreeBSD 12.0-RELEASE',
|
||||
"$manLocalDir/FreeBSD-12.0-RELEASE/man:$manLocalDir/FreeBSD-12.0-RELEASE/openssl/man",
|
||||
|
||||
|
|
@ -388,6 +392,7 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
|
|||
'FreeBSD Ports 11.2', "$manLocalDir/FreeBSD-ports-11.2-RELEASE/man:$manLocalDir/FreeBSD-ports-11.2-RELEASE/misc",
|
||||
'FreeBSD Ports 11.3', "$manLocalDir/FreeBSD-ports-11.3-RELEASE/man:$manLocalDir/FreeBSD-ports-11.3-RELEASE/misc",
|
||||
'FreeBSD Ports 12.0', "$manLocalDir/FreeBSD-ports-12.0-RELEASE/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/misc",
|
||||
'FreeBSD Ports 12.1', "$manLocalDir/FreeBSD-ports-12.1-RELEASE/man:$manLocalDir/FreeBSD-ports-12.1-RELEASE/misc",
|
||||
|
||||
|
||||
# FreeBSD Releases + Ports
|
||||
|
|
@ -865,17 +870,17 @@ while ( ( $key, $val ) = each %manPath ) {
|
|||
|
||||
# keywords must be in lower cases.
|
||||
%manPathAliases = (
|
||||
'freebsd', 'FreeBSD 12.0-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 12.0-RELEASE',
|
||||
'freebsd', 'FreeBSD 12.1-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 12.1-RELEASE',
|
||||
|
||||
'freebsd-stable', 'FreeBSD 12.0-stable',
|
||||
'freebsd-stable12', 'FreeBSD 12.0-stable',
|
||||
'freebsd-stable', 'FreeBSD 12.1-stable',
|
||||
'freebsd-stable12', 'FreeBSD 12.1-stable',
|
||||
'freebsd-stable11', 'FreeBSD 11.3-stable',
|
||||
'freebsd-stable10', 'FreeBSD 10.4-stable',
|
||||
|
||||
'freebsd-current', 'FreeBSD 13-current',
|
||||
'freebsd-release-ports', 'FreeBSD 12.0-RELEASE and Ports',
|
||||
'freebsd-ports', 'FreeBSD Ports 12.0',
|
||||
'freebsd-release-ports', 'FreeBSD 12.1-RELEASE and Ports',
|
||||
'freebsd-ports', 'FreeBSD Ports 12.1',
|
||||
|
||||
'slackware', 'Linux Slackware 3.1',
|
||||
'redhat', 'Red Hat 9',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue