diff options
Diffstat (limited to 'usr.sbin/pkg/FreeBSD.conf.quarterly')
| -rw-r--r-- | usr.sbin/pkg/FreeBSD.conf.quarterly | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/pkg/FreeBSD.conf.quarterly b/usr.sbin/pkg/FreeBSD.conf.quarterly new file mode 100644 index 000000000000..68e1d32ac680 --- /dev/null +++ b/usr.sbin/pkg/FreeBSD.conf.quarterly @@ -0,0 +1,16 @@ +# $FreeBSD$ +# +# To disable this repository, instead of modifying or removing this file, +# create a /usr/local/etc/pkg/repos/FreeBSD.conf file: +# +# mkdir -p /usr/local/etc/pkg/repos +# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf +# + +FreeBSD: { + url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", + mirror_type: "srv", + signature_type: "fingerprints", + fingerprints: "/usr/share/keys/pkg", + enabled: yes +} |
