X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fmain.c;h=f957daf889580ce5c8db052fc0429bfbf8ad4f5a;hb=adc0ef50c52d332902ef92c8feb460eee55a1f05;hp=1a3fc7665504e39238aa8d435f9962bf46165a9c;hpb=9bfe216ddf91de1d3d4262417687aa18d661d314;p=idzebra-moved-to-github.git diff --git a/index/main.c b/index/main.c index 1a3fc76..f957daf 100644 --- a/index/main.c +++ b/index/main.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: main.c,v $ - * Revision 1.37 1996-03-19 12:43:26 adam + * Revision 1.38 1996-03-26 16:01:14 adam + * New setting lockPath: directory of various lock files. + * + * Revision 1.37 1996/03/19 12:43:26 adam * Bug fix: File update traversal didn't handle trailing slashes correctly. * Bug fix: Update of sub directory groups wasn't handled correctly. * @@ -215,6 +218,7 @@ int main (int argc, char **argv) exit (1); } data1_tabpath = res_get (common_resource, "profilePath"); + bf_lockDir (res_get (common_resource, "lockPath")); } if (!strcmp (arg, "update")) cmd = 'u';