Annotation of elwix/config/etc/default/pkg/FreeBSD.conf, revision 1.2

1.2     ! misho       1: # $FreeBSD: head/etc/pkg/FreeBSD.conf 263937 2014-03-30 15:24:17Z bdrewery $
        !             2: #
        !             3: # To disable this repository, instead of modifying or removing this file,
        !             4: # create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
        !             5: #
        !             6: #   mkdir -p /usr/local/etc/pkg/repos
        !             7: #   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
        !             8: #
        !             9: 
        !            10: FreeBSD: {
        !            11:   url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
        !            12:   mirror_type: "srv",
        !            13:   signature_type: "fingerprints",
        !            14:   fingerprints: "/elwix/altroot/pkg/keys",
        !            15:   enabled: yes
        !            16: }

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