Bugzilla – Attachment 36519 Details for
Bug 13785
koha-disable should also stop SIP/Zebra/Indexer for instance
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13785 - Koha-disable should also stop SIP and zebra for instance
Bug-13785---Koha-disable-should-also-stop-SIP-and-.patch (text/plain), 1.65 KB, created by
Robin Sheat
on 2015-03-05 04:37:45 UTC
(
hide
)
Description:
Bug 13785 - Koha-disable should also stop SIP and zebra for instance
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2015-03-05 04:37:45 UTC
Size:
1.65 KB
patch
obsolete
>From 223427d45d05afaca6fc3738f80f06cc22570260 Mon Sep 17 00:00:00 2001 >From: Larry Baerveldt <larry@bywatersolutions.com> >Date: Tue, 3 Mar 2015 07:33:21 -0800 >Subject: [PATCH] Bug 13785 - Koha-disable should also stop SIP and zebra for > instance > >Currently koha-disable ONLY disables the instance in the apache conf >file. Presumably if you want to disable the instance, you also want >its processes to stop, so this patch will stop zebra, if running, >and SIP, if enabled. > >Depends on Bug 13784. > >To Test: >1) Have an enabled instance, with zebra and SIP running. >2) Run koha-disable INST. Note that after, both zebra and SIP > will still be running. >3) Re-enable INST. >4) Apply patch, and then copy debian/scripts/koha-disable to > package site, over /usr/sbin/koha-disable. >5) Run koha-disable INST. You should now see that both zebra > and SIP have been stopped. > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >Signed-off-by: Robin Sheat <robin@catalyst.net.nz> >--- > debian/scripts/koha-disable | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/debian/scripts/koha-disable b/debian/scripts/koha-disable >index b03ed80..cef45d8 100755 >--- a/debian/scripts/koha-disable >+++ b/debian/scripts/koha-disable >@@ -63,6 +63,12 @@ do > RET=$(disable_instance $name) > if [ "$RET" = 0 ]; then > restart_apache="yes" >+ if is_sip_enabled $name; then >+ koha-stop-sip $name >+ fi >+ if is_zebra_running $name; then >+ koha-stop-zebra $name >+ fi > elif [ "$RET" = 2 ]; then > warn "Error: Apache configuration file not present for instance $name." > else >-- >2.1.0
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 13785
:
36413
|
36509
|
36518
|
36519
|
36731
|
36732