Bug 20275: Add comment to let user know they can define multiple plugindirs
authorNick Clemens <nick@bywatersolutions.com>
Thu, 22 Feb 2018 16:46:19 +0000 (16:46 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Mar 2018 14:45:38 +0000 (11:45 -0300)
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
debian/templates/koha-conf-site.xml.in
etc/koha-conf.xml

index 85b54a9..6056ee2 100644 (file)
@@ -258,7 +258,7 @@ __END_SRU_PUBLICSERVER__
  <biblioservershadow>1</biblioservershadow>
  <authorityserver>authorities</authorityserver>
  <authorityservershadow>1</authorityservershadow>
- <pluginsdir>__PLUGINS_DIR__</pluginsdir>
+ <pluginsdir>__PLUGINS_DIR__</pluginsdir> <!-- This entry can be repeated to use multiple directories -->
  <enable_plugins>0</enable_plugins>
  <upload_path>__UPLOAD_PATH__</upload_path>
  <intranetdir>/usr/share/koha/intranet/cgi-bin</intranetdir>
index 268175d..b615b43 100644 (file)
@@ -90,7 +90,7 @@ __PAZPAR2_TOGGLE_XML_POST__
  <biblioservershadow>1</biblioservershadow>
  <authorityserver>authorities</authorityserver>
  <authorityservershadow>1</authorityservershadow>
- <pluginsdir>__PLUGINS_DIR__</pluginsdir>
+ <pluginsdir>__PLUGINS_DIR__</pluginsdir> <!-- This entry can be repeated to use multiple directories -->
  <enable_plugins>0</enable_plugins>
  <upload_path></upload_path>
  <intranetdir>__INTRANET_CGI_DIR__</intranetdir>