delete dhclient(8). ipv4 dhcp leases have been acquired by the
authorderaadt <deraadt@openbsd.org>
Sun, 30 Jun 2024 17:30:52 +0000 (17:30 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 30 Jun 2024 17:30:52 +0000 (17:30 +0000)
commit0fbf39a0b585ec28a99a4c53e66c5634bfcfe7e4
treec70d1ae668cc20001e0ddaa95e9b0d3b9662049f
parent9518e4db3d72dd8b4b124729c275a9b344fb5cdd
delete dhclient(8).  ipv4 dhcp leases have been acquired by the
always-running-in-background dhcpleased(8) for a while, which is
activated per-interface with "ifconfig $if autoconf', or
"ifconfig $if inet autoconf", or with "inet autoconf" in /etc/hostname.$if
dhclient(8) has done execve(3) of ifconfig(8) to handle this for a while,
so everyone has moved to the dhcpleased(8) method
ok florian
25 files changed:
distrib/sets/lists/base/mi
distrib/sets/lists/man/mi
etc/Makefile
etc/examples/dhclient.conf [deleted file]
sbin/Makefile
sbin/dhclient/Makefile [deleted file]
sbin/dhclient/bpf.c [deleted file]
sbin/dhclient/clparse.c [deleted file]
sbin/dhclient/conflex.c [deleted file]
sbin/dhclient/dhclient.8 [deleted file]
sbin/dhclient/dhclient.c [deleted file]
sbin/dhclient/dhclient.conf.5 [deleted file]
sbin/dhclient/dhclient.leases.5 [deleted file]
sbin/dhclient/dhcp.h [deleted file]
sbin/dhclient/dhcpd.h [deleted file]
sbin/dhclient/dhctoken.h [deleted file]
sbin/dhclient/dispatch.c [deleted file]
sbin/dhclient/kroute.c [deleted file]
sbin/dhclient/log.c [deleted file]
sbin/dhclient/log.h [deleted file]
sbin/dhclient/options.c [deleted file]
sbin/dhclient/packet.c [deleted file]
sbin/dhclient/parse.c [deleted file]
sbin/dhclient/privsep.c [deleted file]
sbin/dhclient/privsep.h [deleted file]