aboutsummaryrefslogtreecommitdiff
path: root/security/cfs/files/patch-ad
blob: c91fb24fe3d52fd7d8919fd940811a0d4b1e018a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- cfsd.8.orig	Sat Jan  1 04:35:00 1994
+++ cfsd.8	Sun Sep 20 18:35:45 1998
@@ -3,6 +3,7 @@
 cfsd - cryptographic file system daemon
 .SH SYNOPSIS
 .B cfsd
+[port]
 .SH DESCRIPTION
 \fBcfsd\fP is the user-level daemon for the Cryptographic File System
 (CFS).  It is essentially an RPC server for the NFS protocol augmented
@@ -13,8 +14,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 +24,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