From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 2BF366D2E5 for ; Thu, 4 Feb 2021 20:10:08 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 20D8828381 for ; Thu, 4 Feb 2021 20:09:38 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 3912428370 for ; Thu, 4 Feb 2021 20:09:37 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 0308F41ADA for ; Thu, 4 Feb 2021 20:09:37 +0100 (CET) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Thu, 4 Feb 2021 20:09:17 +0100 Message-Id: <20210204190917.4774-4-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210204190917.4774-1-s.ivanov@proxmox.com> References: <20210204190917.4774-1-s.ivanov@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.065 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [substfiles.am, makefile.am] Subject: [pve-devel] [PATCH zfsonlinux 3/3] move manpage arcstat(1) to arcstat(8). X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2021 19:10:08 -0000 Adapted from debian upstream [0] commits: 1a3239e6b3b5604bb588c10912f57f32962b38c3 66b7241c965cdce730e76ca59c242fccc267b302 [0] https://salsa.debian.org/zfsonlinux-team/zfs/ Originally-By: Mo Zhou Originally-By: Antonio Russo Signed-off-by: Stoiko Ivanov --- ...-move-manpage-arcstat-1-to-arcstat-8.patch | 54 +++++++++++++++++++ debian/patches/series | 1 + debian/zfsutils-linux.install | 2 +- 3 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 debian/patches/0009-Patch-move-manpage-arcstat-1-to-arcstat-8.patch diff --git a/debian/patches/0009-Patch-move-manpage-arcstat-1-to-arcstat-8.patch b/debian/patches/0009-Patch-move-manpage-arcstat-1-to-arcstat-8.patch new file mode 100644 index 00000000..917a1815 --- /dev/null +++ b/debian/patches/0009-Patch-move-manpage-arcstat-1-to-arcstat-8.patch @@ -0,0 +1,54 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Stoiko Ivanov +Date: Thu, 4 Feb 2021 19:01:12 +0100 +Subject: [PATCH] Patch: move manpage arcstat(1) to arcstat(8). + +Originally-By: Mo Zhou +Originally-By: Antonio Russo + +Signed-off-by: Stoiko Ivanov +--- + man/man1/Makefile.am | 2 +- + man/man8/Makefile.am | 1 + + man/{man1/arcstat.1 => man8/arcstat.8} | 2 +- + 3 files changed, 3 insertions(+), 2 deletions(-) + rename man/{man1/arcstat.1 => man8/arcstat.8} (99%) + +diff --git a/man/man1/Makefile.am b/man/man1/Makefile.am +index 8d7457a3e..101af7b6c 100644 +--- a/man/man1/Makefile.am ++++ b/man/man1/Makefile.am +@@ -1,4 +1,4 @@ +-dist_man_MANS = zhack.1 ztest.1 raidz_test.1 zvol_wait.1 arcstat.1 ++dist_man_MANS = zhack.1 ztest.1 raidz_test.1 zvol_wait.1 + EXTRA_DIST = cstyle.1 + + if BUILD_LINUX +diff --git a/man/man8/Makefile.am b/man/man8/Makefile.am +index 07f6aefa6..a757b1c62 100644 +--- a/man/man8/Makefile.am ++++ b/man/man8/Makefile.am +@@ -1,6 +1,7 @@ + include $(top_srcdir)/config/Substfiles.am + + dist_man_MANS = \ ++ arcstat.8 \ + fsck.zfs.8 \ + mount.zfs.8 \ + vdev_id.8 \ +diff --git a/man/man1/arcstat.1 b/man/man8/arcstat.8 +similarity index 99% +rename from man/man1/arcstat.1 +rename to man/man8/arcstat.8 +index ca508b49c..0aa81849a 100644 +--- a/man/man1/arcstat.1 ++++ b/man/man8/arcstat.8 +@@ -13,7 +13,7 @@ + .\" Copyright (c) 2015 by Delphix. All rights reserved. + .\" Copyright (c) 2020 by AJ Jordan. All rights reserved. + .\" +-.TH ARCSTAT 1 "Oct 20, 2020" OpenZFS ++.TH ARCSTAT 8 "Oct 20, 2020" OpenZFS + .SH NAME + arcstat \- report ZFS ARC and L2ARC statistics + .SH SYNOPSIS diff --git a/debian/patches/series b/debian/patches/series index e1d7c485..91b8a3b1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ 0006-dont-symlink-zed-scripts.patch 0007-Use-installed-python3.patch 0008-Add-systemd-unit-for-importing-specific-pools.patch +0009-Patch-move-manpage-arcstat-1-to-arcstat-8.patch diff --git a/debian/zfsutils-linux.install b/debian/zfsutils-linux.install index 8ca14859..ccb1f169 100644 --- a/debian/zfsutils-linux.install +++ b/debian/zfsutils-linux.install @@ -33,7 +33,7 @@ usr/sbin/arc_summary usr/sbin/arcstat usr/sbin/dbufstat usr/share/bash-completion/completions -usr/share/man/man1/arcstat.1 +usr/share/man/man8/arcstat.8 usr/share/man/man1/zhack.1 usr/share/man/man1/zvol_wait.1 usr/share/man/man5/ -- 2.20.1