Received: by mail.netbsd.org (Postfix, from userid 605) id 6626584F12; Sun, 21 Aug 2022 07:51:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9604684F11 for ; Sun, 21 Aug 2022 07:51:31 +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 5vpqibCJunwh for ; Sun, 21 Aug 2022 07:51:31 +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 2E15E84D0E for ; Sun, 21 Aug 2022 07:51:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1ABAFFB1A; Sun, 21 Aug 2022 07:51:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 21 Aug 2022 07:51:31 +0000 From: "Michael van Elst" Subject: CVS commit: src/sbin/drvctl To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220821075131.1ABAFFB1A@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Michael van Elst" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: mlelstv Date: Sun Aug 21 07:51:31 UTC 2022 Modified Files: src/sbin/drvctl: drvctl.c Log Message: When extracting properties, don't bail for non-existent or invalid path elements, but continue with next properry. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sbin/drvctl/drvctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.