Date: Thu, 26 Jun 2025 16:01:04 GMT From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 111607db6a45 - main - OptionalObsoleteFiles: Keep Heimdal man pages when switching back Message-ID: <202506261601.55QG14Ex043277@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=111607db6a45f9ddf1f025106ac74cb2d540e955 commit 111607db6a45f9ddf1f025106ac74cb2d540e955 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2025-06-26 16:00:13 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2025-06-26 16:00:13 +0000 OptionalObsoleteFiles: Keep Heimdal man pages when switching back Additional man pages that should not be removed when switching back to Heimdal. Fixes: af2593e3212c --- tools/build/mk/OptionalObsoleteFiles.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 8312a4975f4a..eb2713bafac9 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -6861,7 +6861,6 @@ OLD_FILES+=usr/share/licenses/krb5-1.21.3_1/catalog.mk OLD_FILES+=usr/share/locale/de/LC_MESSAGES/mit-krb5.mo OLD_FILES+=usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo OLD_FILES+=usr/share/locale/ka/LC_MESSAGES/mit-krb5.mo -OLD_FILES+=usr/share/man/man1/compile_et.1.gz OLD_FILES+=usr/share/man/man1/k5srvutil.1.gz OLD_FILES+=usr/share/man/man1/kadmin.1.gz OLD_FILES+=usr/share/man/man1/ktutil.1.gz @@ -6873,7 +6872,6 @@ OLD_FILES+=usr/share/man/man5/k5identity.5.gz OLD_FILES+=usr/share/man/man5/k5login.5.gz OLD_FILES+=usr/share/man/man5/kadm5.acl.5.gz OLD_FILES+=usr/share/man/man5/kdc.conf.5.gz -OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz OLD_FILES+=usr/share/man/man7/kerberos.7.gz OLD_FILES+=usr/share/man/man8/kadmin.local.8.gz OLD_FILES+=usr/share/man/man8/kdb5_ldap_util.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506261601.55QG14Ex043277>