Li-Wen Hsu wrote: > The branch main has been updated by lwhsu: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=5282ada06bbc6727b467d6f6530fa19114143c61 > > commit 5282ada06bbc6727b467d6f6530fa19114143c61 > Author: Li-Wen Hsu <[email protected]> > AuthorDate: 2023-05-04 04:28:52 +0000 > Commit: Li-Wen Hsu <[email protected]> > CommitDate: 2023-05-04 04:28:52 +0000 > > ObsoleteFiles: Complete 20201025: Remove cal data files > > Fixes: d20d6550187a calendar: remove all datafiles except freebsd one > MFC after: 3 days > --- > ObsoleteFiles.inc | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc > index 6e7c5205a2bf..ede2871455ae 100644 > --- a/ObsoleteFiles.inc > +++ b/ObsoleteFiles.inc > @@ -6199,6 +6199,18 @@ OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all > OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday > OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc > OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox > +OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15 > +OLD_DIRS+=usr/share/calendar/de_DE.ISO8859-1 > +OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15 > +OLD_DIRS+=usr/share/calendar/fr_FR.ISO8859-1 > +OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15 > +OLD_DIRS+=usr/share/calendar/hr_HR.ISO8859-2 > +OLD_DIRS+=usr/share/calendar/hu_HU.ISO8859-2 > +OLD_DIRS+=usr/share/calendar/pt_BR.ISO8859-1 > +OLD_DIRS+=usr/share/calendar/pt_BR.UTF-8 > +OLD_DIRS+=usr/share/calendar/ru_RU.KOI8-R > +OLD_DIRS+=usr/share/calendar/ru_RU.UTF-8 > +OLD_DIRS+=usr/share/calendar/uk_UA.KOI8-U > > # 20201004: logo files renamed to type-agnostic gfx-*.lua > OLD_FILES+=boot/lua/logo-beastie.lua
These directories are still in etc/mtree/BSD.usr.dist, so they get recreated.
