From owner-dev-commits-src-all@freebsd.org Mon May 3 20:51:04 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 3DC7F63CEF9; Mon, 3 May 2021 20:51:04 +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 4FYw9h0bsSz3jmb; Mon, 3 May 2021 20:51:04 +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 EEACD24BD1; Mon, 3 May 2021 20:51:03 +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 143Kp30j082474; Mon, 3 May 2021 20:51:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 143Kp3Wu082473; Mon, 3 May 2021 20:51:03 GMT (envelope-from git) Date: Mon, 3 May 2021 20:51:03 GMT Message-Id: <202105032051.143Kp3Wu082473@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Dimitry Andric Subject: git: 64fe4400daad - main - Add a few missed libauditd files to ObsoleteFiles.inc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 64fe4400daada6b19b8a60d966978d26e9d3474f 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: Mon, 03 May 2021 20:51:04 -0000 The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=64fe4400daada6b19b8a60d966978d26e9d3474f commit 64fe4400daada6b19b8a60d966978d26e9d3474f Author: Dimitry Andric AuthorDate: 2021-05-03 20:47:41 +0000 Commit: Dimitry Andric CommitDate: 2021-05-03 20:47:41 +0000 Add a few missed libauditd files to ObsoleteFiles.inc --- ObsoleteFiles.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index f179299d4a0a..62a4dcc5df31 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -4194,6 +4194,10 @@ OLD_FILES+=usr/lib/libauditd.a OLD_FILES+=usr/lib/libauditd.so OLD_LIBS+=usr/lib/libauditd.so.5 OLD_FILES+=usr/lib/libauditd_p.a +OLD_FILES+=usr/lib32/libauditd.a +OLD_FILES+=usr/lib32/libauditd.so +OLD_LIBS+=usr/lib32/libauditd.so.5 +OLD_FILES+=usr/lib32/libauditd_p.a # 20200418: Remove bogus man links OLD_FILES+=usr/share/man/man3/getauusernam_R.3.gz