From 4472a23596987434140a8f5fe741b9d0f9d30c66 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 2 Aug 2021 21:47:27 +0200 Subject: [PATCH] firmware: switch to FreeBSD where appropriate --- README.md | 2 +- src/opnsense/mvc/app/views/OPNsense/Core/license.volt | 2 +- src/opnsense/scripts/firmware/sets.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 973431b82..280346026 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Several OPTIONS exist to customise the package, e.g.: * CORE_DEPENDS: a list of required dependencies for the package * CORE_DEPENDS_ARCH: a list of special -required packages -* CORE_ORIGIN: sets a HardenedBSD compatible package/ports origin +* CORE_ORIGIN: sets a FreeBSD compatible package/ports origin * CORE_FLAVOUR: can be set to "OpenSSL" or "LibreSSL" * CORE_COMMENT: a short description of the package * CORE_MAINTAINER: email of the package maintainer diff --git a/src/opnsense/mvc/app/views/OPNsense/Core/license.volt b/src/opnsense/mvc/app/views/OPNsense/Core/license.volt index 88cf0acc8..f58bf790d 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Core/license.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Core/license.volt @@ -42,7 +42,7 @@ {% if product_name != 'OPNsense' %}

{{ product_name }} is based on OPNsense®, copyright © Deciso B.V. All rights reserved.

{% endif %} -

OPNsense is based on HardenedBSD, copyright © The HardenedBSD Project. All rights reserved.

+

OPNsense is based on FreeBSD, copyright © The FreeBSDBSD Project. All rights reserved.

OPNsense is a fork of pfSense® (Copyright © 2004-2014 Electric Sheep Fencing, LLC. All rights reserved.), which is a fork of m0n0wall® (Copyright © 2002-2013 Manuel Kasper).

OPNsense includes various freely available software packages and ports. The incorporated third party tools are listed here.

diff --git a/src/opnsense/scripts/firmware/sets.sh b/src/opnsense/scripts/firmware/sets.sh index e164407c7..a122bae4e 100755 --- a/src/opnsense/scripts/firmware/sets.sh +++ b/src/opnsense/scripts/firmware/sets.sh @@ -25,7 +25,7 @@ # POSSIBILITY OF SUCH DAMAGE. LIC="BSD2CLAUSE" -OS="HardenedBSD" +OS="FreeBSD" REPO="OPNsense" SEP=${1:-","}