Bugzilla – Attachment 84515 Details for
Bug 22235
Make maintenance scripts use koha-sip instead of koha-*-sip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22235: (follow-up) Make koha-remove stop SIP server if required
Bug-22235-follow-up-Make-koha-remove-stop-SIP-serv.patch (text/plain), 846 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-01-30 12:46:47 UTC
(
hide
)
Description:
Bug 22235: (follow-up) Make koha-remove stop SIP server if required
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-01-30 12:46:47 UTC
Size:
846 bytes
patch
obsolete
>From 0b0a294b481e6337b41aadcb46c5dc0d89a6bbb2 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 30 Jan 2019 09:44:21 -0300 >Subject: [PATCH] Bug 22235: (follow-up) Make koha-remove stop SIP server if > required > >--- > debian/scripts/koha-remove | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/debian/scripts/koha-remove b/debian/scripts/koha-remove >index 65e7a03f0c..94f5915c8a 100755 >--- a/debian/scripts/koha-remove >+++ b/debian/scripts/koha-remove >@@ -88,6 +88,10 @@ eof > if is_plack_running $name; then > koha-plack --stop $name || /bin/true > fi >+ # Stop the SIP server if needed >+ if is_sip_running $name; then >+ koha-sip --stop $name || /bin/true >+ fi > > instancefile=$(get_apache_config_for $name) > le_opacdomain=$(letsencrypt_get_opacdomain_for $name) >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22235
:
84514
|
84515
|
84793
|
84794
|
84954
|
84955