aboutsummaryrefslogtreecommitdiff
path: root/src/chat
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/chat
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/chat')
-rw-r--r--src/chat/Makefile.am2
-rw-r--r--src/chat/chat.conf.in (renamed from src/chat/chat.conf)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/chat/Makefile.am b/src/chat/Makefile.am
index 859e8f1f1..213283684 100644
--- a/src/chat/Makefile.am
+++ b/src/chat/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/src/include
2 2
3pkgcfgdir= $(pkgdatadir)/config.d/ 3pkgcfgdir= $(pkgdatadir)/config.d/
4 4
5dist_pkgcfg_DATA = \ 5pkgcfg_DATA = \
6 chat.conf 6 chat.conf
7 7
8if MINGW 8if MINGW
diff --git a/src/chat/chat.conf b/src/chat/chat.conf.in
index 61d551e16..41fe9b4f7 100644
--- a/src/chat/chat.conf
+++ b/src/chat/chat.conf.in
@@ -1,6 +1,6 @@
1[chat] 1[chat]
2AUTOSTART = YES 2AUTOSTART = YES
3PORT = 2090 3@UNIXONLY@ PORT = 2090
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME 5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG 6CONFIG = $DEFAULTCONFIG