git: c244b1d8a387 - main - pkg: settle the uniq extension to .pkg instead of .bsd
Baptiste Daroussin
bapt at FreeBSD.org
Tue Mar 16 15:20:12 UTC 2021
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=c244b1d8a38731041d0f3ff4191192a85dd8608b
commit c244b1d8a38731041d0f3ff4191192a85dd8608b
Author: Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-03-16 15:18:48 +0000
Commit: Baptiste Daroussin <bapt at 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
};
More information about the dev-commits-src-all
mailing list