aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2022-03-11 21:44:02 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-03-11 21:51:31 +0000
commit66635b2061daf5993d8bbf80457ee59946d91da4 (patch)
treefc2ab7ed0d1b3040c3c57d9cfdd757daa5fd75ad /UPDATING
parentf70a105964fe1479d0835f0893d8789dbef27dce (diff)
downloadports-66635b2061daf5993d8bbf80457ee59946d91da4.tar.gz
ports-66635b2061daf5993d8bbf80457ee59946d91da4.zip
emulators/virtualbox-ose: Put vbox/networks.conf in the right place
Since virtualbox-ose 6.1.26 a new networks.conf file has been introduced and the software looks for it in /etc/vbox. This commit introduces a patch to make virtualbox look for it in PREFIX/etc/vbox. To help users with configurations already using this file in /etc/vbox notes to UPDATING, pkg-message and to the main virtualbox executable script have been added. Also adding some comments to the Makefile to note that QA warning due to reinplace being run but not having changed any file are expected due to the design of this port Makefile. PR: 261522
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c8e7bc2e9d04..2e49b7de64a4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20220311:
+ AFFECTS: users of emulators/virtualbox-ose
+ AUTHOR: grembo@FreeBSD.org
+
+ In order to comply to hier(7), VirtualBox's configuration of non-default
+ IP ranges to be used in host-only mode moved from /etc/vbox/networks.conf
+ to ${LOCALBASE}/etc/vbox/networks.conf.
+
+20220311:
AFFECTS: users of net/nats-server
AUTHOR: olgeni@FreeBSD.org