svn commit: r362479 - projects/nfs-over-tls

Rick Macklem rmacklem at FreeBSD.org
Mon Jun 22 04:14:35 UTC 2020


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


More information about the svn-src-projects mailing list