git: aab7bd4d9903 - main - mtree: usr: add missing bsdconfig datetime directories
Devin Teske <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a81c95f.462b5.66ddd380__14356.4322077268$1786890610$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by dteske: URL: https://cgit.FreeBSD.org/src/commit/?id=aab7bd4d9903b9da0a7474aab47c003c904ef3dd commit aab7bd4d9903b9da0a7474aab47c003c904ef3dd Author: Devin Teske <[email protected]> AuthorDate: 2026-08-16 14:21:20 +0000 Commit: Devin Teske <[email protected]> CommitDate: 2026-08-16 14:26:46 +0000 mtree: usr: add missing bsdconfig datetime directories 8cfe06ee4415 installs into 085.datetime and share/bsdconfig/datetime, but those paths were not in BSD.usr.dist. In-place installworld then fails when install(1) cannot create the destination. Fixes: 8cfe06ee4415 ("bsdconfig: add datetime module for live system clock") --- etc/mtree/BSD.usr.dist | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index 00abc75d5bbb..5bbfba4bc5b5 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -140,6 +140,10 @@ include .. .. + 085.datetime + include + .. + .. 090.timezone include .. @@ -210,6 +214,8 @@ .. .. bsdconfig + datetime + .. media .. networking