Date: Mon, 7 Jul 2025 17:55:47 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a38eb8d4282d - main - ObsoleteFiles.inc: fix a typo Message-ID: <202507071755.567HtltK038027@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/src/commit/?id=a38eb8d4282d2126896da35f0742fd5e84ffac49 commit a38eb8d4282d2126896da35f0742fd5e84ffac49 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2025-07-07 17:54:17 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2025-07-07 17:55:07 +0000 ObsoleteFiles.inc: fix a typo --- ObsoleteFiles.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index dcda9a035b44..61f948a2c970 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -2481,7 +2481,7 @@ OLD_FILES+=usr/share/man/man4/ng_uni.4.gz OLD_FILES+=usr/share/man/man4/ngatmbase.4.gz # 20230308: machine-id merged into hostid_save -OLD_FILES+=etc/rc.d/machine-id +OLD_FILES+=etc/rc.d/machine_id # 20230306: remove tzsetwall(3) OLD_FILES+=usr/share/man/man3/tzsetwall.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507071755.567HtltK038027>