openbsd-ports/security/cfs/patches/patch-cfsd_8
sturm 47b40eba3b update to cfs 1.4.1
CFS was actually broken since at least 3.2 or so, but should work now
again on 32-bit archs. 64-bit archs are still broken and won't be
fixed anytime soon.

I also set PERMIT_*=Yes, as the "no fee" part of the license is clearly
due to bad english.

xsa@ helped testing
2004-06-15 18:32:22 +00:00

31 lines
1.1 KiB
Plaintext

$OpenBSD: patch-cfsd_8,v 1.2 2004/06/15 18:32:22 sturm Exp $
--- cfsd.8.orig 2004-06-10 11:20:23.000000000 +0200
+++ cfsd.8 2004-06-10 11:23:30.000000000 +0200
@@ -13,8 +13,8 @@ The main function of \fBcfsd\fP is to ma
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
+/etc/rc.local. 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,11 +22,11 @@ mount the exported file system from the
port=3049.
.SH EXAMPLES
.TP
-/usr/local/etc/cfsd
-invokes cfs (in /etc/rc)
+/usr/local/sbin/cfsd
+invokes cfs (in /etc/rc.local)
.TP
-/etc/mount -o port=3049,intr localhost:/ /crypt
-mounts cfs on /crypt (in /etc/rc)
+/sbin/mount -o port=3049,nfsv2,intr localhost:/null /crypt
+mounts cfs on /crypt (in /etc/rc.local)
.SH FILES
.TP
/crypt