FreeBSD Bugzilla – Attachment 231393 Details for
Bug 261522
emulators/virtualbox-ose: Place vbox/networks.conf in the right place (hier(7))
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch networks.conf location
vboxnetworks.patch (text/plain), 1.46 KB, created by
Michael Gmelin
on 2022-01-27 18:51:47 UTC
(
hide
)
Description:
Patch networks.conf location
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2022-01-27 18:51:47 UTC
Size:
1.46 KB
patch
obsolete
>diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile >index 019e4d7929..da3d26fed9 100644 >--- a/emulators/virtualbox-ose/Makefile >+++ b/emulators/virtualbox-ose/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= virtualbox-ose > PORTVERSION= 6.1.32 >+PORTREVISION= 1 > CATEGORIES= emulators > MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/ > DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} >diff --git a/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_adpctl_VBoxNetAdpCtl.cpp b/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_adpctl_VBoxNetAdpCtl.cpp >new file mode 100644 >index 0000000000..acd102d82b >--- /dev/null >+++ b/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_adpctl_VBoxNetAdpCtl.cpp >@@ -0,0 +1,11 @@ >+--- src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp.orig 2022-01-27 18:36:57 UTC >++++ src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp >+@@ -737,7 +737,7 @@ int Adapter::doIOCtl(unsigned long iCmd, VBOXNETADPREQ >+ * Global config file implementation * >+ *********************************************************************************************************************************/ >+ >+-#define VBOX_GLOBAL_NETWORK_CONFIG_PATH "/etc/vbox/networks.conf" >++#define VBOX_GLOBAL_NETWORK_CONFIG_PATH "/usr/local/etc/vbox/networks.conf" >+ #define VBOXNET_DEFAULT_IPV4MASK "255.255.255.0" >+ >+ class NetworkAddress
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261522
:
231393
|
231490
|
232367