aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-02-03 22:28:01 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-02-03 22:28:01 +0000
commit0558cdeaee9f5b2021279b8106e9f907021c45cd (patch)
treef287b8277f4dc2504391d5e37461f9fd09f48996 /src/gns
parent82668db981251a3b96760c289b459cad1bcece13 (diff)
downloadgnunet-0558cdeaee9f5b2021279b8106e9f907021c45cd.tar.gz
gnunet-0558cdeaee9f5b2021279b8106e9f907021c45cd.zip
- GNS port is a javaport
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gns.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index 356923790..b9d8cc613 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -3,7 +3,7 @@ AUTOSTART = @AUTOSTART@
3HOSTNAME = localhost 3HOSTNAME = localhost
4BINARY = gnunet-service-gns 4BINARY = gnunet-service-gns
5UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock 5UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock
6@UNIXONLY@PORT = 2102 6@JAVAPORT@PORT = 2102
7USER_SERVICE = YES 7USER_SERVICE = YES
8 8
9# Do we require users that want to access GNS to run this process 9# Do we require users that want to access GNS to run this process