[libreoffice-online] 01/01: patches/ssl-dir.diff: don't hardcode /etc/libreoffice-online, use @LOOLWSD_CONFIGDIR@ (to make it upstreamable)

Rene Engelhard rene at moszumanska.debian.org
Tue Feb 28 01:17:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice-online.

commit fd70d4847ef50f93d6c7b53495ce742b992d890a
Author: Rene Engelhard <rene at debian.org>
Date:   Tue Feb 28 02:12:00 2017 +0100

    patches/ssl-dir.diff: don't hardcode /etc/libreoffice-online, use @LOOLWSD_CONFIGDIR@ (to make it upstreamable)
---
 debian/patches/ssl-dir.diff | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/ssl-dir.diff b/debian/patches/ssl-dir.diff
index 080957b..f16eca8 100644
--- a/debian/patches/ssl-dir.diff
+++ b/debian/patches/ssl-dir.diff
@@ -12,9 +12,9 @@ index c3a550b..492d3ac 100644
 -        <cert_file_path desc="Path to the cert file" relative="false">/etc/loolwsd/cert.pem</cert_file_path>
 -        <key_file_path desc="Path to the key file" relative="false">/etc/loolwsd/key.pem</key_file_path>
 -        <ca_file_path desc="Path to the ca file" relative="false">/etc/loolwsd/ca-chain.cert.pem</ca_file_path>
-+        <cert_file_path desc="Path to the cert file" relative="false">/etc/libreoffice-online/cert.pem</cert_file_path>
-+        <key_file_path desc="Path to the key file" relative="false">/etc/libreoffice-online/key.pem</key_file_path>
-+        <ca_file_path desc="Path to the ca file" relative="false">/etc/libreoffice-online/ca-chain.cert.pem</ca_file_path>
++        <cert_file_path desc="Path to the cert file" relative="false">@LOOLWSD_CONFIGDIR@/cert.pem</cert_file_path>
++        <key_file_path desc="Path to the key file" relative="false">@LOOLWSD_CONFIGDIR@/key.pem</key_file_path>
++        <ca_file_path desc="Path to the ca file" relative="false">@LOOLWSD_CONFIGDIR@/ca-chain.cert.pem</ca_file_path>
      </ssl>
  
      <storage desc="Backend storage">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-online.git



More information about the Pkg-openoffice-commits mailing list