Received: by mail.netbsd.org (Postfix, from userid 605) id 8577484ED7; Sat, 3 Feb 2024 14:15:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7E6284ED9 for ; Sat, 3 Feb 2024 14:15:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bDC_XdPDFQ9D for ; Sat, 3 Feb 2024 14:15:01 +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 3F20A84D0C for ; Sat, 3 Feb 2024 14:15:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33280FA42; Sat, 3 Feb 2024 14:15:01 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 14:15:01 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/usr.sbin/postinstall To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240203141501.33280FA42@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sat Feb 3 14:15:01 UTC 2024 Modified Files: src/usr.sbin/postinstall [netbsd-10]: postinstall.in Log Message: Pull up following revision(s) (requested by riastradh in ticket #573): usr.sbin/postinstall/postinstall.in: revision 1.58 postinstall(8): Don't say /etc/openssl/certs.conf already exists. It's confusing when all the other `postinstall fix' actions are silent in the event they don't have anything to do. PR install/57885 To generate a diff of this commit: cvs rdiff -u -r1.51.2.1 -r1.51.2.2 src/usr.sbin/postinstall/postinstall.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.