The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/src/commit/?id=57338837aef51923ebafc3656e38d4be5c50a60d
commit 57338837aef51923ebafc3656e38d4be5c50a60d Author: Philip Paeps <[email protected]> AuthorDate: 2022-09-25 06:02:30 +0000 Commit: Philip Paeps <[email protected]> CommitDate: 2022-09-25 06:03:43 +0000 ObsoleteFiles.inc: fix a silly typo Remove /usr/share/zoneinfo/SystemV, not /usr/share/zoneinfo. The former was clearly wishful thinking. :-) MFC after: 3 days Pointy hat to: philip --- ObsoleteFiles.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 2d3dcd361151..5525a3d66caa 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -16424,7 +16424,7 @@ OLD_FILES+=usr/share/zoneinfo/SystemV/EST5 OLD_FILES+=usr/share/zoneinfo/SystemV/AST4ADT OLD_FILES+=usr/share/zoneinfo/SystemV/CST6 OLD_FILES+=usr/share/zoneinfo/SystemV/AST4 -OLD_DIRS+=usr/share/zoneinfo +OLD_DIRS+=usr/share/zoneinfo/SystemV OLD_FILES+=usr/share/doc/ntp/accopt.htm OLD_FILES+=usr/share/doc/ntp/assoc.htm OLD_FILES+=usr/share/doc/ntp/audio.htm
