diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-03 11:55:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-03 11:55:47 +0200 |
commit | d1d0d07f7bf94c1e147b9d133c9cf0df73c6c2bd (patch) | |
tree | 866f36b177fe19b8d02add1d53b3c50722aadce5 | |
parent | c94699a87444a84734b5b13c2231bc9775a6399a (diff) |
the config files that gnunet-arm will read.
The @UNIXONLY@ stuff is removed since that causes a parse error.
Tobias
-rw-r--r-- | src/multicast/multicast.conf.in | 1 | ||||
-rw-r--r-- | src/psyc/psyc.conf.in | 1 | ||||
-rw-r--r-- | src/psycstore/psycstore.conf.in | 1 | ||||
-rw-r--r-- | src/social/social.conf.in | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/multicast/multicast.conf.in b/src/multicast/multicast.conf.in index 97a5413..df255e2 100644 --- a/src/multicast/multicast.conf.in +++ b/src/multicast/multicast.conf.in @@ -6,7 +6,6 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -@UNIXONLY@PORT = 2109 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; diff --git a/src/psyc/psyc.conf.in b/src/psyc/psyc.conf.in index 764ccfa..dd90686 100644 --- a/src/psyc/psyc.conf.in +++ b/src/psyc/psyc.conf.in @@ -6,7 +6,6 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -@UNIXONLY@PORT = 2115 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; 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 UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -@UNIXONLY@PORT = 2111 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; diff --git a/src/social/social.conf.in b/src/social/social.conf.in index 3fe754c..6ccb3d6 100644 --- a/src/social/social.conf.in +++ b/src/social/social.conf.in @@ -7,7 +7,6 @@ UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-social.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -@UNIXONLY@PORT = 2116 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; |