mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add `nfsv2' to the mount example.
This commit is contained in:
parent
7c073e9d51
commit
8caddd6f8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13271
28
security/cfs/files/patch-ad
Normal file
28
security/cfs/files/patch-ad
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user