diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-21 09:38:40 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-21 09:38:40 +0800 |
commit | 1daf2e243c362516b7382be23522552638d20625 (patch) | |
tree | d4bb2bc60ac2b3dc8b3f8664063351fd3d981421 /security/cfs | |
parent | 850267c0e7de1e661c7473bbfbb0261e248188e2 (diff) | |
download | freebsd-ports-gnome-1daf2e243c362516b7382be23522552638d20625.tar.gz freebsd-ports-gnome-1daf2e243c362516b7382be23522552638d20625.tar.zst freebsd-ports-gnome-1daf2e243c362516b7382be23522552638d20625.zip |
fix usage
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/files/patch-ad | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/security/cfs/files/patch-ad b/security/cfs/files/patch-ad index 077a5532fd3a..c91fb24fe3d5 100644 --- a/security/cfs/files/patch-ad +++ b/security/cfs/files/patch-ad @@ -1,6 +1,14 @@ --- cfsd.8.orig Sat Jan 1 04:35:00 1994 -+++ cfsd.8 Sun Sep 20 18:22:52 1998 -@@ -13,8 +13,9 @@ ++++ 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 @@ -12,7 +20,7 @@ \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 @@ +@@ -22,10 +24,10 @@ port=3049. .SH EXAMPLES .TP |