loolwsd/loolwsd.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d014589692dfb09a1b88096a0626b0de1f83e20f
Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk>
Date:   Thu Apr 7 09:11:30 2016 -0400

    loolwsd: added default LO install path in the config
    
    Change-Id: Ic42acd1a6050104d08a5bcf2ebb90b9b8aabbbfa
    Reviewed-on: https://gerrit.libreoffice.org/23899
    Reviewed-by: Ashod Nakashian <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@gmail.com>

diff --git a/loolwsd/loolwsd.xml b/loolwsd/loolwsd.xml
index dfa909c..6b57c5a 100644
--- a/loolwsd/loolwsd.xml
+++ b/loolwsd/loolwsd.xml
@@ -2,7 +2,7 @@
 
     <tile_cache_path desc="Path to a directory where to keep the persistent 
tile cache." type="path" relative="false" 
default="/usr/local/var/cache/loolwsd"></tile_cache_path>
     <sys_template_path desc="Path to a template tree with shared libraries etc 
to be used as source for chroot jails for child processes." type="path" 
relative="true" default="systemplate"></sys_template_path>
-    <lo_template_path desc="Path to a LibreOffice installation tree to be 
copied (linked) into the jails for child processes. Should be on the same file 
system as systemplate." type="path" relative="false"></lo_template_path>
+    <lo_template_path desc="Path to a LibreOffice installation tree to be 
copied (linked) into the jails for child processes. Should be on the same file 
system as systemplate." type="path" relative="false" 
default="/opt/collaboraoffice5.0"></lo_template_path>
     <child_root_path desc="Path to the directory under which the chroot jails 
for the child processes will be created. Should be on the same file system as 
systemplate and lotemplate. Must be an empty directory." type="path" 
relative="true" default="jails"></child_root_path>
     <lo_jail_subpath desc="Relative path where the LibreOffice installation 
will be copied inside a jail." type="path" relative="true" 
default="lo">lo</lo_jail_subpath>
     <file_server_root_path desc="Path to the directory that should be 
considered root for the file server. This should be the directory containing 
loleaflet." type="path" relative="true" 
default="../loleaflet/../"></file_server_root_path>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to