summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/vmware-server/files/general/008_all_dhcpd-conf-location.patch')
-rw-r--r--app-emulation/vmware-server/files/general/008_all_dhcpd-conf-location.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/vmware-server/files/general/008_all_dhcpd-conf-location.patch b/app-emulation/vmware-server/files/general/008_all_dhcpd-conf-location.patch
new file mode 100644
index 000000000000..575ab85cb87c
--- /dev/null
+++ b/app-emulation/vmware-server/files/general/008_all_dhcpd-conf-location.patch
@@ -0,0 +1,13 @@
+--- vmware-distrib/bin/vmware-config.pl.ori 2005-11-09 01:45:08.000000000 +0000
++++ vmware-distrib/bin/vmware-config.pl 2005-11-09 01:48:21.000000000 +0000
+@@ -5448,8 +5448,8 @@
+ my $network;
+ my $netmask;
+
+- if (-r '/etc/dhcpd.conf') {
+- $conf = '/etc/dhcpd.conf';
++ if (-r '/etc/dhcp/dhcpd.conf') {
++ $conf = '/etc/dhcp/dhcpd.conf';
+ } else {
+ return;
+ }