Bugzilla – Attachment 5623 Details for
Bug 6929
koha-stop-zebra falls over if a zebra process isn't running
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6929 - ensure that koha-stop-zebra will try to stop everything
Bug-6929---ensure-that-koha-stop-zebra-will-try-to.patch (text/plain), 872 bytes, created by
Robin Sheat
on 2011-09-28 06:10:14 UTC
(
hide
)
Description:
Bug 6929 - ensure that koha-stop-zebra will try to stop everything
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2011-09-28 06:10:14 UTC
Size:
872 bytes
patch
obsolete
>From ccba8a1c69774259d11dee4aac04a309a76100c6 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Wed, 28 Sep 2011 19:09:01 +1300 >Subject: [PATCH] Bug 6929 - ensure that koha-stop-zebra will try to stop everything > >Currently, if it attempts to stop a zebra process that doesn't exist, >the script will abort, which leaves things running. This patch prevents >it from aborting. >--- > debian/scripts/koha-stop-zebra | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/debian/scripts/koha-stop-zebra b/debian/scripts/koha-stop-zebra >index 3ddd697..7f3efcc 100755 >--- a/debian/scripts/koha-stop-zebra >+++ b/debian/scripts/koha-stop-zebra >@@ -33,5 +33,5 @@ do > --stop \ > -- \ > zebrasrv \ >- -f "/etc/koha/sites/$name/koha-conf.xml" >+ -f "/etc/koha/sites/$name/koha-conf.xml" || true > done >-- >1.7.4.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 6929
:
5623
|
5799