OpenSSL man pages are in the base distribution for 5.4, so also
include them for the 5.4 man pages.
This commit is contained in:
parent
bc1187445e
commit
78dee90b81
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24624
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
|||
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
||||
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
||||
#
|
||||
# $Id: man.cgi,v 1.146 2005-05-22 11:38:32 simon Exp $
|
||||
# $Id: man.cgi,v 1.147 2005-05-22 11:52:11 simon Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -156,7 +156,7 @@ $manPathDefault = 'FreeBSD 5.3-RELEASE and Ports';
|
|||
'FreeBSD 5.3-stable', "$manLocalDir/FreeBSD-5.3-stable",
|
||||
'FreeBSD 4.11-stable', "$manLocalDir/FreeBSD-4.11-stable",
|
||||
|
||||
'FreeBSD 5.4-RELEASE', "$manLocalDir/FreeBSD-5.4-RELEASE",
|
||||
'FreeBSD 5.4-RELEASE', "$manLocalDir/FreeBSD-5.4-RELEASE/man:$manLocalDir/FreeBSD-5.4-RELEASE/openssl/man",
|
||||
'FreeBSD 5.3-RELEASE', "$manLocalDir/FreeBSD-5.3-RELEASE/man:$manLocalDir/FreeBSD-5.3-RELEASE/openssl/man",
|
||||
'FreeBSD 5.2.1-RELEASE', "$manLocalDir/FreeBSD-5.2-RELEASE/man:$manLocalDir/FreeBSD-5.2-RELEASE/openssl/man",
|
||||
'FreeBSD 5.2-RELEASE', "$manLocalDir/FreeBSD-5.2-RELEASE/man:$manLocalDir/FreeBSD-5.2-RELEASE/openssl/man",
|
||||
|
@ -1034,7 +1034,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.146 2005-05-22 11:38:32 simon Exp $';
|
||||
$id = '$Id: man.cgi,v 1.147 2005-05-22 11:52:11 simon Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue