Index: etc/Makefile =================================================================== --- etc/Makefile +++ etc/Makefile @@ -13,7 +13,6 @@ .endif BIN1= \ - dhclient.conf \ disktab \ group \ hosts \ Index: etc/dhclient.conf =================================================================== --- etc/dhclient.conf +++ etc/dhclient.conf @@ -1,8 +0,0 @@ -# $FreeBSD$ -# -# This file is required by the ISC DHCP client. -# See ``man 5 dhclient.conf'' for details. -# -# In most cases an empty file is sufficient for most people as the -# defaults are usually fine. -# Index: sbin/dhclient/Makefile =================================================================== --- sbin/dhclient/Makefile +++ sbin/dhclient/Makefile @@ -33,6 +33,7 @@ .include +CONFS= dhclient.conf PACKAGE=runtime SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \ Index: sbin/dhclient/dhclient.conf =================================================================== --- sbin/dhclient/dhclient.conf +++ sbin/dhclient/dhclient.conf @@ -1,39 +1,8 @@ # $FreeBSD$ - -send host-name "andare.fugue.com"; -send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; -send dhcp-lease-time 3600; -supersede domain-name "fugue.com home.vix.com"; -prepend domain-name-servers 127.0.0.1; -request subnet-mask, broadcast-address, time-offset, - classless-routes, routers, domain-name, - domain-name-servers, host-name; -require subnet-mask, domain-name-servers; -timeout 60; -retry 60; -reboot 10; -select-timeout 5; -initial-interval 2; -script "/etc/dhclient-script"; -media "-link0 -link1 -link2", "link0 link1"; -reject 192.33.137.209; - -alias { - interface "ep0"; - fixed-address 192.5.5.213; - option subnet-mask 255.255.255.255; -} - -lease { - interface "ep0"; - fixed-address 192.33.137.200; - medium "link0 link1"; - option host-name "andare.swiftmedia.com"; - option subnet-mask 255.255.255.0; - option broadcast-address 192.33.137.255; - option routers 192.33.137.250; - option domain-name-servers 127.0.0.1; - renew 2 2000/1/12 00:00:01; - rebind 2 2000/1/12 00:00:01; - expire 2 2000/1/12 00:00:01; -} +# +# This file is required by the ISC DHCP client. +# See ``man 5 dhclient.conf'' for details. +# +# In most cases an empty file is sufficient for most people as the +# defaults are usually fine. +#