]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rename start() and stop() to start_server() and stop_server()
authorOndřej Surý <ondrej@sury.org>
Fri, 1 May 2020 08:14:21 +0000 (10:14 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 1 May 2020 11:41:00 +0000 (13:41 +0200)
commit370a335d512bcfddaeb192d0ce70ee4aeff3cc7f
tree50930225fc28eecce364a6fbf625428984cafa73
parent5b7fccd28d3699e26f59d91f201f04bad77c79e6
Rename start() and stop() to start_server() and stop_server()

On OpenBSD, there's non-POSIX alias from stop to kill that breaks
the conf.sh.common script.
19 files changed:
bin/tests/system/addzone/tests.sh
bin/tests/system/conf.sh.common
bin/tests/system/dnssec/tests.sh
bin/tests/system/forward/tests.sh
bin/tests/system/inline/tests.sh
bin/tests/system/legacy/tests.sh
bin/tests/system/masterformat/tests.sh
bin/tests/system/mirror/tests.sh
bin/tests/system/mkeys/tests.sh
bin/tests/system/notify/tests.sh
bin/tests/system/nsupdate/tests.sh
bin/tests/system/nzd2nzf/tests.sh
bin/tests/system/rpz/tests.sh
bin/tests/system/rpzrecurse/tests.sh
bin/tests/system/rrsetorder/tests.sh
bin/tests/system/serve-stale/tests.sh
bin/tests/system/stub/tests.sh
bin/tests/system/unknown/tests.sh
bin/tests/system/xfer/tests.sh