summaryrefslogtreecommitdiff
path: root/security/cfs/files/patch-cfsd.8
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-12 09:06:25 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-12 09:06:25 +0000
commit84dee8dde88b73b2e13dba2a7e117655103732f0 (patch)
treeaf57ee5943fc53988e7e936954a943ccbdff1b07 /security/cfs/files/patch-cfsd.8
parentFix and document insecure temporary file handling in portupgrade. (diff)
- Merge and split existing patch-a[a-f] files.
- Fix types issues on 64-bits architectures. PR: ports/75878 Submitted by: Ville-Pertti Keinonen <will@exomi.com> Approved by: maintainer timeout (3 months)
Notes
Notes: svn path=/head/; revision=133129
Diffstat (limited to 'security/cfs/files/patch-cfsd.8')
-rw-r--r--security/cfs/files/patch-cfsd.839
1 files changed, 39 insertions, 0 deletions
diff --git a/security/cfs/files/patch-cfsd.8 b/security/cfs/files/patch-cfsd.8
new file mode 100644
index 000000000000..f5d5666cf9bc
--- /dev/null
+++ b/security/cfs/files/patch-cfsd.8
@@ -0,0 +1,39 @@
+
+$FreeBSD$
+
+--- cfsd.8.orig
++++ cfsd.8
+@@ -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