From nobody Wed Aug 20 14:05:17 2025 X-Original-To: dev-commits-src-main@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 4c6Srt1zNnz64V9J; Wed, 20 Aug 2025 14:05:18 +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 "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4c6Srt18CDz3Z9T; Wed, 20 Aug 2025 14:05:18 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1755698718; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=IBjMD915rava+pueAkLh+wARoly7eNYLurih34r1AL8=; b=FUBGWtMdAXQEuRmogMqax6g4OTUQsNFZa09166lDN6LP2cjpaxbtzPK7d3b87dYsY/XssZ KEdLfpau3Hhwco7l1etBUGtRE1+hi4whCtrzbSiY2p/jusKcaj9J0uuiMtzxt43gEjLUC/ xop+Z7coTNL46LwCXXseY0jqxL9cQSUDTsAx7OfutIQ74rD46cwznWtbJXItHemneAuXOx CccAf8lw0K4I+F4oK4fZjYvcOgnbDI2wYYfXo2k0iuAY3YHHqORJeakvLhMrh+Cat2Myci PcuGC6VRw+b0kE8S9MrwCALeD1UIN8I+zDkDMy7Tq4aqD6HVdyr6ZlKDh9iXRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1755698718; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=IBjMD915rava+pueAkLh+wARoly7eNYLurih34r1AL8=; b=plvYw0L7/dtqaSC2254Zc9oLhYNTNByzFy5+8unLcOmp0NHoSrHkpbX/r55MRMSNa298lu YTgbfDyed1ShCqKYMNTHzHML16OtCwOcEA8L+k/XxkAZdkUDVOmbPd01KU1x8bV+uVompn A0cyGheDRK79zjZ94VsEVYeET0+65siSn+eyujyLYvBrQZt3SICgR8Yd7p9BWA9qKal9mm Qn2IyYXcKT82R2P4oh/lJJDlDY6QqgzwOQrRGXju7C8mQaXbVyjDtrRHZE/9N/+/7Dtzgf Yzr4C41Bbupo1PMw+Z6zRX4VJdYP4VXBopMpbdzaZbpAWLpm6WstCDXqk/ELxw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1755698718; a=rsa-sha256; cv=none; b=xcmjh2XjS79aPkMW4C0i9fTdY8VP5T9pihmOs/kCa8uLr/ijs12t4mGaeIcK06+YKRoSmZ BYrjXYLULvHIX2RT/TpSCc11cO1QQorOzasR5pm652p4W55m0+BW0t4PlXEaoUt2/cadl3 W74bxx7TdsYTCn3TSZ1RyuK7b7IO3UVmBjYGDIsXcxeYU8vddmLVSyRnEvsEgO8K/mkcZ8 nskQyqg2Wzez72yl2sriGvG93poLIl8waNpacsFgsZz5g1XB7P61uqSMyMRh5JyT5BTh+S cTk44JAhKFqLKKn6CF7tTg+imaW79GtELaU/MrjoAZ7FYcIscxkYx5kmcXX3Rg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4c6Srt0kr1z1dk; Wed, 20 Aug 2025 14:05:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 57KE5IN9036064; Wed, 20 Aug 2025 14:05:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 57KE5HiU036062; Wed, 20 Aug 2025 14:05:17 GMT (envelope-from git) Date: Wed, 20 Aug 2025 14:05:17 GMT Message-Id: <202508201405.57KE5HiU036062@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: John Baldwin Subject: git: 39fea5c8dc59 - main - ObsoleteFiles.inc: Don't remove /usr/share/et List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 39fea5c8dc598021e900c4feaf0e18111fda57b2 Auto-Submitted: auto-generated The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=39fea5c8dc598021e900c4feaf0e18111fda57b2 commit 39fea5c8dc598021e900c4feaf0e18111fda57b2 Author: John Baldwin AuthorDate: 2025-08-20 14:02:40 +0000 Commit: John Baldwin CommitDate: 2025-08-20 14:05:03 +0000 ObsoleteFiles.inc: Don't remove /usr/share/et This directory is in use again. Fixes: 5105e1ebecc7 ("krb5: Fix the installed compile_et") --- ObsoleteFiles.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index aaec7ace84fc..95d4c06fe07e 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -76,7 +76,6 @@ OLD_FILES+=usr/lib/libopencsd.so # 20250801: Move compile_et to /usr/sbin OLD_FILES+=usr/share/et/compile_et -OLD_DIRS+=usr/share/et # 20250728: zfsboot (MBR) removed OLD_FILES+=boot/zfsboot