]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC Pkg configuration, known public key, and pkg(7) changes to align with pkg(8)
authorbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Apr 2014 23:40:47 +0000 (23:40 +0000)
committerbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Apr 2014 23:40:47 +0000 (23:40 +0000)
commit51bb81e512f00516a40b161a7e846a3409622a35
tree25a4548db3b31a1c7e22c867b68d0554df72c069
parent089c801254d0c16611f5e87107f06b172fdce24a
MFC Pkg configuration, known public key, and pkg(7) changes to align with pkg(8)

This partially merges:
    r229068,r237795,r252048,r257145,r257147,r257150,r257150,r257159,r257164,
    r257168,r257344,r257344,r257667,r257668,r258227,r258550,r263937,r264420

- etc/
  - Bring in current pkg configuration from head
  - Add /etc/pkg/ and /usr/share/keys to mtree
- share/keys
  - Bring in trusted key fingerprint from head
- share/man/man7
  - Document /usr/share/keys/pkg
- usr.sbin/pkg
  - No longer create pkg.conf as it is deprecated in pkg(8).
  - Show security warning when bootstrapping.
    * This is a direct commit as the signature verification is not being
      MFC'd due to being too large.

Discussed with: bapt, gjb

git-svn-id: svn://svn.freebsd.org/base/stable/8@264519 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
etc/Makefile
etc/mtree/BSD.root.dist
etc/mtree/BSD.usr.dist
etc/pkg/FreeBSD.conf [new file with mode: 0644]
etc/pkg/Makefile [new file with mode: 0644]
share/Makefile
share/keys/Makefile [new file with mode: 0644]
share/keys/pkg/Makefile [new file with mode: 0644]
share/keys/pkg/trusted/Makefile [new file with mode: 0644]
share/keys/pkg/trusted/pkg.freebsd.org.2013102301 [new file with mode: 0644]
share/man/man7/hier.7
usr.sbin/pkg/pkg.c