From: Christian Grothoff Date: Mon, 18 Jun 2012 10:18:10 +0000 (+0000) Subject: -more auto share code and config X-Git-Tag: initial-import-from-subversion-38251~13000 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fc21c21a19efa3d255d8378db17322a8f2ddebec;p=oweals%2Fgnunet.git -more auto share code and config --- 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"