From 2daeeafc23b0872b4640ef48d7b84558129c130b 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 Signed-off-by: Nick Clemens (cherry picked from commit e47fa012f6e1ecf94712e0cb759625f136703c03) Signed-off-by: Martin Renvoize --- 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 5b511be6f9..74e09701ac 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.39.5