diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-11-24 03:11:16 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-11-24 03:11:54 +0000 |
| commit | 5995c036df4871b10e3afb0810cdf73da670a745 (patch) | |
| tree | d33da5f5d00538051c0f3fd0e0944bc9026bb381 | |
| parent | 961b934407f09d4241cfad76a9c8833baa2650e1 (diff) | |
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")
| -rw-r--r-- | ObsoleteFiles.inc | 10 |
1 files 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 |
