[Libreoffice-commits] online.git: loolwsd-systemplate-setup

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 1 16:18:21 UTC 2018


 loolwsd-systemplate-setup |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b4f15c714ae5fb5208f4267a76effe8c4f54a4e7
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Nov 1 17:17:40 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Nov 1 17:17:40 2018 +0100

    Fix networking in the chroot (again)
    
    Change-Id: I60a6f5f99577e4336b1ec117e28650d677ed7d63

diff --git a/loolwsd-systemplate-setup b/loolwsd-systemplate-setup
index d68e8255a..527523dc6 100755
--- a/loolwsd-systemplate-setup
+++ b/loolwsd-systemplate-setup
@@ -21,7 +21,8 @@ cd / || exit 1
 # into the template tree of system files for the chroot jails.
 
 # First essential files and shared objects
-find etc/ld.so.* \
+find etc/hosts etc/nsswitch.conf etc/resolv.conf
+     etc/ld.so.* \
      lib/ld-* lib64/ld-* \
      lib64/libnss_* \
      var/cache/fontconfig \


More information about the Libreoffice-commits mailing list