File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / pkg / FreeBSD.conf
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 14 23:16:12 2017 UTC (7 years, 1 month ago) by misho
Branches: elwix2_6
working over pkg subsystem

# $FreeBSD: head/etc/pkg/FreeBSD.conf 263937 2014-03-30 15:24:17Z bdrewery $
#
# 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}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/elwix/altroot/pkg/keys",
  enabled: yes
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>