Date: Thu, 10 Nov 2022 12:47:12 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6658132e5a0f - main - ObsoleteFiles: fix typo Message-ID: <202211101247.2AAClCnY045420@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=6658132e5a0f686700d94e6cf5b569e638e55b67 commit 6658132e5a0f686700d94e6cf5b569e638e55b67 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-11-10 12:45:38 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-11-10 12:47:08 +0000 ObsoleteFiles: fix typo Reported by: marck --- ObsoleteFiles.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 2269deea3cfd..ab764164e1ff 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -54,7 +54,7 @@ # 20221109: remove rc.sendmail(8) OLD_FILES=etc/rc.sendmail -OLD_FILES=share/man/man7/rc.sendmail.8.gz +OLD_FILES=share/man/man8/rc.sendmail.8.gz # 20221015: update the ithread(9) man page OLD_FILES+=usr/share/man/man9/ithread.9.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211101247.2AAClCnY045420>