pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnunet: hopefully fix services not communicating with each other.
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Fri Apr 8 21:16:14 2022 +0200
Changeset: f9d9672252f9e511031aee0478353bf6b8519180
Modified Files:
gnunet/files/gnunet.conf
gnunet/files/gnunetuser.in
Log Message:
gnunet: hopefully fix services not communicating with each other.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f9d9672252f9e511031aee0478353bf6b8519180
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnunet/files/gnunet.conf | 1 -
gnunet/files/gnunetuser.in | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diffs:
diff --git a/gnunet/files/gnunet.conf b/gnunet/files/gnunet.conf
index c8991b1056..bc42241bc3 100644
--- a/gnunet/files/gnunet.conf
+++ b/gnunet/files/gnunet.conf
@@ -1,7 +1,6 @@
[PATHS]
DEFAULTCONFIG = /usr/pkg/etc/gnunet/gnunet.conf
GNUNET_DATA_HOME = @GNUNET_DIR@/data
-GNUNET_RUNTIME_DIR = @GNUNET_DIR@
GNUNET_HOME = @GNUNET_DIR@
[arm]
diff --git a/gnunet/files/gnunetuser.in b/gnunet/files/gnunetuser.in
index bd5e64d039..d645df9f18 100755
--- a/gnunet/files/gnunetuser.in
+++ b/gnunet/files/gnunetuser.in
@@ -56,7 +56,7 @@ gnunet_precmd()
gnunet_start()
{
@ECHO@ "Starting ${name}."
- doit="@SU@ -m ${gnunetuser_user} -c '${gnunet_env} ${command} ${command_args} --log=DEBUG -s'"
+ doit="@SU@ -m ${gnunetuser_user} -c '${gnunet_env} ${command} ${command_args} -s'"
eval $doit
}
Home |
Main Index |
Thread Index |
Old Index