CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/02/18 08:57:08
Modified files:
sbin/dhclient : dhclient.c dhcpd.h dispatch.c kroute.c
privsep.c privsep.h
Log message:
Rework log messages to be more useful. Rename
IMGS_CLEANUP/imsg_cleanup/cleanup to IMSG_HUP/imsg_hup/sendhup to
more accurately reflect intent of causing the privileged process
to initiate restart.
There should now be one and only one message logged at termination
or restart, logged by the process initiating the termination or
restart.
As part of fixing this, remove duplicate cleanup attempts and exit
after sending IMSG_HUP. These make logged messages more consistant and
fix issues with incorrect cleanups.
More prodding from deraadt@