diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-01-30 11:08:45 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-01-30 11:44:23 -0500 |
commit | d0ba328a4d04859f280c941506183885b964945a (patch) | |
tree | 868583c892723e9186fb75ee0a58e684d3055172 /net-nds | |
parent | media-sound/qsynth: Stabilize 0.9.9 amd64, #892493 (diff) | |
download | gentoo-d0ba328a4d04859f280c941506183885b964945a.tar.gz gentoo-d0ba328a4d04859f280c941506183885b964945a.tar.bz2 gentoo-d0ba328a4d04859f280c941506183885b964945a.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>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/openldap/files/slapd-2.6.1.service | 1 | ||||
-rw-r--r-- | net-nds/openldap/files/slapd.service | 1 | ||||
-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 |