Bug#877512: slapd: enabled systemd integration (untested patch)

Quanah Gibson-Mount quanah at fast-mail.org
Wed Jun 28 17:53:06 BST 2023



--On Wednesday, June 28, 2023 10:49 AM -0700 Ryan Tandy <ryan at nardis.ca> 
wrote:



>> TODO: For unknown reason configure seems to want to use
>> /usr/lib/systemd/system (rather than /lib/systemd/system) despite the
>> precense of systemd.pc ... the configure script has hard-coded fallback
>> paths...
>
> Thanks for noting this, definitely sounds like something we need to look
> into.

Feel free to file a bug upstream if you think the current configure.ac code 
needs adjustment.

        PKG_CHECK_VAR(systemdsystemunitdir, systemd, systemdsystemunitdir)
        if test -z "$systemdsystemunitdir"; then
            if test -d /usr/lib/systemd/system; then
                systemdsystemunitdir=/usr/lib/systemd/system
            else
                systemdsystemunitdir=/lib/systemd/system
            fi
        fi


--Quanah



More information about the Pkg-openldap-devel mailing list