git: 6d95b2023e15 - main - BSD.root.mtree: Tag a few empty directories
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Aug 2025 16:17:43 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=6d95b2023e15fb212813389a01ce5c826af33335
commit 6d95b2023e15fb212813389a01ce5c826af33335
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2025-08-22 16:17:21 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2025-08-22 16:17:21 +0000
BSD.root.mtree: Tag a few empty directories
* /etc/zfs needs to exist for the zfs cache and exports files
* /etc/ssl/certs and /etc/ssl/untrusted need to exist for caroot
Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D52123
---
etc/mtree/BSD.root.dist | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist
index 1312251cdd9e..5ea99ccbdb89 100644
--- a/etc/mtree/BSD.root.dist
+++ b/etc/mtree/BSD.root.dist
@@ -98,16 +98,16 @@
ssh
..
ssl
- certs
+ certs tags=package=caroot
..
- untrusted
+ untrusted tags=package=caroot
..
..
sysctl.kld.d
..
syslog.d
..
- zfs
+ zfs tags=package=zfs
compatibility.d
..
..