summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-01-30 11:08:45 -0500
committerMike Gilbert <floppym@gentoo.org>2023-01-30 11:44:23 -0500
commitd0ba328a4d04859f280c941506183885b964945a (patch)
tree868583c892723e9186fb75ee0a58e684d3055172
parentmedia-sound/qsynth: Stabilize 0.9.9 amd64, #892493 (diff)
downloadgentoo-d0ba328a.tar.gz
gentoo-d0ba328a.tar.bz2
gentoo-d0ba328a.zip
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@gentoo.org>
-rw-r--r--net-nds/openldap/files/slapd-2.6.1.service1
-rw-r--r--net-nds/openldap/files/slapd.service1
-rw-r--r--net-nds/openldap/openldap-2.6.3-r6.ebuild (renamed from net-nds/openldap/openldap-2.6.3-r5.ebuild)0
3 files changed, 1 insertions, 1 deletions
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
index 96d3a30492af..96d3a30492af 100644
--- a/net-nds/openldap/openldap-2.6.3-r5.ebuild
+++ b/net-nds/openldap/openldap-2.6.3-r6.ebuild