CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2017/06/24 18:38:38
Modified files: sbin/dhclient : dhclient.c Log message: Oops. Revert unintentional/premature functional change. Deleting the address configured by dhclient should cause exit, not restart. There is no need to invoke sendhup(). Just exit and let the privileged child follow.