Received: by mail.netbsd.org (Postfix, from userid 605) id 4360E84DCD; Sun, 14 Feb 2021 20:55:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B38984DC7 for ; Sun, 14 Feb 2021 20:55:23 +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 CSJzQ4MX6JdC for ; Sun, 14 Feb 2021 20:55:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CBD4F84D80 for ; Sun, 14 Feb 2021 20:55:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B889DFA95; Sun, 14 Feb 2021 20:55:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613336122275340" MIME-Version: 1.0 Date: Sun, 14 Feb 2021 20:55:22 +0000 From: "Chris Pinnock" Subject: CVS commit: pkgsrc/sysutils/cvsreport To: pkgsrc-changes@NetBSD.org Reply-To: cjep@netbsd.org X-Mailer: log_accum Message-Id: <20210214205522.B889DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613336122275340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cjep Date: Sun Feb 14 20:55:22 UTC 2021 Added Files: pkgsrc/sysutils/cvsreport: MESSAGE Log Message: PR#43224 notes that it is not immediately obvious that this package requires the /proc filesystem. Most stock installations will have /proc mounted. As a result, just add a MESSAGE to the package to let the user know. Closes the PR. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/cvsreport/MESSAGE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613336122275340 Content-Disposition: inline Content-Length: 658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/sysutils/cvsreport/MESSAGE diff -u /dev/null pkgsrc/sysutils/cvsreport/MESSAGE:1.1 --- /dev/null Sun Feb 14 20:55:22 2021 +++ pkgsrc/sysutils/cvsreport/MESSAGE Sun Feb 14 20:55:22 2021 @@ -0,0 +1,10 @@ +=========================================================================== + +$NetBSD: MESSAGE,v 1.1 2021/02/14 20:55:22 cjep Exp $ + +Note that cvsreport uses the /proc filesystem. For complete functionality +please make sure that /proc is mounted if your system supports it. + +NetBSD supports the /proc filesystem in the default installation. + +=========================================================================== --_----------=_1613336122275340--