Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2025 02:51:54 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a5a550c64f05 - main - etc/mtree: Add MIT KRB5 directories
Message-ID:  <202506160251.55G2psGN063087@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

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

commit a5a550c64f05aa4137187a2861a4254b405c896e
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-06-11 02:43:30 +0000
Commit:     Cy Schubert <cy@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
             ..



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506160251.55G2psGN063087>