Bugzilla – Attachment 18176 Details for
Bug 10259
koha-*-zebra scripts are expected to run without warnings if no instance name passed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10259 - koha-*-zebra scripts are expected to run without warnings if no instance name passed
Bug-10259---koha--zebra-scripts-are-expected-to-ru.patch (text/plain), 2.04 KB, created by
Robin Sheat
on 2013-05-16 23:45:45 UTC
(
hide
)
Description:
Bug 10259 - koha-*-zebra scripts are expected to run without warnings if no instance name passed
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2013-05-16 23:45:45 UTC
Size:
2.04 KB
patch
obsolete
>From 807174e33d3e516b60ed03a201a3b23ef82bc041 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 16 May 2013 11:11:52 -0300 >Subject: [PATCH] Bug 10259 - koha-*-zebra scripts are expected to run without > warnings if no instance name passed >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Commented out the code that checks for intance name parameters on the zebra service handling scripts. >It restores the original behaviour, while leaving error checking code. > >Regards >To+ > >Sponsored-by: Universidad Nacional de Córdoba >Signed-off-by: Robin Sheat <robin@catalyst.net.nz> >--- > debian/scripts/koha-restart-zebra | 2 +- > debian/scripts/koha-start-zebra | 2 +- > debian/scripts/koha-stop-zebra | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/debian/scripts/koha-restart-zebra b/debian/scripts/koha-restart-zebra >index 7464d6d..024251e 100755 >--- a/debian/scripts/koha-restart-zebra >+++ b/debian/scripts/koha-restart-zebra >@@ -134,7 +134,7 @@ EOF > } > > # Parse command line. >-[ $# -ge 1 ] || ( usage ; die "Missing instance name..." ) >+#[ $# -ge 1 ] || ( usage ; die "Missing instance name..." ) > > # Loop through the instance names > for name in "$@" >diff --git a/debian/scripts/koha-start-zebra b/debian/scripts/koha-start-zebra >index b5e7c6c..222b0ef 100755 >--- a/debian/scripts/koha-start-zebra >+++ b/debian/scripts/koha-start-zebra >@@ -108,7 +108,7 @@ EOF > } > > # Parse command line. >-[ $# -ge 1 ] || ( usage ; die "Missing instance name..." ) >+#[ $# -ge 1 ] || ( usage ; die "Missing instance name..." ) > > # Loop through the instance names > for name in "$@" >diff --git a/debian/scripts/koha-stop-zebra b/debian/scripts/koha-stop-zebra >index ae15cc7..e60f2b3 100755 >--- a/debian/scripts/koha-stop-zebra >+++ b/debian/scripts/koha-stop-zebra >@@ -109,7 +109,7 @@ EOF > } > > # Parse command line. >-[ $# -ge 1 ] || ( usage ; die "Missing instance name..." ) >+#[ $# -ge 1 ] || ( usage ; die "Missing instance name..." ) > > # Loop through the instance names > for name in "$@" >-- >1.7.10.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 10259
:
18170
|
18171
| 18176 |
18224