[PATCH] dhclient: copy leasefiles from old location if needed (rh #916233)

2013-03-14 Thread Dan Williams
When the default leasefile location got moved from distro-specific dhclient locations to a single NM-specific location, that apparently broke scripts and external tools that depended on the old location, like dract netbooting. During a netboot, DHCP is started from the initramfs and gets a lease,

Re: [PATCH] dhclient: copy leasefiles from old location if needed (rh #916233)

2013-03-14 Thread Pavel Simerda
Looks good, especially from the perspective of the author of the commits that created the problem :). Cheers, Pavel - Original Message - From: Dan Williams d...@redhat.com To: networkmanager-list@gnome.org Sent: Thursday, March 14, 2013 8:38:52 PM Subject: [PATCH] dhclient: copy

Re: [PATCH] dhclient: copy leasefiles from old location if needed (rh #916233)

2013-03-14 Thread Colin Walters
On Thu, 2013-03-14 at 14:38 -0500, Dan Williams wrote: + error error-message ? error-message : (unknown)); How could error be != NULL but error-message be NULL? Sounds like there was some buggy gobject library out there? If so the right thing is to