On 14:14 Wed 16 Oct     , Apollon Oikonomopoulos wrote:
> I included _confd_enabled because it is still used throught 
> daemon-util.  In particular, the DAEMONS array is populated based on 
> this check. Also, the code in start() causes a failure if luxid or 
> confd are referred to but _confd_enabled returns false.
> 
> IOW, I know the daemons are mandatory, but then the whole _confd_enabled 
> check should be removed from daemon-util, which is a different patch.  
> Until then, the check is consistent with the rest of the code :-).
> 
> Apollon

Hmm, configure's enable-split-query support still checks for confd 
support.  From configure.ac:

if test x$enable_split_query = xTrue -a x$has_confd != xTrue; then
  AC_MSG_ERROR([Split queries require the confd daemon])
fi

And the Makefile also ships luxid only if ENABLE_CONFD is set. Are we 
sure luxid is mandatory?

Apollon

Reply via email to