TinyDNS - Read path files from init.d script #6
Conversation
Thank you so much for the patch; I'll merge it soon. Thank you. |
Hello Francisco, Just to let you know, I'm yet to work on merging this patch. I was mostly occupied with other changes. A new release 1.05.9 is almost ready. I plan to defer merging of this patch and similar changes to other servers for the release after this one, ie. 1.06.0. Hope that's okay. Thank you. |
No problem, I will be using git version with my patches until then, I only have to remeber to replace the binaries after each update. Regards, |
FWIW I'm interested in these changes being applied to all the daemons. None of these daemons should hard code at compile time where their config files should be read from, IMO. |
Hello Matthew, Yes, I'm working on adding same command-line options to all daemons. |
Hello Francisco, Matthew, I have finally merged this patch with some alteration and have added consistent command line options to other servers. @fmbiete: May I have your email-id for the --author=<author> option to commit the changes? Thank you. |
fbiete at gmail dot com I'm waiting for these changes to hit EPEL soon |
Please see -> edb4769 Thank you. |
I needed some solution for #2 and did some quick changes for it.
We already have the files defined in the init.d script, with a few args in the tinydns server it wil accept:
it would be very easy to implement the same changes in the others servers.
Regards,