git: aab7bd4d9903 - main - mtree: usr: add missing bsdconfig datetime directories
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Aug 2026 14:29:51 UTC
The branch main has been updated by dteske:
URL: https://cgit.FreeBSD.org/src/commit/?id=aab7bd4d9903b9da0a7474aab47c003c904ef3dd
commit aab7bd4d9903b9da0a7474aab47c003c904ef3dd
Author: Devin Teske <dteske@FreeBSD.org>
AuthorDate: 2026-08-16 14:21:20 +0000
Commit: Devin Teske <dteske@FreeBSD.org>
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