Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A00B852B3 for ; Wed, 18 Oct 2023 13:10:35 +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 izuUQVmu9u-k for ; Wed, 18 Oct 2023 13:10:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C1C5484CEB for ; Wed, 18 Oct 2023 13:10:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA350FADC; Wed, 18 Oct 2023 13:10:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 18 Oct 2023 13:10:34 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/usr.sbin/postinstall To: source-changes@NetBSD.org Approved: for-source-only Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20231018131034.BA350FADC@cvs.NetBSD.org> Module Name: src Committed By: riastradh Date: Wed Oct 18 13:10:34 UTC 2023 Modified Files: src/usr.sbin/postinstall: postinstall.in Log Message: postinstall(8): Use /usr/sbin/certctl. Obviates need to have /usr/sbin in PATH when running this. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 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.