svn commit: r50539 - head/en_US.ISO8859-1/htdocs/cgi

Wolfram Schneider wosch at FreeBSD.org
Sun Jul 23 15:48:46 UTC 2017


Author: wosch
Date: Sun Jul 23 15:48:45 2017
New Revision: 50539
URL: https://svnweb.freebsd.org/changeset/doc/50539

Log:
  fix man path for 'FreeBSD 6.4-stable'

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/man.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Jul 23 15:33:18 2017	(r50538)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Jul 23 15:48:45 2017	(r50539)
@@ -409,7 +409,8 @@ $manPathDefault = 'FreeBSD 11.0-RELEASE and Ports';
 "$manLocalDir/FreeBSD-7.0-RELEASE/man:$manLocalDir/FreeBSD-7.0-RELEASE/openssl/man",
     'FreeBSD Ports 7.0-RELEASE', "$manLocalDir/FreeBSD-ports-7.0-RELEASE",
 
-    'FreeBSD 6.4-stable', "$manLocalDir/FreeBSD-6.4-stable",
+    'FreeBSD 6.4-stable', 
+"$manLocalDir/FreeBSD-6.4-stable/man:$manLocalDir/FreeBSD-6.4-stable/openssl/man",
     'FreeBSD 6.4-RELEASE',
 "$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man",
     'FreeBSD 6.3-RELEASE',


More information about the svn-doc-all mailing list