opnsense-ports/databases/mariadb103-server/files/patch-scripts_wsrep__sst__mariabackup.sh
Franco Fichtner f6f84bd0b3 */*: sync with upstream
Taken from: HardenedBSD
2019-12-22 09:59:20 +01:00

11 lines
437 B
Bash

--- scripts/wsrep_sst_mariabackup.sh.orig 2019-12-11 19:29:57 UTC
+++ scripts/wsrep_sst_mariabackup.sh
@@ -605,7 +605,7 @@ recv_joiner()
set +e
if [[ $tmt -gt 0 ]] && command -v timeout >/dev/null;then
- if timeout --help | grep -q -- '-k';then
+ if timeout --help 2>&1 | grep -q -- '-k';then
ltcmd="timeout -k $(( tmt+10 )) $tmt $tcmd"
else
ltcmd="timeout -s9 $tmt $tcmd"