Received: by mail.netbsd.org (Postfix, from userid 605) id D3C5584F7B; Tue, 10 May 2022 14:16:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0877384F78 for ; Tue, 10 May 2022 14:16:10 +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 TiKtzjVqg4gP for ; Tue, 10 May 2022 14:16:09 +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 98C9084D39 for ; Tue, 10 May 2022 14:16:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3C961FA94; Tue, 10 May 2022 14:16:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 10 May 2022 14:16:25 +0000 From: "SAITOH Masanobu" Subject: CVS commit: src/sbin/bioctl To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220510141625.3C961FA94@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "SAITOH Masanobu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: msaitoh Date: Tue May 10 14:16:25 UTC 2022 Modified Files: src/sbin/bioctl: bioctl.c Log Message: bioctl(8): Don't print garbage bv_seconds. This bug was added in bioctl.c rev. 1.7. Before: Volume Status Size Device/Label Level Stripe ============================================================= bv_level=5, bv_stripe_size=0 0 Online 5.5T mfi0 RAID 5 64K 65535 seconds After: Volume Status Size Device/Label Level Stripe ============================================================= 0 Online 5.5T mfi0 RAID 5 64K To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sbin/bioctl/bioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.