Bugzilla – Attachment 49812 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]
Bug 16190: Enable the indexer daemon by default
Bug-16190-Enable-the-indexer-daemon-by-default.patch (text/plain), 1.29 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-04-01 18:51:33 UTC
(
hide
)
Description:
Bug 16190: Enable the indexer daemon by default
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-04-01 18:51:33 UTC
Size:
1.29 KB
patch
obsolete
>From c4b3273b09bbe53857a6f304e231d5b62e5e6418 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] 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 >--- > 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. >-- >2.7.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