mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
The ISC Dynamic Host Configuration Protocol Distribution provides a freely redistributable reference implementation of all aspects of the DHCP protocol, through a suite of DHCP tools: * A DHCP server (this port) * A DHCP client * A DHCP relay agent WWW: https://www.isc.org/products/DHCP/
11 lines
322 B
Text
11 lines
322 B
Text
--- client/dhclient.conf.example.orig 2015-09-11 20:11:21 UTC
|
|
+++ client/dhclient.conf.example
|
|
@@ -11,7 +11,7 @@ retry 60;
|
|
reboot 10;
|
|
select-timeout 5;
|
|
initial-interval 2;
|
|
-script "/etc/dhclient-script";
|
|
+script "%%PREFIX%%/sbin/dhclient-script";
|
|
media "-link0 -link1 -link2", "link0 link1";
|
|
reject 192.33.137.209;
|
|
|