diff options
Diffstat (limited to 'ObsoleteFiles.inc')
| -rw-r--r-- | ObsoleteFiles.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index e415c2c5f9fe..6ce096ac92d1 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,8 +51,15 @@ # xargs -n1 | sort | uniq -d; # done +# 20251112: Remove old MLINK to apmconf(8) +OLD_FILES+=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 + # 20251028: Remove hifn(4) -OLD_FILES+=share/man/man4/hifn.4 +OLD_FILES+=share/man/man4/hifn.4.gz # 20251006: Remove libnss_tacplus.a (it never should have been installed) OLD_FILES+=usr/lib/libnss_tacplus.a |
