Bugzilla – Attachment 84955 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), 966 bytes, created by
Martin Renvoize (ashimema)
on 2019-02-11 08:41:49 UTC
(
hide
)
Description:
Bug 22235: (follow-up) Make koha-remove stop SIP server if required
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-02-11 08:41:49 UTC
Size:
966 bytes
patch
obsolete
>From c4c234e927dff6d42459dd28d480a9814a9ba2ff 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 > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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