Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2025 03:12:15 +0000
From:      Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5995c036df48 - main - ObsoleteFiles: Fix repeated typo in recent entries
Message-ID:  <6923cd0f.2eae7.3f864e9@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=5995c036df4871b10e3afb0810cdf73da670a745

commit 5995c036df4871b10e3afb0810cdf73da670a745
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2025-11-24 03:11:16 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2025-11-24 03:11:54 +0000

    ObsoleteFiles: Fix repeated typo in recent entries
    
    Fixes:          685a78570b35 ("random: remove hifn(4)")
    Fixes:          5b9fba1cb0d8 ("Retire pccard(4)")
    Fixes:          3cf85a69ae7d ("hifn.4: Really remove")
    Fixes:          8a8c58f71e80 ("pccard.4: Really remove")
    Fixes:          6aaf184dc4e2 ("pcic.4: Really remove")
    Fixes:          daa1f9b415f3 ("apm(8): Drop MLINK to apmconf(8)")
    Fixes:          961b934407f0 ("pam_krb5: Fix manual page in MIT case")
---
 ObsoleteFiles.inc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 889e77de7876..51338fea9bf6 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -52,17 +52,17 @@
 # done
 
 # 20251121: Remove duplicate pam_krb5 manual page
-OLD_FILES+=share/man/man8/pam-krb5.8.gz
+OLD_FILES+=usr/share/man/man8/pam-krb5.8.gz
 
 # 20251112: Remove old MLINK to apmconf(8)
-OLD_FILES+=share/man/man8/apmconf.8.gz
+OLD_FILES+=usr/share/man/man8/apmconf.8.gz
 
 # 20251112: Remove pccard(4) and related
-OLD_FILES+=share/man/man4/pccard.4.gz
-OLD_FILES+=share/man/man4/pcic.4.gz
+OLD_FILES+=usr/share/man/man4/pccard.4.gz
+OLD_FILES+=usr/share/man/man4/pcic.4.gz
 
 # 20251028: Remove hifn(4)
-OLD_FILES+=share/man/man4/hifn.4.gz
+OLD_FILES+=usr/share/man/man4/hifn.4.gz
 
 # 20251006: Remove libnss_tacplus.a (it never should have been installed)
 OLD_FILES+=usr/lib/libnss_tacplus.a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6923cd0f.2eae7.3f864e9>