Disable references to bsddoc collections that don't exist on the server
as it causes stderr spam.
This commit is contained in:
parent
d1dfcab2e2
commit
eadb0abf9a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45333
1 changed files with 3 additions and 3 deletions
|
@ -233,7 +233,7 @@ $manPathDefault = 'FreeBSD 9.3-RELEASE';
|
|||
'FreeBSD 6.4-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.2-RELEASE",
|
||||
|
||||
'FreeBSD Ports', "$manLocalDir/FreeBSD-ports",
|
||||
# 'FreeBSD Ports', "$manLocalDir/FreeBSD-ports",
|
||||
'FreeBSD 11-current',
|
||||
"$manLocalDir/FreeBSD-11-current/man:$manLocalDir/FreeBSD-11-current/openssl/man",
|
||||
|
||||
|
@ -266,7 +266,7 @@ $manPathDefault = 'FreeBSD 9.3-RELEASE';
|
|||
"$manLocalDir/FreeBSD-8.3-RELEASE/man:$manLocalDir/FreeBSD-8.3-RELEASE/openssl/man",
|
||||
'FreeBSD 8.2-RELEASE',
|
||||
"$manLocalDir/FreeBSD-8.2-RELEASE/man:$manLocalDir/FreeBSD-8.2-RELEASE/openssl/man",
|
||||
'FreeBSD Ports 8.2-RELEASE', "$manLocalDir/FreeBSD-ports-8.2-RELEASE",
|
||||
# 'FreeBSD Ports 8.2-RELEASE', "$manLocalDir/FreeBSD-ports-8.2-RELEASE",
|
||||
|
||||
'FreeBSD 8.1-RELEASE',
|
||||
"$manLocalDir/FreeBSD-8.1-RELEASE/man:$manLocalDir/FreeBSD-8.1-RELEASE/openssl/man",
|
||||
|
@ -291,7 +291,7 @@ $manPathDefault = 'FreeBSD 9.3-RELEASE';
|
|||
"$manLocalDir/FreeBSD-7.2-RELEASE/man:$manLocalDir/FreeBSD-7.2-RELEASE/openssl/man",
|
||||
'FreeBSD 7.1-RELEASE',
|
||||
"$manLocalDir/FreeBSD-7.1-RELEASE/man:$manLocalDir/FreeBSD-7.1-RELEASE/openssl/man",
|
||||
'FreeBSD Ports 7.1-RELEASE', "$manLocalDir/FreeBSD-ports-7.1-RELEASE",
|
||||
# 'FreeBSD Ports 7.1-RELEASE', "$manLocalDir/FreeBSD-ports-7.1-RELEASE",
|
||||
|
||||
'FreeBSD 7.0-RELEASE',
|
||||
"$manLocalDir/FreeBSD-7.0-RELEASE/man:$manLocalDir/FreeBSD-7.0-RELEASE/openssl/man",
|
||||
|
|
Loading…
Reference in a new issue