Bug #388
closed
dhcpd.leases does not exist
Added by bastyaelvtars almost 18 years ago.
Updated about 16 years ago.
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. :-)
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?
: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>
dhcpd was removed from base, so it's not issue any more.
Also available in: Atom
PDF