aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-26 18:48:59 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-26 18:48:59 +0000
commitfa7d6b32530d3d8c2d7e542a15319c74c22061b6 (patch)
tree8f4c7615c89f646a66fc709b698ef81becdf1ad1 /src/regex
parentd79a03493ba5d0581e828724a402a2054429e7be (diff)
downloadgnunet-fa7d6b32530d3d8c2d7e542a15319c74c22061b6.tar.gz
gnunet-fa7d6b32530d3d8c2d7e542a15319c74c22061b6.zip
moving from abstract unix domain socket paths to normal unix domain socket paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/regex.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex.conf.in b/src/regex/regex.conf.in
index 2ff48c5ae..ad4dbaf08 100644
--- a/src/regex/regex.conf.in
+++ b/src/regex/regex.conf.in
@@ -1,7 +1,7 @@
1[regex] 1[regex]
2AUTOSTART = YES 2AUTOSTART = YES
3@UNIXONLY@ PORT = 2107 3@UNIXONLY@ PORT = 2107
4UNIXPATH = /tmp/gnunet-service-regex.sock 4UNIXPATH = $SERVICEHOME/gnunet-service-regex.sock
5HOSTNAME = localhost 5HOSTNAME = localhost
6HOME = $SERVICEHOME 6HOME = $SERVICEHOME
7BINARY = gnunet-service-regex 7BINARY = gnunet-service-regex