On 2017/07/06 22:41, Joerg Jung wrote:
> Hi,
>
> seems like gdnsd does not have a reload (anymore) and man page
> discourages the usage of any reload action (as reserved for future use).
>
> So OK, for the diff below?
You need an "rc_reload=NO" then.
> Also gdnsd refuses to start if default state_dir /var/lib/gdnsd does not
> exist. While this can be tweaked in config by just pointing state_dir to
> e.g. /var/gdnsd I believe the default should be changed with configure
> initially. However, I failed to find the correct configure option for
> this. Any input is appreciated.
You could patch configure.ac, it comes from here:
GDNSD_DEFPATH_STATE="${localstatedir}/lib/${PACKAGE_NAME}"