From nobody Sat Jun 26 01:20:09 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7A5A811D6F31 for ; Sat, 26 Jun 2021 01:21:04 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.home.utahime.org (gate.home.utahime.org [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GBbfl1qs3z3tvy for ; Sat, 26 Jun 2021 01:21:02 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by gate.home.utahime.org (Postfix) with ESMTPS id 4A4C735ECB for ; Sat, 26 Jun 2021 10:20:54 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1624670454; bh=wb57iYiSCRez8I3bOOzoYhbCWI2zD18D6AFupTIbypY=; h=Date:To:Subject:From; b=TJ9tikDPtdOJ9u6RrM2BTpL7SNG6IFCleKrwKg/Uh7C0cZlfJjRn1T0rvxlDfqeWf 4/O35rBSc8O0jCTL29O7FHMgA3ru/a/KUQsaS3+W0l999YXAxWZnCcKD/KqvAd+2Xo ReZL+vriuzidkY3gb7fnfhFFzgCMwLq44HzmhfC2Nn9lpW0erOJCr6Jopucvgw/5Ca FS7ojtuy1iC8XA0FBHcyLOREPutuycTdkloQzdt7SQPldx2OOxbGDHYKSxmWQpMD9T +aPaRs0KzzxUP/Gv790/Y0Qd1pZTiBFtzBSc3Cr6PnBPIT4/IbTyWZrfbPqfpW6gPo yId6wV5aktwQA== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 3A8F657E15; Sat, 26 Jun 2021 10:20:53 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.3 at eastasia.home.utahime.org Date: Sat, 26 Jun 2021 10:20:09 +0900 (JST) Message-Id: <20210626.102009.430082930844697257.yasu@utahime.org> To: freebsd-current@freebsd.org Subject: Should /usr/share/man/man7/zpool-features.7.gz be removed or not? From: Yasuhiro Kimura X-Mailer: Mew version 6.8 on Emacs 27.2 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GBbfl1qs3z3tvy X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=utahime.org header.s=maybe2019112701 header.b=TJ9tikDP; dmarc=none; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [-1.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[utahime.org:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[183.180.29.210:from]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[utahime.org:s=maybe2019112701]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[utahime.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[183.180.29.210:from:127.0.2.255]; MID_CONTAINS_FROM(1.00)[]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Hello, Recently `make delete-old` ask if it removes /usr/share/man/man7/zpool-features.7.gz when I take regular update step. But even if I answer 'y' and the file is removed, it happens again when I do next update. Should the file be removed or not? Best Regards. --- Yasuhiro Kimura