commit 7cbe36018c8cb1ff48ab5dd64d7ff03dc0c10939 Author: Antonio Huete Jimenez <tuxi...@quantumachine.net> Date: Sat Aug 4 00:26:45 2012 +0200
dhclient - Drop medium/alias useless utilization. - Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT, ARPSEND, ARPCHECK. Drop support for 'media', 'medium' and 'alias' specifications in dhclient.conf. - Old leases still parse but these options now have no effect. - Be more polite and decline all offers we don't accept. - Fix a IMSG length check. - Many expressions of support at various bars. Taken-from: OpenBSD Summary of changes: sbin/dhclient/clparse.c | 58 +-------------- sbin/dhclient/dhclient-script | 52 +++----------- sbin/dhclient/dhclient.c | 156 ++++------------------------------------- sbin/dhclient/dhclient.conf.5 | 77 +------------------- sbin/dhclient/dhcpd.h | 11 +-- sbin/dhclient/privsep.c | 22 ++----- 6 files changed, 42 insertions(+), 334 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7cbe36018c8cb1ff48ab5dd64d7ff03dc0c10939 -- DragonFly BSD source repository