Bug 22397: Wrong message in koha-sip --start
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 22 Feb 2019 14:31:52 +0000 (11:31 -0300)
committerroot <root@f1ebe1bec408>
Tue, 26 Feb 2019 13:22:37 +0000 (13:22 +0000)
This patch makes koha-sip --start calls mention 'SIP server' instead of
the wrong 'Zebra daemon'.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

debian/scripts/koha-sip

index 57ad478..bcc1db8 100755 (executable)
@@ -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" ] && \