Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2022 03:07:22 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 640799e5f2d0 - stable/13 - Update pkgbase metalog tool README to match installed filename
Message-ID:  <202211200307.2AK37MKC020509@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

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

commit 640799e5f2d0b09b359ce040bf7cbbcb6f33393d
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-11-16 19:31:26 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-11-19 19:12:48 +0000

    Update pkgbase metalog tool README to match installed filename
    
    The pkgbase metalog tool is named metalog_reader.lua.  (One may argue
    that a better name could be chosen, but the README should match in any
    case.)
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 1f3b4f38a6803019dadb3baba8d4be159924671a)
---
 tools/pkgbase/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pkgbase/README.md b/tools/pkgbase/README.md
index 98bb37ed32e1..e81fc49c843f 100644
--- a/tools/pkgbase/README.md
+++ b/tools/pkgbase/README.md
@@ -1,4 +1,4 @@
-`metalog.lua` is a script that reads METALOG file created by pkgbase
+`metalog_reader.lua` is a script that reads METALOG file created by pkgbase
 (make packages) and generates reports about the installed system
 and issues
 



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