[issue388] dhcpd.leases does not exist
Matthew Dillon
dillon at apollo.backplane.com
Wed Jan 17 11:26:40 PST 2007
:Simon 'corecode' Schubert <corecode at 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 at backplane.com>
More information about the Bugs
mailing list