From fc21c21a19efa3d255d8378db17322a8f2ddebec Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 18 Jun 2012 10:18:10 +0000 Subject: [PATCH] -more auto share code and config --- src/fs/fs.conf.in | 8 ++++++++ src/fs/gnunet-auto-share.c | 1 + 2 files changed, 9 insertions(+) diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in index a908b1feb..2a5131a7e 100644 --- a/src/fs/fs.conf.in +++ b/src/fs/fs.conf.in @@ -31,3 +31,11 @@ EXPECTED_NEIGHBOUR_COUNT = 128 # Enable monkey? PREFIX = @MONKEYPREFIX@ + +[fs-auto-share] +BINARY = gnunet-auto-share +CONFIG = $DEFAULTCONFIG + +# Note: MUST specify path to auto-share directory and CAN specify other options +# to gnunet-auto-share here! +OPTIONS = $SERVICEHOME/fs/share/ diff --git a/src/fs/gnunet-auto-share.c b/src/fs/gnunet-auto-share.c index ad3267d9a..ac38c6d94 100644 --- a/src/fs/gnunet-auto-share.c +++ b/src/fs/gnunet-auto-share.c @@ -24,6 +24,7 @@ * * TODO: * - support loading meta data / keywords from resource file + * - add stability timer (a la buildbot) */ #include "platform.h" #include "gnunet_util_lib.h" -- 2.25.1