Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 04:14:34 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r362479 - projects/nfs-over-tls
Message-ID:  <202006220414.05M4EYT4099960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Mon Jun 22 04:14:34 2020
New Revision: 362479
URL: https://svnweb.freebsd.org/changeset/base/362479

Log:
  Fix a couple of small things in the setup doc.

Modified:
  projects/nfs-over-tls/nfs-over-tls-setup.txt

Modified: projects/nfs-over-tls/nfs-over-tls-setup.txt
==============================================================================
--- projects/nfs-over-tls/nfs-over-tls-setup.txt	Mon Jun 22 03:44:01 2020	(r362478)
+++ projects/nfs-over-tls/nfs-over-tls-setup.txt	Mon Jun 22 04:14:34 2020	(r362479)
@@ -51,8 +51,6 @@ Fix the include files. Here's my "cheat" way of doing 
 # ln -s /usr/nfs-over-tls/sys/fs fs
 # mv netinet netinet.old
 # ln -s /usr/nfs-over-tls/sys/netinet netinet
-# cd rpc
-# cp /usr/nfs-over-tls/sys/rpc/rpcsec_tls.h .
 - This should be enough to allow userspace building.
 
 Now, you need jhb@'s patched openssl3 source tree, so you can build it.
@@ -60,7 +58,7 @@ Now, you need jhb@'s patched openssl3 source tree, so 
   (If you don't have git anywhere, I think "pkg install git" will get it
    installed.)
   - You will need perl5.
-# pkg install perl
+# pkg install perl5
 # cd /usr
 # mkdir openssl
 # cd openssl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006220414.05M4EYT4099960>