aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
commitf491ac4fab469421986f77df0bbf79fefc417786 (patch)
tree1a99677ca3fc3489d6a0dd91443cc9a83bfcea74 /src/datastore
parent85f65a86a9ea908907a89ce7862768b90ca9d084 (diff)
downloadgnunet-f491ac4fab469421986f77df0bbf79fefc417786.tar.gz
gnunet-f491ac4fab469421986f77df0bbf79fefc417786.zip
change default configurations on systems with UNIX domain sockets to NOT specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/Makefile.am2
-rw-r--r--src/datastore/datastore.conf.in (renamed from src/datastore/datastore.conf)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index d98ebb2e1..44c5bbee4 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -4,7 +4,7 @@ plugindir = $(libdir)/gnunet
4 4
5pkgcfgdir= $(pkgdatadir)/config.d/ 5pkgcfgdir= $(pkgdatadir)/config.d/
6 6
7dist_pkgcfg_DATA = \ 7pkgcfg_DATA = \
8 datastore.conf 8 datastore.conf
9 9
10if MINGW 10if MINGW
diff --git a/src/datastore/datastore.conf b/src/datastore/datastore.conf.in
index 68de15626..837c619c2 100644
--- a/src/datastore/datastore.conf
+++ b/src/datastore/datastore.conf.in
@@ -3,7 +3,7 @@ AUTOSTART = YES
3UNIXPATH = /tmp/gnunet-service-datastore.sock 3UNIXPATH = /tmp/gnunet-service-datastore.sock
4UNIX_MATCH_UID = YES 4UNIX_MATCH_UID = YES
5UNIX_MATCH_GID = YES 5UNIX_MATCH_GID = YES
6PORT = 2093 6@UNIXONLY@ PORT = 2093
7HOSTNAME = localhost 7HOSTNAME = localhost
8HOME = $SERVICEHOME 8HOME = $SERVICEHOME
9CONFIG = $DEFAULTCONFIG 9CONFIG = $DEFAULTCONFIG