From: Matthias Wachs Date: Mon, 27 Feb 2012 09:22:12 +0000 (+0000) Subject: - disable chat X-Git-Tag: initial-import-from-subversion-38251~14626 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f449eebf48d9b7446a638838dea5bce4525ec16f;p=oweals%2Fgnunet.git - disable chat --- diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf index fb1064e54..59700c343 100644 --- a/src/transport/template_cfg_peer1.conf +++ b/src/transport/template_cfg_peer1.conf @@ -49,3 +49,6 @@ UNIXPATH = /tmp/gnunet-p1-service-ats.sock [vpn] UNIXPATH = /tmp/gnunet-p1-service-vpn.sock + +[chat] +AUTOSTART = NO diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf index 768a30556..cc969376e 100644 --- a/src/transport/template_cfg_peer2.conf +++ b/src/transport/template_cfg_peer2.conf @@ -48,4 +48,7 @@ PORT = 12016 UNIXPATH = /tmp/gnunet-p2-service-ats.sock [vpn] -UNIXPATH = /tmp/gnunet-p2-service-vpn.sock \ No newline at end of file +UNIXPATH = /tmp/gnunet-p2-service-vpn.sock + +[chat] +AUTOSTART = NO