Since virtualbox-ose 6.1.26 there is a new networks.conf file
which had originally been placed in /etc/vbox.
In 66635b2061 this was been corrected for emulators/virtualbox-ose,
this change does the same for vagrant's virtualbox plugin.
Before this change, networks.conf had to be put into two places
(e.g., by symlinking /usr/local/etc/vbox to /etc/vbox).
PR: 266845
Approved by: joe@thrallingpenguin.com (maintainer)
12 lines
469 B
YAML
12 lines
469 B
YAML
--- templates/locales/en.yml.orig 2021-11-05 21:15:44 UTC
|
|
+++ templates/locales/en.yml
|
|
@@ -1863,7 +1863,7 @@ en:
|
|
Address: %{address}
|
|
Ranges: %{ranges}
|
|
|
|
- Valid ranges can be modified in the /etc/vbox/networks.conf file. For
|
|
+ Valid ranges can be modified in the @PREFIX@/etc/vbox/networks.conf file. For
|
|
more information including valid format see:
|
|
|
|
https://www.virtualbox.org/manual/ch06.html#network_hostonly
|