From 960ab5516bdfa9bedc79b7e62fea9fcc4dd3db58 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Sep 2021 10:51:02 +0200 Subject: -fix sync-config and service file --- src/util/sync-config | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/util/sync-config (limited to 'src/util/sync-config') diff --git a/src/util/sync-config b/src/util/sync-config deleted file mode 100644 index 6184167..0000000 --- a/src/util/sync-config +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash - -set -eu - -if ! type gnunet-config >/dev/null; then - echo "$0 needs gnunet-config to be installed" - exit 1 -fi - -# FIXME: not very portable ... -# FIXME: should use "libdir" instead of prefix/lib, but somehow -# the recursive expansion does not work ;-(. -GC=`which gnunet-config` -ASAN="" -A=`ldd $GC | grep libasan` && ASAN=`echo $A | awk '{print $3 ":"}'` -export LD_PRELOAD=${ASAN}${LD_PRELOAD:-}:/home/grothoff/lib/libsyncutil.so -exec gnunet-config "$@" -- cgit v1.2.3