aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-03 11:55:47 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-03 11:55:47 +0200
commitd1d0d07f7bf94c1e147b9d133c9cf0df73c6c2bd (patch)
tree866f36b177fe19b8d02add1d53b3c50722aadce5 /src/psycstore
parentc94699a87444a84734b5b13c2231bc9775a6399a (diff)
downloadgnunet-secushare-d1d0d07f7bf94c1e147b9d133c9cf0df73c6c2bd.tar.gz
gnunet-secushare-d1d0d07f7bf94c1e147b9d133c9cf0df73c6c2bd.zip
I wrote a patch for gnunet-secushare.git that fixesHEADmaster
the config files that gnunet-arm will read. The @UNIXONLY@ stuff is removed since that causes a parse error. Tobias
Diffstat (limited to 'src/psycstore')
-rw-r--r--src/psycstore/psycstore.conf.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/psycstore/psycstore.conf.in b/src/psycstore/psycstore.conf.in
index 3905db1..43c2038 100644
--- a/src/psycstore/psycstore.conf.in
+++ b/src/psycstore/psycstore.conf.in
@@ -6,7 +6,6 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock
6UNIX_MATCH_UID = YES 6UNIX_MATCH_UID = YES
7UNIX_MATCH_GID = YES 7UNIX_MATCH_GID = YES
8 8
9@UNIXONLY@PORT = 2111
10HOSTNAME = localhost 9HOSTNAME = localhost
11ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1; 11ACCEPT_FROM6 = ::1;