CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/01/05 13:34:17
Modified files: sbin/dhclient : dhcpd.h dhclient.c Log message: Change write_client_lease() into lease_as_string() and modify rewrite_client_leases() to use lease_as_string(), writing out complete leases at a time. While here replace hand formatting of dates with strftime(). This will add leading zeros to months and days, but not affect the ability of dhclient to parse the resulting files.