Author: bdrewery (ports committer)
Date: Sat Oct 26 14:19:57 2013
New Revision: 257159
URL: http://svnweb.freebsd.org/changeset/base/257159

Log:
  Disable fingerprint checking for now as the pkg repository mirrors will
  not receive the signature until later this week.
  
  Approved by:  bapt

Modified:
  head/etc/pkg/FreeBSD.conf

Modified: head/etc/pkg/FreeBSD.conf
==============================================================================
--- head/etc/pkg/FreeBSD.conf   Sat Oct 26 13:38:49 2013        (r257158)
+++ head/etc/pkg/FreeBSD.conf   Sat Oct 26 14:19:57 2013        (r257159)
@@ -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"
 }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to