Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update Standards-Version to 4.4.0
· 7d7dd775
Ryan Tandy
authored
Jul 23, 2019
7d7dd775
Set RemainAfterExit=no on generated systemd unit (#926657)
· 45f9f7f5
Ryan Tandy
authored
Jul 23, 2019
45f9f7f5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
45f9f7f5
openldap (2.4.47+dfsg-4) UNRELEASED; urgency=medium
* Update Standards-Version to 4.4.0.
* Add a systemd drop-in to set RemainAfterExit=no on the slapd service, so
that systemd marks the service as dead after it crashes or is killed.
Thanks to Heitor Alves de Siqueira. (Closes: #926657, LP: #1821343)
-- Ryan Tandy <ryan@nardis.ca> Tue, 23 Jul 2019 17:46:26 -0700
openldap (2.4.47+dfsg-3) unstable; urgency=medium
* Restore patches to contrib Makefiles to set CFLAGS, CPPFLAGS, and LDFLAGS
...
...
debian/control
View file @
45f9f7f5
...
...
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 10),
po-debconf,
unixodbc-dev <!stage1>
Build-Conflicts: libbind-dev, bind-dev, libicu-dev, autoconf2.13
Standards-Version: 4.
3
.0
Standards-Version: 4.
4
.0
Homepage: http://www.openldap.org/
Vcs-Git: https://salsa.debian.org/openldap-team/openldap.git
Vcs-Browser: https://salsa.debian.org/openldap-team/openldap
...
...
debian/slapd-remain-after-exit.conf
0 → 100644
View file @
45f9f7f5
[
Service
]
RemainAfterExit
=
no
debian/slapd.install
View file @
45f9f7f5
...
...
@@ -5,6 +5,7 @@ debian/ldiftopasswd usr/share/slapd
debian
/
DB_CONFIG
usr
/
share
/
slapd
debian
/
slapd
.
conf
usr
/
share
/
slapd
debian
/
slapd
.
init
.
ldif
usr
/
share
/
slapd
debian
/
slapd
-
remain
-
after
-
exit
.
conf
lib
/
systemd
/
system
/
slapd
.
service
.
d
usr
/
lib
/
ldap
/
back_
*.
so
*
usr
/
lib
/
ldap
/
back_
*.
la
...
...