head	1.3;
access;
symbols
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2005.04.12.09.06.25;	author flz;	state dead;
branches;
next	1.2;

1.2
date	98.09.21.01.38.40;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	98.09.21.01.23.38;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- 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)
@
text
@--- 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
@


1.2
log
@fix usage
@
text
@@


1.1
log
@Add `nfsv2' to the mount example.
@
text
@d2 10
a11 2
+++ cfsd.8	Sun Sep 20 18:22:52 1998
@@@@ -13,8 +13,9 @@@@
d23 1
a23 1
@@@@ -22,10 +23,10 @@@@
@
