diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-10-26 14:19:57 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-10-26 14:19:57 +0000 |
commit | 58012cd9d92c281b5f4758ff7291d2f4b78ed21e (patch) | |
tree | 2e556f7f9079988ece53498e36a074e7f1bcfc5d | |
parent | 281c3f714c345032a68625be73f310574ec16183 (diff) | |
download | FreeBSD-src-58012cd9d92c281b5f4758ff7291d2f4b78ed21e.zip FreeBSD-src-58012cd9d92c281b5f4758ff7291d2f4b78ed21e.tar.gz |
Disable fingerprint checking for now as the pkg repository mirrors will
not receive the signature until later this week.
Approved by: bapt
-rw-r--r-- | etc/pkg/FreeBSD.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pkg/FreeBSD.conf b/etc/pkg/FreeBSD.conf index 42ef769..435bcba 100644 --- a/etc/pkg/FreeBSD.conf +++ b/etc/pkg/FreeBSD.conf @@ -2,7 +2,7 @@ FreeBSD: { url: "pkg+http://pkg.freebsd.org/${ABI}/latest", mirror_type: "srv", - signature_type: "fingerprints", + signature_type: "none", fingerprints: "/etc/keys/pkg", enabled: "yes" } |