gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: DHTU: ship dhtu.conf


From: gnunet
Subject: [gnunet] branch master updated: DHTU: ship dhtu.conf
Date: Sat, 09 Mar 2024 03:09:56 +0100

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

daniel-golle pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e6c24083c DHTU: ship dhtu.conf
e6c24083c is described below

commit e6c24083c3fa09b030b98b451a67f9a1a30c314d
Author: Daniel Golle <daniel@makrotopia.org>
AuthorDate: Sat Mar 9 00:46:18 2024 +0000

    DHTU: ship dhtu.conf
    
    Without dhtu.conf GNUnet will create infinite loglines
    ERROR No DHT underlays configured!
    
    Ship the new config file to fix that.
---
 src/service/dht/Makefile.am | 3 +++
 src/service/dht/meson.build | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/src/service/dht/Makefile.am b/src/service/dht/Makefile.am
index d9919a69f..e16139650 100644
--- a/src/service/dht/Makefile.am
+++ b/src/service/dht/Makefile.am
@@ -10,6 +10,9 @@ libexecdir= $(pkglibdir)/libexec/
 pkgcfg_DATA = \
   dht.conf
 
+dist_pkgcfg_DATA = \
+  dhtu.conf
+
 if USE_COVERAGE
   AM_CFLAGS = --coverage -O0
   XLIB = -lgcov
diff --git a/src/service/dht/meson.build b/src/service/dht/meson.build
index a991b34d0..8b4555687 100644
--- a/src/service/dht/meson.build
+++ b/src/service/dht/meson.build
@@ -13,6 +13,12 @@ configure_file(input : 'dht.conf.in',
                install: true,
                install_dir: pkgcfgdir)
 
+configure_file(input : 'dhtu.conf',
+               output : 'dhtu.conf',
+               configuration : cdata,
+               install: true,
+               install_dir: pkgcfgdir)
+
 if get_option('monolith')
   foreach p : libgnunetdht_src + gnunetservicedht_src
     gnunet_src += 'dht/' + p

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]