mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
to the tree. There's still a small bit of work to do including adding conflicts for the existing DHCP ports (which should have been conflicting with each other already) and add a 41-devel port so people can use the headers and libraries.
11 lines
348 B
Text
11 lines
348 B
Text
--- ./client/dhclient.conf.orig 2010-05-02 20:39:06.000000000 -0400
|
|
+++ ./client/dhclient.conf 2010-05-02 20:39:16.000000000 -0400
|
|
@@ -11,7 +11,7 @@
|
|
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;
|
|
|