gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix abd config


From: gnunet
Subject: [gnunet] branch master updated: -fix abd config
Date: Tue, 14 Dec 2021 09:41:43 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8c702327d -fix abd config
8c702327d is described below

commit 8c702327dae9e504e0f6e1678884d9327321f44a
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Dec 14 09:41:34 2021 +0100

    -fix abd config
---
 configure.ac        | 1 +
 src/abd/Makefile.am | 4 +++-
 src/abd/abd.conf    | 5 -----
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 870518862..feee06f9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1439,6 +1439,7 @@ src/zonemaster/Makefile
 src/zonemaster/zonemaster.conf
 src/rest/Makefile
 src/abd/Makefile
+src/abd/abd.conf
 src/abe/Makefile
 src/reclaim/Makefile
 src/messenger/Makefile
diff --git a/src/abd/Makefile.am b/src/abd/Makefile.am
index efd71b061..ae9248b43 100644
--- a/src/abd/Makefile.am
+++ b/src/abd/Makefile.am
@@ -3,7 +3,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 EXTRA_DIST = \
   test_abd_defaults.conf \
-  test_abd_lookup.conf
+  test_abd_lookup.conf \
+  $(check_SCRIPTS) \
+  $(pkgdata_DATA)
 
 
 if USE_COVERAGE
diff --git a/src/abd/abd.conf b/src/abd/abd.conf
deleted file mode 100644
index 7baf95fc8..000000000
--- a/src/abd/abd.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-[abd]
-BINARY = gnunet-service-abd
-UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-abd.sock
-RUN_PER_USER = YES
-OPTIONS = -L DEBUG

-- 
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]