[Libreoffice-commits] online.git: configure.ac debian/loolwsd.postinst.in loolwsd.xml.in

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 27 11:16:32 UTC 2019


 configure.ac               |    2 +-
 debian/loolwsd.postinst.in |    2 +-
 loolwsd.xml.in             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8d5d9e427f3bf9fce791e1a0fb2beca0206d54fd
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Nov 27 12:15:52 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Nov 27 12:16:07 2019 +0100

    APP_NAME tweaks
    
    Change-Id: I16016cfc575620f98c0124fdb85e39cf56e0453a

diff --git a/configure.ac b/configure.ac
index 3aabde485..9f4ca7af1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -384,7 +384,7 @@ AM_CONDITIONAL([ENABLE_ANDROIDAPP], [test "$ENABLE_ANDROIDAPP" = "true"])
 AC_SUBST(ANDROID_PACKAGE_NAME)
 AC_SUBST(ANDROID_PACKAGE_VERSIONCODE)
 
-APP_NAME="LOOL"
+APP_NAME="LibreOffice Online"
 if test -n "$with_app_name"; then
    APP_NAME="$with_app_name"
 fi
diff --git a/debian/loolwsd.postinst.in b/debian/loolwsd.postinst.in
index bbbfcfeda..afd2cde2a 100644
--- a/debian/loolwsd.postinst.in
+++ b/debian/loolwsd.postinst.in
@@ -25,7 +25,7 @@ case "$1" in
 
 	loolwsd-systemplate-setup /opt/lool/systemplate @LO_PATH@ >/dev/null 2>&1
     cat << EOF > /etc/apt/apt.conf.d/25loolwsd
-// Rebuild systemplate of LibreOffice Online
+// Rebuild systemplate of @APP_NAME@
 DPkg::Post-Invoke { "echo Updating loolwsd systemplate;su lool --shell=/bin/sh -c 'loolwsd-systemplate-setup /opt/lool/systemplate @LO_PATH@ >/dev/null 2>&1'"; };
 EOF
 	;;
diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index 0ebe62e79..416dd9b2a 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -11,7 +11,7 @@
     <server_name desc="Hostname:port of the server running loolwsd. If empty, it's derived from the request." type="string" default=""></server_name>
     <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>
 
-    <memproportion desc="The maximum percentage of system memory consumed by all of the LibreOffice Online, after which we start cleaning up idle documents" type="double" default="80.0"></memproportion>
+    <memproportion desc="The maximum percentage of system memory consumed by all of the @APP_NAME@, after which we start cleaning up idle documents" type="double" default="80.0"></memproportion>
     <num_prespawn_children desc="Number of child processes to keep started in advance and waiting for new clients." type="uint" default="1">1</num_prespawn_children>
     <per_document desc="Document-specific settings, including LO Core settings.">
         <max_concurrency desc="The maximum number of threads to use while processing a document." type="uint" default="4">4</max_concurrency>


More information about the Libreoffice-commits mailing list