|
@@ -88,7 +88,8 @@ fi
|
|
|
# of configuration failure).
|
|
|
get_pids
|
|
|
if [ ${_GET_PIDS_NUM} -ne 1 ]; then
|
|
|
- printf "ERROR: expected one Kea process to be started. Found %d processes started.\n" ${_GET_PIDS_NUM}
|
|
|
+ printf "ERROR: expected one Kea process to be started. Found %d processes\
|
|
|
+ started.\n" ${_GET_PIDS_NUM}
|
|
|
clean_exit 1
|
|
|
fi
|
|
|
|
|
@@ -119,7 +120,8 @@ if [ ${_GET_RECONFIGS} -ne 1 ]; then
|
|
|
printf "ERROR: server has been reconfigured despite bogus configuration.\n"
|
|
|
clean_exit 1
|
|
|
elif [ ${_GET_RECONFIG_ERRORS} -ne 1 ]; then
|
|
|
- printf "ERROR: server did not report reconfiguration error despite attempt to configure it with invalid configuration.\n"
|
|
|
+ printf "ERROR: server did not report reconfiguration error despite attempt\
|
|
|
+ to configure it with invalid configuration.\n"
|
|
|
clean_exit 1
|
|
|
fi
|
|
|
|