Bugzilla – Attachment 50003 Details for
Bug 16190
Enable the indexer daemon by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 16190: Enable the indexer daemon by default
SIGNED-OFFBug-16190-Enable-the-indexer-daemon-by-d.patch (text/plain), 1.36 KB, created by
Héctor Eduardo Castro Avalos
on 2016-04-06 19:36:25 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 16190: Enable the indexer daemon by default
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-04-06 19:36:25 UTC
Size:
1.36 KB
patch
obsolete
>From 61bcfce1121be797a7ca48ebfce57e64b1ecb794 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 1 Apr 2016 15:48:10 -0300 >Subject: [PATCH] [SIGNED-OFF]Bug 16190: Enable the indexer daemon by default > >This patch enables the indexer daemon by default on packages installs. >It does so by setting USE_INDEXER_DAEMON=yes on the /etc/default/koha-common >file. It does remove now irrelevant comments from that file. > >This patch is straightforward to review. If is just a matter of choosing >to enable or not to enable by default. > >Kind regards > >PS: Let end users rejoice this so far hidden feature :-D > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >--- > debian/koha-common.default | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > >diff --git a/debian/koha-common.default b/debian/koha-common.default >index 66bc611..41805a1 100644 >--- a/debian/koha-common.default >+++ b/debian/koha-common.default >@@ -12,12 +12,9 @@ KOHA_HOME="/usr/share/koha" > # > # http://wiki.koha-community.org/wiki/PackagesIndexDaemon > # >-# IMPORTANT: You should comment the relevant line in /etc/cron.d/koha-common >-# (the one that calls koha-rebuild-zebra) >-# > # USE_INDEXER_DAEMON: "no" | "yes" > # >-USE_INDEXER_DAEMON="no" >+USE_INDEXER_DAEMON="yes" > > # Set an alternate indexer daemon. The default is to use the rebuild_zebra.pl > # in daemon mode. >-- >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 16190
:
49812
|
50003
|
50020