]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not wait for lock file cleanup on Windows
authorMichał Kępień <michal@isc.org>
Fri, 19 Apr 2019 09:21:43 +0000 (11:21 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 19 Apr 2019 09:21:43 +0000 (11:21 +0200)
commit761ba4514f7eceab8019d71dc9cabd269d274597
tree4efbbf996651a374313c25534a8601cc0e202643
parent28f5400d0d97a7e9ada5dc41097a7ffc37502626
Do not wait for lock file cleanup on Windows

As signals are currently not handled by named on Windows, instances
terminated using signals are not able to perform a clean shutdown, which
involves e.g. removing the lock file.  Thus, waiting for a given
instance's lock file to be removed beforing assuming it is shut down
is pointless on Windows, so do not even attempt it.
bin/tests/system/stop.pl