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:
@@ -192,11 +192,11 @@ digcomp() {
|
||||
return $result
|
||||
}
|
||||
|
||||
start() {
|
||||
start_server() {
|
||||
$PERL "$TOP_SRCDIR/bin/tests/system/start.pl" "$@"
|
||||
}
|
||||
|
||||
stop() {
|
||||
stop_server() {
|
||||
$PERL "$TOP_SRCDIR/bin/tests/system/stop.pl" "$@"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user