Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2021 15:20:11 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c244b1d8a387 - main - pkg: settle the uniq extension to .pkg instead of .bsd
Message-ID:  <202103161520.12GFKBhg078704@gitrepo.freebsd.org>

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

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

commit c244b1d8a38731041d0f3ff4191192a85dd8608b
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-03-16 15:18:48 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-03-16 15:19:52 +0000

    pkg: settle the uniq extension to .pkg instead of .bsd
    
    Requested by:   many
---
 usr.sbin/pkg/pkg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
index 48b92049b869..04232672ac39 100644
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -85,7 +85,7 @@ struct fingerprint {
 };
 
 static const char *bootstrap_names []  = {
-	"pkg.bsd",
+	"pkg.pkg",
 	"pkg.txz",
 	NULL
 };



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