Bugzilla – Attachment 13089 Details for
Bug 8773
Add per-instance koha-index-daemon in .deb setup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8773 - [SIGNED-OFF] detect the existence of Koha::Contrib::Tamil
Bug-8773---SIGNED-OFF-detect-the-existence-of-Koha.patch (text/plain), 2.41 KB, created by
Tomás Cohen Arazi (tcohen)
on 2012-10-29 01:05:34 UTC
(
hide
)
Description:
Bug 8773 - [SIGNED-OFF] detect the existence of Koha::Contrib::Tamil
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2012-10-29 01:05:34 UTC
Size:
2.41 KB
patch
obsolete
>From 086ae18d5a5b3da9c1461ec5fec2601804daedbb Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Thu, 25 Oct 2012 18:49:14 +1300 >Subject: [PATCH] Bug 8773 - [SIGNED-OFF] detect the existence of > Koha::Contrib::Tamil > >If the required module isn't included, then it directs people to have a >look at the wiki page that provides instructions on how to configure the >index daemon. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > debian/scripts/koha-restart-indexer | 9 +++++++++ > debian/scripts/koha-start-indexer | 9 +++++++++ > debian/scripts/koha-stop-indexer | 9 +++++++++ > 3 files changed, 27 insertions(+) > >diff --git a/debian/scripts/koha-restart-indexer b/debian/scripts/koha-restart-indexer >index 3668e82..b32c8a2 100755 >--- a/debian/scripts/koha-restart-indexer >+++ b/debian/scripts/koha-restart-indexer >@@ -23,6 +23,15 @@ set -e > INDEXDAEMON="koha-index-daemon" > PERL5LIB="/usr/share/koha/lib" > >+if [ ! -e /usr/share/perl5/Koha/Contrib/Tamil/IndexerDaemon.pm ] ; then >+ cat <<EOE > /dev/stderr >+Koha::Contrib::Tamil::IndexerDaemon was not found. See >+http://wiki.koha-community.org/wiki/PackagesIndexDaemon >+for instructions on setting up the indexer daemon. >+EOE >+ exit; >+fi >+ > for name in "$@" > do > >diff --git a/debian/scripts/koha-start-indexer b/debian/scripts/koha-start-indexer >index c992cf6..b83397f 100755 >--- a/debian/scripts/koha-start-indexer >+++ b/debian/scripts/koha-start-indexer >@@ -23,6 +23,15 @@ set -e > INDEXDAEMON="koha-index-daemon" > PERL5LIB="/usr/share/koha/lib" > >+if [ ! -e /usr/share/perl5/Koha/Contrib/Tamil/IndexerDaemon.pm ] ; then >+ cat <<EOE > /dev/stderr >+Koha::Contrib::Tamil::IndexerDaemon was not found. See >+http://wiki.koha-community.org/wiki/PackagesIndexDaemon >+for instructions on setting up the indexer daemon. >+EOE >+ exit; >+fi >+ > for name in "$@" > do > >diff --git a/debian/scripts/koha-stop-indexer b/debian/scripts/koha-stop-indexer >index 73163c5..7536000 100755 >--- a/debian/scripts/koha-stop-indexer >+++ b/debian/scripts/koha-stop-indexer >@@ -23,6 +23,15 @@ set -e > INDEXDAEMON="koha-index-daemon" > PERL5LIB="/usr/share/koha/lib" > >+if [ ! -e /usr/share/perl5/Koha/Contrib/Tamil/IndexerDaemon.pm ] ; then >+ cat <<EOE > /dev/stderr >+Koha::Contrib::Tamil::IndexerDaemon was not found. See >+http://wiki.koha-community.org/wiki/PackagesIndexDaemon >+for instructions on setting up the indexer daemon. >+EOE >+ exit; >+fi >+ > for name in "$@" > do > >-- >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 8773
:
12248
|
12285
|
12292
|
12293
|
12294
|
12654
|
13009
|
13031
|
13050
|
13089
|
18258
|
19794
|
19798
|
19800
|
19805
|
21704
|
22135
|
23928
|
29194
|
29575
|
29669