The branch main has been updated by cy:

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

commit a5a550c64f05aa4137187a2861a4254b405c896e
Author:     Cy Schubert <c...@freebsd.org>
AuthorDate: 2025-06-11 02:43:30 +0000
Commit:     Cy Schubert <c...@freebsd.org>
CommitDate: 2025-06-16 02:49:37 +0000

    etc/mtree: Add MIT KRB5 directories
    
    Sponsored by:           The FreeBSD Foundation
    Differential revision:  https://reviews.freebsd.org/D50811
---
 etc/mtree/BSD.include.dist |  8 ++++++++
 etc/mtree/BSD.usr.dist     | 14 ++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index ad1b8a5f7413..0e9f739425a1 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -258,6 +258,12 @@
     ..
     gssapi
     ..
+    gssapi_krb5
+        gssapi
+        ..
+    ..
+    gssrpc
+    ..
     infiniband
         complib
         ..
@@ -274,6 +280,8 @@
     ..
     kadm5
     ..
+    kdb5
+    ..
     krb5
     ..
     lib80211
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index 91500c99271c..a6b5e4bed274 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -81,6 +81,18 @@
         ..
         i18n
         ..
+        krb5
+            kdb
+            ..
+            plugins
+                kdb
+                ..
+                preauth
+                ..
+                tls
+                ..
+            ..
+        ..
         libxo
             encoder
             ..
@@ -253,6 +265,8 @@
         ..
         dtrace
         ..
+        et
+        ..
         examples
             BSD_daemon
             ..

Reply via email to