commit: d0ba328a4d04859f280c941506183885b964945a Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jan 30 16:08:45 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jan 30 16:44:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ba328a
net-nds/openldap: set NotifyAccess=all in slapd-2.6.1.service Bug: https://bugs.gentoo.org/843029 Fixes: e276465660720433c8261e3fcbdcb974547de341 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-nds/openldap/files/slapd-2.6.1.service | 1 + net-nds/openldap/files/slapd.service | 1 - net-nds/openldap/{openldap-2.6.3-r5.ebuild => openldap-2.6.3-r6.ebuild} | 0 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nds/openldap/files/slapd-2.6.1.service b/net-nds/openldap/files/slapd-2.6.1.service index 5f08be3b37f9..ff571d25556a 100644 --- a/net-nds/openldap/files/slapd-2.6.1.service +++ b/net-nds/openldap/files/slapd-2.6.1.service @@ -7,6 +7,7 @@ Type=notify 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/files/slapd.service b/net-nds/openldap/files/slapd.service index 028dc879f46a..3427b87e936e 100644 --- a/net-nds/openldap/files/slapd.service +++ b/net-nds/openldap/files/slapd.service @@ -7,7 +7,6 @@ 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-r5.ebuild b/net-nds/openldap/openldap-2.6.3-r6.ebuild similarity index 100% rename from net-nds/openldap/openldap-2.6.3-r5.ebuild rename to net-nds/openldap/openldap-2.6.3-r6.ebuild
