diff --git a/etc/pkg/FreeBSD.conf b/etc/pkg/FreeBSD.conf index 241ba4f82c6..7e56f3c130d 100644 --- a/etc/pkg/FreeBSD.conf +++ b/etc/pkg/FreeBSD.conf @@ -4,5 +4,5 @@ FreeBSD: { mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", - enabled: no + enabled: yes } diff --git a/etc/pkg/Makefile b/etc/pkg/Makefile index c238575f0d9..abc8c64ca5c 100644 --- a/etc/pkg/Makefile +++ b/etc/pkg/Makefile @@ -2,7 +2,7 @@ NO_OBJ= -FILES= FreeBSD.conf OPNsense.conf +FILES= FreeBSD.conf FILESDIR= /etc/pkg FILESMODE= 644 diff --git a/etc/pkg/OPNsense.conf b/etc/pkg/OPNsense.conf deleted file mode 100644 index 54b26037a18..00000000000 --- a/etc/pkg/OPNsense.conf +++ /dev/null @@ -1,5 +0,0 @@ -OPNsense: { - url: "pkg+http://pkg.opnsense.org/${ABI}/latest", - mirror_type: "srv", - enabled: yes -}