]> git.koha-community.org Git - koha.git/commit
Bug 13753: koha-indexer contains invalid statement
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 24 Feb 2015 13:54:57 +0000 (10:54 -0300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 12 Mar 2015 07:00:45 +0000 (20:00 +1300)
commit6f53ce5347a15db3f230cedc0c12516d57b298f5
tree051258a7fd9f334c01ebababca0fc09084e973ea
parent20a6edb882acf6cc2e6940eb5b1ee8ba680dbafb
Bug 13753: koha-indexer contains invalid statement

An incorrect conditional makes the indexer daemon fail to load.

To test:
- Enable the indexer daemon on packages [1]
- Restart koha-common:
  $ service koha-common restart
- Run
  $ ps waux | grep koha-indexer
=> FAIL: there's no reference to the rebuild_zebra.pl script
  (line should look like *rebuild_zebra.pl -daemon*)
   Run ps -ef | grep rebuild_zebra.pl too to make sure.
- Apply the patch, repeat the steps
=> SUCCESS: the rebuild_zebra.pl script is ran
- Sign off :-D

Thanks

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit b1ef4123bf80522fbab97e4ac7e4648a4122d6e9)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
debian/scripts/koha-indexer