Files
bind9/bin
Michał Kępień a8172d06cf win32: fix service state reported during shutdown
When a Windows service receives a request to stop, it should not set its
state to SERVICE_STOPPED until it is completely shut down as doing that
allows the operating system to kill that service prematurely, which in
the case of named may e.g. prevent the PID file and/or the lock file
from being cleaned up.

Set service state to SERVICE_STOP_PENDING when named begins its shutdown
and only report the SERVICE_STOPPED state immediately before exiting.

(cherry picked from commit 964749dfdb)
2019-04-19 09:38:45 +02:00
..
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-02-18 17:40:56 -05:00
2019-03-22 10:35:15 -07:00
2019-02-06 22:13:05 +00:00
2019-03-26 19:54:39 +11:00
2019-03-06 20:41:09 -08:00
2019-02-06 22:13:05 +00:00
2019-04-17 10:36:20 +02:00