CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/23 09:26:22
Modified files:
sbin/dhclient : dhclient.c dhcpd.h
Log message:
A #define to rename another #define which is then used only once introduces
more obscurity than clarity. Nuke DHCPD_LOG_FACILITY and just use
LOG_DAEMON in openlog() call.
