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.
This commit is contained in:
Ondřej Surý
2020-05-01 10:14:21 +02:00
parent 5b7fccd28d
commit 370a335d51
19 changed files with 58 additions and 58 deletions

View File

@@ -250,7 +250,7 @@ fi
echo_i "Re-starting slave"
start --noclean --port ${PORT} rrsetorder ns2
start_server --noclean --port ${PORT} rrsetorder ns2
#
#