commit: e276465660720433c8261e3fcbdcb974547de341 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 19 18:01:13 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 19 18:02:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2764656
net-nds/openldap: fix systemd unit Closes: https://bugs.gentoo.org/843029 Signed-off-by: Sam James <sam <AT> gentoo.org> net-nds/openldap/files/slapd.service | 1 + net-nds/openldap/{openldap-2.6.3-r4.ebuild => openldap-2.6.3-r5.ebuild} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-nds/openldap/files/slapd.service b/net-nds/openldap/files/slapd.service index 3427b87e936e..028dc879f46a 100644 --- a/net-nds/openldap/files/slapd.service +++ b/net-nds/openldap/files/slapd.service @@ -7,6 +7,7 @@ Type=forking PIDFile=/run/openldap/slapd.pid ExecStartPre=/usr/sbin/slaptest -Q -u $SLAPD_OPTIONS ExecStart=/usr/lib/openldap/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS +NotifyAccess=all [Install] WantedBy=multi-user.target diff --git a/net-nds/openldap/openldap-2.6.3-r4.ebuild b/net-nds/openldap/openldap-2.6.3-r5.ebuild similarity index 99% rename from net-nds/openldap/openldap-2.6.3-r4.ebuild rename to net-nds/openldap/openldap-2.6.3-r5.ebuild index 14a589aac4b0..32a69aa7ee54 100644 --- a/net-nds/openldap/openldap-2.6.3-r4.ebuild +++ b/net-nds/openldap/openldap-2.6.3-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7
