CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/12/29 07:40:01
Modified files: sbin/dhclient : bpf.c dhclient.c dispatch.c kroute.c privsep.c Log message: Make HUP to either one of the processes cause a restart that will have dhclient re-read dhclient.conf and get a new lease. Constrain the filename passed to '-l' (alternate dhclient.lease.if location) to be a regular file for the moment. Original suggestion from phessler@. Feedback from deraadt@ and espie@.