pkg: keep this closer to FreeBSD, ship mods via package

This commit is contained in:
Franco Fichtner 2014-12-21 08:20:48 +01:00
parent 954b7a44ba
commit 8f6bbfd98a
3 changed files with 2 additions and 7 deletions

View file

@ -4,5 +4,5 @@ FreeBSD: {
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: no
enabled: yes
}

View file

@ -2,7 +2,7 @@
NO_OBJ=
FILES= FreeBSD.conf OPNsense.conf
FILES= FreeBSD.conf
FILESDIR= /etc/pkg
FILESMODE= 644

View file

@ -1,5 +0,0 @@
OPNsense: {
url: "pkg+http://pkg.opnsense.org/${ABI}/latest",
mirror_type: "srv",
enabled: yes
}