normalize CentOS release names
This commit is contained in:
parent
f2b0577c27
commit
1cd15c07c8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53013
1 changed files with 9 additions and 9 deletions
|
@ -168,11 +168,11 @@ $sectionpath = {
|
|||
'OpenBSD 6.4' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', },
|
||||
'OpenBSD 6.5' => { 'path' => '1:2:3:3p:4:5:6:7:8:9', },
|
||||
|
||||
'CentOS Linux/i386 3.9' => { 'path' => '1:2:3:3p:4:5:6:7:8:9:n', },
|
||||
'CentOS Linux/i386 4.8' => { 'path' => '1:1p:2:3:3p:4:5:6:7:8:9:n:0p', },
|
||||
'CentOS Linux/i386 5.3' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
|
||||
'CentOS Linux/i386 5.4' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
|
||||
'CentOS Linux/i386 5.5' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
|
||||
'CentOS 3.9' => { 'path' => '1:2:3:3p:4:5:6:7:8:9:n', },
|
||||
'CentOS 4.8' => { 'path' => '1:1p:2:3:3p:4:5:6:7:8:9:n:0p', },
|
||||
'CentOS 5.3' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
|
||||
'CentOS 5.4' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
|
||||
'CentOS 5.5' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
|
||||
'CentOS 5.6' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
|
||||
'CentOS 5.7' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
|
||||
'CentOS 5.8' => { 'path' => '0p:1:1p:1x:2:2x:3:3p:3x:4:4x:5:5x:6:6x:7:7x:8:8x:9:9x:l:n' },
|
||||
|
@ -607,10 +607,10 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
|
|||
'Red Hat Linux/i386 8.0', "$manLocalDir/RedHat-8.0-i386",
|
||||
'Red Hat Linux/i386 9', "$manLocalDir/RedHat-9-i386",
|
||||
|
||||
'CentOS Linux/i386 3.9', "$manLocalDir/CentOS-3.9",
|
||||
'CentOS Linux/i386 4.8', "$manLocalDir/CentOS-4.8",
|
||||
'CentOS Linux/i386 5.4', "$manLocalDir/CentOS-5.4",
|
||||
'CentOS Linux/i386 5.5', "$manLocalDir/CentOS-5.5",
|
||||
'CentOS 3.9', "$manLocalDir/CentOS-3.9",
|
||||
'CentOS 4.8', "$manLocalDir/CentOS-4.8",
|
||||
'CentOS 5.4', "$manLocalDir/CentOS-5.4",
|
||||
'CentOS 5.5', "$manLocalDir/CentOS-5.5",
|
||||
'CentOS 5.6', "$manLocalDir/CentOS-5.6",
|
||||
'CentOS 5.7', "$manLocalDir/CentOS-5.7",
|
||||
'CentOS 5.8', "$manLocalDir/CentOS-5.8",
|
||||
|
|
Loading…
Reference in a new issue