mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
pkg(7): Add support for pkg+ prefix to bootstrap pubkey
MFC After: 1 day Sponsored by: Amn Afzar Hoopad Inc Differencial Revision: https://reviews.freebsd.org/D52418
This commit is contained in:
parent
fc68f8aac6
commit
08b8843137
1 changed files with 1 additions and 1 deletions
|
|
@ -889,7 +889,7 @@ bootstrap_pkg(bool force, const char *fetchOpts, struct repository *repo)
|
|||
getenv("TMPDIR") ? getenv("TMPDIR") : _PATH_TMP,
|
||||
bootstrap_name);
|
||||
snprintf(url, MAXPATHLEN, "%s/Latest/%s.pubkeysig",
|
||||
repo->url, bootstrap_name);
|
||||
packagesite, bootstrap_name);
|
||||
|
||||
if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) {
|
||||
fprintf(stderr, "Signature for pkg not "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue