small fix in wait_for_children()
# @(#) 2015-09-15: small fix in wait_for_children() (VRF 1.3.2) [Patrick Van der Veken]
This commit is contained in:
parent
7d337f3185
commit
871e7ca1bb
@ -48,6 +48,7 @@
|
|||||||
# @(#) 2015-09-09: better handling of leading log sigils in die(), log(), logc()
|
# @(#) 2015-09-09: better handling of leading log sigils in die(), log(), logc()
|
||||||
# @(#) and warn(), fix in count_fields(), failure in local update
|
# @(#) and warn(), fix in count_fields(), failure in local update
|
||||||
# @(#) should be die() (VRF 1.3.1) [Patrick Van der Veken]
|
# @(#) should be die() (VRF 1.3.1) [Patrick Van der Veken]
|
||||||
|
# @(#) 2015-09-15: small fix in wait_for_children() (VRF 1.3.2) [Patrick Van der Veken]
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# DO NOT CHANGE THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING!
|
# DO NOT CHANGE THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING!
|
||||||
#******************************************************************************
|
#******************************************************************************
|
||||||
@ -61,7 +62,7 @@
|
|||||||
# or LOCAL_CONFIG_FILE instead
|
# or LOCAL_CONFIG_FILE instead
|
||||||
|
|
||||||
# define the V.R.F (version/release/fix)
|
# define the V.R.F (version/release/fix)
|
||||||
MY_VRF="1.3.1"
|
MY_VRF="1.3.2"
|
||||||
# name of the global configuration file (script)
|
# name of the global configuration file (script)
|
||||||
GLOBAL_CONFIG_FILE="manage_ssh.conf"
|
GLOBAL_CONFIG_FILE="manage_ssh.conf"
|
||||||
# name of the local configuration file (script)
|
# name of the local configuration file (script)
|
||||||
@ -997,7 +998,7 @@ do
|
|||||||
RC=$?
|
RC=$?
|
||||||
if (( ${RC} ))
|
if (( ${RC} ))
|
||||||
then
|
then
|
||||||
log "child process ${PID} exited [RC=${RC}]"
|
warn "child process ${PID} exited [RC=${RC}]"
|
||||||
WAIT_ERRORS=$(( WAIT_ERRORS + 1 ))
|
WAIT_ERRORS=$(( WAIT_ERRORS + 1 ))
|
||||||
else
|
else
|
||||||
log "child process ${PID} exited [RC=${RC}]"
|
log "child process ${PID} exited [RC=${RC}]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user