Received: by mail.netbsd.org (Postfix, from userid 605) id F015185048; Mon, 2 May 2022 23:31:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30C1285047 for ; Mon, 2 May 2022 23:31:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VOq85jaYKqjV for ; Mon, 2 May 2022 23:31:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BD03F84D06 for ; Mon, 2 May 2022 23:31:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B68D0FB1A; Mon, 2 May 2022 23:31:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651534265188580" MIME-Version: 1.0 Date: Mon, 2 May 2022 23:31:05 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/filesystems/perfuse To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220502233105.B68D0FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651534265188580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon May 2 23:31:05 UTC 2022 Modified Files: pkgsrc/filesystems/perfuse: DESCR Log Message: perfuse: DESCR should not contain RCS content To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/filesystems/perfuse/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651534265188580 Content-Disposition: inline Content-Length: 497 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/filesystems/perfuse/DESCR diff -u pkgsrc/filesystems/perfuse/DESCR:1.5 pkgsrc/filesystems/perfuse/DESCR:1.6 --- pkgsrc/filesystems/perfuse/DESCR:1.5 Fri Apr 29 23:58:23 2022 +++ pkgsrc/filesystems/perfuse/DESCR Mon May 2 23:31:05 2022 @@ -1,5 +1,3 @@ -$NetBSD: DESCR,v 1.5 2022/04/29 23:58:23 gutteridge Exp $ - perfuse brings full FUSE support to NetBSD. It has two components: - a daemon that creates a /dev/fuse socket and that performs PUFFS relay to FUSE. --_----------=_1651534265188580--