-arminteg
authorChristian Grothoff <christian@grothoff.org>
Fri, 25 Jan 2013 16:06:56 +0000 (16:06 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 25 Jan 2013 16:06:56 +0000 (16:06 +0000)
src/gns/Makefile.am
src/gns/gns.conf.in

index 3f212eabd2a8ab806a08b65dd7a57c760f691359..d4fcb6bfee8b2593c7b4fd14c0fc6c65a440002a 100644 (file)
@@ -54,15 +54,15 @@ endif
 endif
 
 libexec_PROGRAMS = \
-  gnunet-service-gns $(DO_FCFSD)
-
-bin_PROGRAMS = \
+  gnunet-service-gns $(DO_FCFSD) \
   $(DO_PROXY) \
   $(DO_W32_HELPER) \
-  $(DO_W32_NSPTOOLS) \
-  gnunet-gns \
   gnunet-dns2gns
 
+bin_PROGRAMS = \
+  $(DO_W32_NSPTOOLS) \
+  gnunet-gns 
+
 bin_SCRIPTS = gnunet-gns-proxy-setup-ca
 
 plugin_LTLIBRARIES = \
index df5337dff7711be9f686455f3e53dc772f1064d5..b4a49de0b71b3aeebeaaf90c2606a260179f53a3 100644 (file)
@@ -39,11 +39,19 @@ ZONE_PUBLISH_TIME_WINDOW = 4 h
 # PREFIX = valgrind --leak-check=full --track-origins=yes
 
 [gns-proxy]
+BINARY = gnunet-gns-proxy
+AUTOSTART = NO
+
 # Where is the certificate for the GNS proxy stored?
 PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem
 PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock
 
+
 [fcfsd]
+# Name of the fcfs binary (for ARM)
+BINARY = gnunet-gns-fcfsd
+AUTOSTART = NO
+
 # On what port does the FCFS daemon listen for HTTP clients?
 HTTPPORT = 18080
 
@@ -56,11 +64,7 @@ HOSTNAME = localhost
 # FIXME: Dead option?
 HOME = $SERVICEHOME
 
-# Name of the fcfs binary (for ARM)
-BINARY = gnunet-gns-fcfsd
-
 
 [dns2gns]
 BINARY = gnunet-dns2gns
 AUTOSTART = NO
-