Bugzilla – Attachment 13031 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 - detect the existence of Koha::Contrib::Tamil
Bug-8773---detect-the-existence-of-KohaContribTami.patch (text/plain), 2.34 KB, created by
Robin Sheat
on 2012-10-25 05:50:48 UTC
(
hide
)
Description:
Bug 8773 - detect the existence of Koha::Contrib::Tamil
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2012-10-25 05:50:48 UTC
Size:
2.34 KB
patch
obsolete
>From 43f74295f5dee7015841bf9d89c4fe21b94ac596 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 - 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. >--- > 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..ae81847 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..b6c0c55 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..e8ed3c7 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.9.5
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