aboutsummaryrefslogtreecommitdiffstats
path: root/security/cfs
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-09-21 09:23:38 +0800
committerobrien <obrien@FreeBSD.org>1998-09-21 09:23:38 +0800
commit8698d12fd2869b8b7a462db7f5dea123f9651cbf (patch)
tree842015c0121617334aa179e6132dc54b4760830b /security/cfs
parent3592124e29466d2eef93cf64b814e63a53956663 (diff)
downloadfreebsd-ports-gnome-8698d12fd2869b8b7a462db7f5dea123f9651cbf.tar.gz
freebsd-ports-gnome-8698d12fd2869b8b7a462db7f5dea123f9651cbf.tar.zst
freebsd-ports-gnome-8698d12fd2869b8b7a462db7f5dea123f9651cbf.zip
Add `nfsv2' to the mount example.
Diffstat (limited to 'security/cfs')
-rw-r--r--security/cfs/files/patch-ad28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/cfs/files/patch-ad b/security/cfs/files/patch-ad
new file mode 100644
index 000000000000..077a5532fd3a
--- /dev/null
+++ b/security/cfs/files/patch-ad
@@ -0,0 +1,28 @@
+--- cfsd.8.orig Sat Jan 1 04:35:00 1994
++++ cfsd.8 Sun Sep 20 18:22:52 1998
+@@ -13,8 +13,9 @@
+ attached encrypted directories, presenting them in clear form under
+ the CFS mount point (typically "/crypt").
+ .LP
+-\fBcfsd\fP should ordinarily be invoked at boot time from /etc/rc
+-(or /etc/rc.local). The rc file should also start
++\fBcfsd\fP should ordinarily be invoked at boot time from
++/usr/local/etc/rc.d/cfsd.sh
++The rc file should also start
+ \fBmountd\fP(8) daemon with least one file system exported to
+ localhost; note that cfsd itself does not handle the mount protocol.
+ Once a mountd is running, the mount(8) command should be invoked to
+@@ -22,10 +23,10 @@
+ port=3049.
+ .SH EXAMPLES
+ .TP
+-/usr/local/etc/cfsd
+-invokes cfs (in /etc/rc)
++/usr/local/etc/rc.d/cfsd.sh
++starts cfsd (from /etc/rc)
+ .TP
+-/etc/mount -o port=3049,intr localhost:/ /crypt
++/sbin/mount -o port=3049,intr,nfsv2 localhost:/ /crypt
+ mounts cfs on /crypt (in /etc/rc)
+ .SH FILES
+ .TP