mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
pkg: keep this closer to FreeBSD, ship mods via package
This commit is contained in:
parent
954b7a44ba
commit
8f6bbfd98a
3 changed files with 2 additions and 7 deletions
|
|
@ -4,5 +4,5 @@ FreeBSD: {
|
|||
mirror_type: "srv",
|
||||
signature_type: "fingerprints",
|
||||
fingerprints: "/usr/share/keys/pkg",
|
||||
enabled: no
|
||||
enabled: yes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
NO_OBJ=
|
||||
|
||||
FILES= FreeBSD.conf OPNsense.conf
|
||||
FILES= FreeBSD.conf
|
||||
|
||||
FILESDIR= /etc/pkg
|
||||
FILESMODE= 644
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
OPNsense: {
|
||||
url: "pkg+http://pkg.opnsense.org/${ABI}/latest",
|
||||
mirror_type: "srv",
|
||||
enabled: yes
|
||||
}
|
||||
Loading…
Reference in a new issue