From owner-dev-commits-src-all@freebsd.org Sun Jun 13 03:18:03 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A0E16558FC; Sun, 13 Jun 2021 03:18:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G2fsk6xndz4pDh; Sun, 13 Jun 2021 03:18:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D529A19D40; Sun, 13 Jun 2021 03:18:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15D3I2pn074098; Sun, 13 Jun 2021 03:18:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15D3I2Gf074097; Sun, 13 Jun 2021 03:18:02 GMT (envelope-from git) Date: Sun, 13 Jun 2021 03:18:02 GMT Message-Id: <202106130318.15D3I2Gf074097@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Martin Matuska Subject: git: eee7786f7523 - main - zfs: fix invalid entries in ObsoleteFiles.inc added in 3ff01b231 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mm X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: eee7786f75238ad6a96ab95d8f2ca329a931e00f Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2021 03:18:03 -0000 The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=eee7786f75238ad6a96ab95d8f2ca329a931e00f commit eee7786f75238ad6a96ab95d8f2ca329a931e00f Author: Martin Matuska AuthorDate: 2021-06-13 03:17:15 +0000 Commit: Martin Matuska CommitDate: 2021-06-13 03:17:15 +0000 zfs: fix invalid entries in ObsoleteFiles.inc added in 3ff01b231 --- ObsoleteFiles.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 1e47821fe696..be8c22346501 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -44,11 +44,11 @@ OLD_FILES+=usr/share/man/man5/spl-module-parameters.5.gz OLD_FILES+=usr/share/man/man5/zfs-events.5.gz OLD_FILES+=usr/share/man/man5/zfs-module-parameters.5.gz -OLD_FILES+=usr/share/man/man8/zfsconcepts.8 -OLD_FILES+=usr/share/man/man8/zfsprops.8 +OLD_FILES+=usr/share/man/man8/zfsconcepts.8.gz +OLD_FILES+=usr/share/man/man8/zfsprops.8.gz OLD_FILES+=usr/share/man/man5/zpool-features.5.gz -OLD_FILES+=usr/share/man/man8/zpoolconcepts.8 -OLD_FILES+=usr/share/man/man8/zpoolprops.8 +OLD_FILES+=usr/share/man/man8/zpoolconcepts.8.gz +OLD_FILES+=usr/share/man/man8/zpoolprops.8.gz # 20210611: Remove svn and svnlite OLD_FILES+=usr/bin/svn