aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-25 16:06:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-25 16:06:56 +0000
commitdce1c030b7461c9ee569ac0bcc3cd68a54cf5a26 (patch)
tree9c4b3c2d8edfb78433b40a294656e531eb2df841 /src/gns
parentcd83fe3c541e35fc66ff320dad92a228f375d9a1 (diff)
downloadgnunet-dce1c030b7461c9ee569ac0bcc3cd68a54cf5a26.tar.gz
gnunet-dce1c030b7461c9ee569ac0bcc3cd68a54cf5a26.zip
-arminteg
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am10
-rw-r--r--src/gns/gns.conf.in12
2 files changed, 13 insertions, 9 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 3f212eabd..d4fcb6bfe 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -54,15 +54,15 @@ endif
54endif 54endif
55 55
56libexec_PROGRAMS = \ 56libexec_PROGRAMS = \
57 gnunet-service-gns $(DO_FCFSD) 57 gnunet-service-gns $(DO_FCFSD) \
58
59bin_PROGRAMS = \
60 $(DO_PROXY) \ 58 $(DO_PROXY) \
61 $(DO_W32_HELPER) \ 59 $(DO_W32_HELPER) \
62 $(DO_W32_NSPTOOLS) \
63 gnunet-gns \
64 gnunet-dns2gns 60 gnunet-dns2gns
65 61
62bin_PROGRAMS = \
63 $(DO_W32_NSPTOOLS) \
64 gnunet-gns
65
66bin_SCRIPTS = gnunet-gns-proxy-setup-ca 66bin_SCRIPTS = gnunet-gns-proxy-setup-ca
67 67
68plugin_LTLIBRARIES = \ 68plugin_LTLIBRARIES = \
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index df5337dff..b4a49de0b 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -39,11 +39,19 @@ ZONE_PUBLISH_TIME_WINDOW = 4 h
39# PREFIX = valgrind --leak-check=full --track-origins=yes 39# PREFIX = valgrind --leak-check=full --track-origins=yes
40 40
41[gns-proxy] 41[gns-proxy]
42BINARY = gnunet-gns-proxy
43AUTOSTART = NO
44
42# Where is the certificate for the GNS proxy stored? 45# Where is the certificate for the GNS proxy stored?
43PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem 46PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem
44PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock 47PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock
45 48
49
46[fcfsd] 50[fcfsd]
51# Name of the fcfs binary (for ARM)
52BINARY = gnunet-gns-fcfsd
53AUTOSTART = NO
54
47# On what port does the FCFS daemon listen for HTTP clients? 55# On what port does the FCFS daemon listen for HTTP clients?
48HTTPPORT = 18080 56HTTPPORT = 18080
49 57
@@ -56,11 +64,7 @@ HOSTNAME = localhost
56# FIXME: Dead option? 64# FIXME: Dead option?
57HOME = $SERVICEHOME 65HOME = $SERVICEHOME
58 66
59# Name of the fcfs binary (for ARM)
60BINARY = gnunet-gns-fcfsd
61
62 67
63[dns2gns] 68[dns2gns]
64BINARY = gnunet-dns2gns 69BINARY = gnunet-dns2gns
65AUTOSTART = NO 70AUTOSTART = NO
66