From f518f709afbb2dfaac858c7b4f6ca1f9a6523677 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 21 Jun 2018 15:34:40 +0200 Subject: [PATCH] pkg: migrate from origin.conf to OPNsense.conf Using the project name in the file makes work flow less confusing, especially since we have a FreeBSD.conf right next to it. PR: https://github.com/opnsense/update/issues/35 --- plist | 2 +- .../repos/{origin.conf.shadow.in => OPNsense.conf.shadow.in} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/etc/pkg/repos/{origin.conf.shadow.in => OPNsense.conf.shadow.in} (100%) diff --git a/plist b/plist index fce615a3e..cf99fd4d3 100644 --- a/plist +++ b/plist @@ -1728,4 +1728,4 @@ @sample /usr/local/etc/dh-parameters.4096.sample @sample /usr/local/opnsense/service/templates/OPNsense/IDS/custom.yaml.sample @shadow /usr/local/etc/pkg/repos/FreeBSD.conf.sample -@shadow /usr/local/etc/pkg/repos/origin.conf.sample +@shadow /usr/local/etc/pkg/repos/OPNsense.conf.sample diff --git a/src/etc/pkg/repos/origin.conf.shadow.in b/src/etc/pkg/repos/OPNsense.conf.shadow.in similarity index 100% rename from src/etc/pkg/repos/origin.conf.shadow.in rename to src/etc/pkg/repos/OPNsense.conf.shadow.in