svn commit: r258227 - head/etc/pkg
Baptiste Daroussin
bapt at FreeBSD.org
Sat Nov 16 15:54:47 UTC 2013
Author: bapt
Date: Sat Nov 16 15:54:46 2013
New Revision: 258227
URL: http://svnweb.freebsd.org/changeset/base/258227
Log:
Enabled should be a boolean, not a string
MFC after: 2 days
Modified:
head/etc/pkg/FreeBSD.conf
Modified: head/etc/pkg/FreeBSD.conf
==============================================================================
--- head/etc/pkg/FreeBSD.conf Sat Nov 16 15:48:49 2013 (r258226)
+++ head/etc/pkg/FreeBSD.conf Sat Nov 16 15:54:46 2013 (r258227)
@@ -4,5 +4,5 @@ FreeBSD: {
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
- enabled: "yes"
+ enabled: yes
}
More information about the svn-src-head
mailing list