Actions
Bug #388
closeddhcpd.leases does not exist
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
At the first start of dhcpd, it complains of unexistent leasefile, and I
have to touch it manually in order to make it start. Not a big deal of
course, just mentioning. :-)
Updated by corecode almost 18 years ago
This is mentioned in dhcpd.leases(5). However I think it might be "right" just
to install an empty file if no file exists. Opinions on this?
Updated by dillon almost 18 years ago
:Simon 'corecode' Schubert <corecode@fs.ei.tum.de> added the comment:
:
:This is mentioned in dhcpd.leases(5). However I think it might be "right" just
:to install an empty file if no file exists. Opinions on this?
:
:----------
:status: unread -> chatting
I agree. I don't know what they were thinking. Maybe just add a .patch
file to change the open( ... O_RDONLY) to open( ... O_RDWR|O_CREAT, 0644).
-Matt
Matthew Dillon
<dillon@backplane.com>
Updated by hasso about 16 years ago
dhcpd was removed from base, so it's not issue any more.
Actions