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:
@@ -250,7 +250,7 @@ fi
|
||||
|
||||
echo_i "Re-starting slave"
|
||||
|
||||
start --noclean --port ${PORT} rrsetorder ns2
|
||||
start_server --noclean --port ${PORT} rrsetorder ns2
|
||||
|
||||
#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user