From f40a6474bfbea1bac834a59146de27f00d9b3689 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 22 Feb 2019 11:31:52 -0300 Subject: [PATCH] Bug 22397: Wrong message in koha-sip --start This patch makes koha-sip --start calls mention 'SIP server' instead of the wrong 'Zebra daemon'. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart --- debian/scripts/koha-sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-sip b/debian/scripts/koha-sip index 57ad478f93..bcc1db8ce2 100755 --- a/debian/scripts/koha-sip +++ b/debian/scripts/koha-sip @@ -86,7 +86,7 @@ start_sip() /etc/koha/sites/${name}/SIPconfig.xml" [ "$verbose" != "no" ] && \ - log_daemon_msg "Starting Koha Zebra daemon for ${name}" + log_daemon_msg "Starting SIP server for ${name}" if daemon $DAEMONOPTS -- perl $SIP_PARAMS; then ([ "$verbose" != "no" ] && \ -- 2.11.0