Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2022 06:04:31 GMT
From:      Philip Paeps <philip@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 57338837aef5 - main - ObsoleteFiles.inc: fix a silly typo
Message-ID:  <202209250604.28P64Vr1050015@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by philip:

URL: https://cgit.FreeBSD.org/src/commit/?id=57338837aef51923ebafc3656e38d4be5c50a60d

commit 57338837aef51923ebafc3656e38d4be5c50a60d
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2022-09-25 06:02:30 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209250604.28P64Vr1050015>