]> git.sur5r.net Git - openldap/commit
Update to the 'gentle SIGHUP' patch. (ITS#1679)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 12 Jun 2002 15:43:19 +0000 (15:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 12 Jun 2002 15:43:19 +0000 (15:43 +0000)
commitfaf91f1f1f3c38b17fd04c7bb86e29889bd32a7b
tree26d30c2381f097b5df139c8a8dd2d865a4d4f929
parentc5c1ddb1ca9bc33f49b89d79ef7376bb1b7d15aa
Update to the 'gentle SIGHUP' patch.  (ITS#1679)

- Let write operations return unwilling-to-perform after
  'gentle shutdown' has been initiated.
- Change -1 to 2 in slapd_gentle_shutdown and slapd_shutdown, since
  sig_atomic_t can be unsigned (ITS#1736).  The 'gentle SIGHUP' patch
  is older than ITS#1736 but was applied later, so it reintroduced
  the problem.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, June 2002.
doc/man/man5/slapd.conf.5
servers/slapd/daemon.c