The lib/ is a vestige of days when we stored files in a local filesystem, not Chunk. Just kill it. And as for CLD, it's a last resort configuration, not something we should encourage. So comment it out. Signed-Off-By: Pete Zaitcev <zaitcev@xxxxxxxxxx> --- doc/etc.tabled.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit 9450703382d55f632a928a5aec8a414e50b2a0b1 Author: Master <zaitcev@xxxxxxxxxxxxxxxxxx> Date: Thu Jan 14 19:29:49 2010 -0700 Cleanup to tabled.conf example. diff --git a/doc/etc.tabled.conf b/doc/etc.tabled.conf index 9c0cb5f..b3e6d68 100644 --- a/doc/etc.tabled.conf +++ b/doc/etc.tabled.conf @@ -11,7 +11,7 @@ <Port>80</Port> </Listen> -<TDB>/path/tabled/lib/tdb</TDB> +<TDB>/path/tabled/tdb</TDB> <TDBRepPort>8083</TDBRepPort> <!-- @@ -21,10 +21,12 @@ a build of tabled. Consider them undocumented and a subject to change or removal at any time. --> -<CLD> +<!-- + <CLD> <Port>8081</Port> <Host>localhost</Host> -</CLD> + </CLD> +--> <ChunkUser>test</ChunkUser> <ChunkKey>test</ChunkKey> -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html