- Add 9.3-RELEASE and 9.3-stable paths.
- Make 9.3-RELEASE the default, because it contains a few manual pages that are newer than 10.0-RELEASE (vt(4) in particular). - Update 'freebsd-stable9' to 9.3. Approved by: re (implicit), doceng (implicit) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
51a95235a3
commit
71f99b56b8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45182
1 changed files with 10 additions and 4 deletions
|
@ -209,7 +209,7 @@ foreach my $os ( keys %$sectionpath ) {
|
|||
);
|
||||
|
||||
$manLocalDir = '/usr/local/www/bsddoc/man';
|
||||
$manPathDefault = 'FreeBSD 10.0-RELEASE';
|
||||
$manPathDefault = 'FreeBSD 9.3-RELEASE';
|
||||
|
||||
%manPath = (
|
||||
'FreeBSD 9.2-RELEASE and Ports',
|
||||
|
@ -242,6 +242,11 @@ $manPathDefault = 'FreeBSD 10.0-RELEASE';
|
|||
'FreeBSD 10.0-stable',
|
||||
"$manLocalDir/FreeBSD-10.0-stable/man:$manLocalDir/FreeBSD-10.0-stable/openssl/man",
|
||||
|
||||
'FreeBSD 9.3-RELEASE',
|
||||
"$manLocalDir/FreeBSD-9.3-RELEASE/man:$manLocalDir/FreeBSD-9.3-RELEASE/openssl/man",
|
||||
'FreeBSD 9.3-stable',
|
||||
"$manLocalDir/FreeBSD-9.3-stable/man:$manLocalDir/FreeBSD-9.3-stable/openssl/man",
|
||||
|
||||
'FreeBSD 9.2-stable',
|
||||
"$manLocalDir/FreeBSD-9.2-stable/man:$manLocalDir/FreeBSD-9.2-stable/openssl/man",
|
||||
'FreeBSD 9.2-RELEASE',
|
||||
|
@ -602,6 +607,7 @@ my $default_arch = 'i386';
|
|||
|
||||
my %arch = (
|
||||
'FreeBSD 10.0-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'FreeBSD 9.3-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'FreeBSD 9.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'FreeBSD 9.1-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
'FreeBSD 9.0-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
|
||||
|
@ -637,12 +643,12 @@ while ( ( $key, $val ) = each %manPath ) {
|
|||
|
||||
# keywords must be in lower cases.
|
||||
%manPathAliases = (
|
||||
'freebsd', 'FreeBSD 10.0-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 10.0-RELEASE',
|
||||
'freebsd', 'FreeBSD 9.3-RELEASE',
|
||||
'freebsd-release', 'FreeBSD 9.3-RELEASE',
|
||||
|
||||
'freebsd-stable', 'FreeBSD 10.0-stable',
|
||||
'freebsd-stable10', 'FreeBSD 10.0-stable',
|
||||
'freebsd-stable9', 'FreeBSD 9.2-stable',
|
||||
'freebsd-stable9', 'FreeBSD 9.3-stable',
|
||||
'freebsd-stable8', 'FreeBSD 8.4-stable',
|
||||
'freebsd-stable7', 'FreeBSD 7.4-stable',
|
||||
'freebsd-stable6', 'FreeBSD 6.4-stable',
|
||||
|
|
Loading…
Reference in a new issue