aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
commit2032baa561c7fefbe2605f5d6b979a295a61637d (patch)
tree2c2a2f1c92940a51ccb565c8fdc1b381a68d8bb4 /src/regex
parent0f6f7fdb0ee4172951f8cb1431d2e457a4b83716 (diff)
downloadgnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.tar.gz
gnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.zip
migrating towards XDG configuration specification (#3000)
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/regex.conf.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regex/regex.conf.in b/src/regex/regex.conf.in
index 2ff48c5ae..59376a61e 100644
--- a/src/regex/regex.conf.in
+++ b/src/regex/regex.conf.in
@@ -3,7 +3,6 @@ AUTOSTART = YES
3@UNIXONLY@ PORT = 2107 3@UNIXONLY@ PORT = 2107
4UNIXPATH = /tmp/gnunet-service-regex.sock 4UNIXPATH = /tmp/gnunet-service-regex.sock
5HOSTNAME = localhost 5HOSTNAME = localhost
6HOME = $SERVICEHOME
7BINARY = gnunet-service-regex 6BINARY = gnunet-service-regex
8ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;