[Koha-patches] [PATCH 5/5] Bug 11078 Add locking to rebuild_zebra (QA Patch 3 10/29)

Doug Kingston dpk at randomnotes.org
Wed Oct 30 05:19:12 CET 2013


A final tweak to the debian packages template to ensure the lock
file is under /var/lock/koha/INSTANCENAME.  Its not ideal but
this work for all legacy and new instalations.
---
 debian/templates/koha-conf-site.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in
index e15e249..bae4bf8 100644
--- a/debian/templates/koha-conf-site.xml.in
+++ b/debian/templates/koha-conf-site.xml.in
@@ -265,7 +265,7 @@
  <opachtdocs>/usr/share/koha/opac/htdocs/opac-tmpl</opachtdocs>
  <intrahtdocs>/usr/share/koha/intranet/htdocs/intranet-tmpl</intrahtdocs>
  <includes>/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/includes/</includes>
- <lockdir>/var/lock</lockdir>
+ <lockdir>/var/lock/koha/__KOHASITE__</lockdir>
  <logdir>/var/log/koha/__KOHASITE__</logdir>
  <docdir>/usr/share/doc/koha-common</docdir>
  <backupdir>/var/spool/koha/__KOHASITE__</backupdir>
-- 
1.7.9.5



More information about the Koha-patches mailing list