]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkg(7): when bootstrapping first search for pkg.pkg file then pkg.
authorBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 12 Mar 2021 17:36:30 +0000 (18:36 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 5 May 2021 08:19:58 +0000 (10:19 +0200)
commiteabdd103a155f8c643ab7504cd509fc607b9fd64
treeae751eb9ae178588a505b9a61ec1347ebd142453
parent15ed3e7d70fc13273271f0fe454dc6d43bc6de6a
pkg(7): when bootstrapping first search for pkg.pkg file then pkg.

The package extension is going to be changed to .pkg to be among other
things resilient to the change of compression format used and reduce
the impact of all third party tool of that change.

Ensure the bootstrap knows about it

Reviewed by: manu
Differential revision: https://reviews.freebsd.org/D29232

(cherry picked from commit a2aac2f5e5642740507a3cadb98046f3dd434ce4)
(cherry picked from commit c244b1d8a38731041d0f3ff4191192a85dd8608b)
usr.sbin/pkg/pkg.c