Bugzilla – Attachment 66425 Details for
Bug 17467
Introduce a single koha-zebra script to handle Zebra daemons for instances
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17467: Add missing --status switch handling
SIGNED-OFF-Bug-17467-Add-missing---status-switch-h.patch (text/plain), 806 bytes, created by
Josef Moravec
on 2017-08-24 14:16:01 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17467: Add missing --status switch handling
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-08-24 14:16:01 UTC
Size:
806 bytes
patch
obsolete
>From 2b99fd72356473cdf74dd8c5646903c27d6004ce Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 20 Oct 2016 10:00:19 -0300 >Subject: [PATCH] [SIGNED-OFF] Bug 17467: Add missing --status switch handling > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > debian/scripts/koha-zebra | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/debian/scripts/koha-zebra b/debian/scripts/koha-zebra >index aa065e6..3a8f662 100755 >--- a/debian/scripts/koha-zebra >+++ b/debian/scripts/koha-zebra >@@ -224,6 +224,9 @@ while [ $# -gt 0 ]; do > --restart) > set_action "restart" > shift ;; >+ --status) >+ set_action "status" >+ shift ;; > -*) > die "Error: invalid option switch ($1)" ;; > *) >-- >2.1.4
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 17467
:
56662
|
56663
|
56664
|
56665
|
56669
|
56693
|
58550
|
66420
|
66421
|
66422
|
66423
|
66424
|
66425
|
66426
|
68623
|
68624
|
68625
|
68626
|
68627
|
68628
|
68629