Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 06:24:46 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 20d685623f01 - main - mtree: Properly sort entries
Message-ID:  <202312280624.3BS6Oktu079678@gitrepo.freebsd.org>

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

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

commit 20d685623f013977d8b44017486db5c75d4c6d67
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-28 05:26:23 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 05:26:27 +0000

    mtree: Properly sort entries
    
    Reduce the diff with the output generated by mtree.
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/912
---
 etc/mtree/BSD.root.dist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist
index 252868bb6cee..0c0e5b2633ad 100644
--- a/etc/mtree/BSD.root.dist
+++ b/etc/mtree/BSD.root.dist
@@ -21,12 +21,12 @@
         ..
         firmware
         ..
+        kernel
+        ..
         loader.conf.d             tags=package=bootloader
         ..
         lua
         ..
-        kernel
-        ..
         modules
         ..
         uboot



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