The branch main has been updated by bapt:

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

commit c244b1d8a38731041d0f3ff4191192a85dd8608b
Author:     Baptiste Daroussin <b...@freebsd.org>
AuthorDate: 2021-03-16 15:18:48 +0000
Commit:     Baptiste Daroussin <b...@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
 };
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to