pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cfs security/cfs: Demote MESSAGE to an instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28e718dbd9c1
branches:  trunk
changeset: 390451:28e718dbd9c1
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Dec 19 14:54:10 2022 +0000

description:
security/cfs: Demote MESSAGE to an installed README

diffstat:

 security/cfs/MESSAGE                 |  42 ------------------------------------
 security/cfs/Makefile                |   5 ++-
 security/cfs/files/README.NetBSD.txt |  42 ++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 44 deletions(-)

diffs (112 lines):

diff -r 2248297dbec4 -r 28e718dbd9c1 security/cfs/MESSAGE
--- a/security/cfs/MESSAGE      Mon Dec 19 14:35:57 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:33 wiz Exp $
-
-The following mail from Steve Bellovin, which can also be viewed at
-
-       http://mail-index.netbsd.org/current-users/2002/07/15/0006.html
-
-is relevant to users of this package:
-
-Delivered-To: current-users%netbsd.org@localhost
-From: "Steven M. Bellovin" <smb%research.att.com@localhost>
-To: current-users%netbsd.org@localhost
-Subject: Re: CFS with NetBSD 1.6
-Date: Mon, 15 Jul 2002 14:00:59 +0900
-Precedence: list
-
-In message <20020630000510.2a034cf4.520079546242-0001%t-online.de@localhost>, Michael Cor
-e writes:
->Hi,
->
->is cfsd still useable with NetBSD 1.6? I haven't used it for a while and
->now I cannot access the files in my cfs'd directory anymore. cfs_attach
->works and I can walk the directories but the moment I access a file
->(with cat, less or whatever) the program or shell stalls. top shows that
->cfsd waits in "select" and several nfsio show "nfsidl". I'll give it
->another try with a GENERIC-kernel but I'm afraid that isn't the problem.
->
-
-The problem turns out to be NFS blocksize -- I got the idea from some
-other discussions about problems caused by the change in the default
-blocksize.  The fix is to use the following mount command:
-
-        mount -o intr,-2,-w=4096,-r=4096 127.0.0.1:/null /crypt
-
-8192 doesn't work; I haven't yet groveled through the CFS source to
-figure out why.
-
-                --Steve Bellovin, http://www.research.att.com/~smb (me)
-                http://www.wilyhacker.com ("Firewalls" book)
-
-
-===========================================================================
diff -r 2248297dbec4 -r 28e718dbd9c1 security/cfs/Makefile
--- a/security/cfs/Makefile     Mon Dec 19 14:35:57 2022 +0000
+++ b/security/cfs/Makefile     Mon Dec 19 14:54:10 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2022/11/09 15:04:05 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/12/19 14:54:10 gdt Exp $
 
 DISTNAME=              cfs-1.4.1
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            security
 MASTER_SITES=          https://www.mattblaze.org/software/cfs-1.4.1.tar.gz
 
@@ -107,5 +107,6 @@
                ${INSTALL_MAN} $${file} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/$${file}; \
        done
        ${INSTALL_DATA} ${WRKSRC}/notes.ms ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} files/README.NetBSD.txt ${DESTDIR}${DOCDIR}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 2248297dbec4 -r 28e718dbd9c1 security/cfs/files/README.NetBSD.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cfs/files/README.NetBSD.txt      Mon Dec 19 14:54:10 2022 +0000
@@ -0,0 +1,42 @@
+===========================================================================
+$NetBSD: README.NetBSD.txt,v 1.1 2022/12/19 14:54:10 gdt Exp $
+
+The following mail from Steve Bellovin, which can also be viewed at
+
+       http://mail-index.netbsd.org/current-users/2002/07/15/0006.html
+
+is relevant to users of this package:
+
+Delivered-To: current-users%netbsd.org@localhost
+From: "Steven M. Bellovin" <smb%research.att.com@localhost>
+To: current-users%netbsd.org@localhost
+Subject: Re: CFS with NetBSD 1.6
+Date: Mon, 15 Jul 2002 14:00:59 +0900
+Precedence: list
+
+In message <20020630000510.2a034cf4.520079546242-0001%t-online.de@localhost>, Michael Cor
+e writes:
+>Hi,
+>
+>is cfsd still useable with NetBSD 1.6? I haven't used it for a while and
+>now I cannot access the files in my cfs'd directory anymore. cfs_attach
+>works and I can walk the directories but the moment I access a file
+>(with cat, less or whatever) the program or shell stalls. top shows that
+>cfsd waits in "select" and several nfsio show "nfsidl". I'll give it
+>another try with a GENERIC-kernel but I'm afraid that isn't the problem.
+>
+
+The problem turns out to be NFS blocksize -- I got the idea from some
+other discussions about problems caused by the change in the default
+blocksize.  The fix is to use the following mount command:
+
+        mount -o intr,-2,-w=4096,-r=4096 127.0.0.1:/null /crypt
+
+8192 doesn't work; I haven't yet groveled through the CFS source to
+figure out why.
+
+                --Steve Bellovin, http://www.research.att.com/~smb (me)
+                http://www.wilyhacker.com ("Firewalls" book)
+
+
+===========================================================================



Home | Main Index | Thread Index | Old Index