X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fprocesses%2Frendezvous.cpp;h=46545a309e739786783ccf8776c04d412cda2bc4;hb=cb385d5b98b495ad9fb6b52eae546ac4ac7916e6;hp=3f3385e8e109c064cbc72232ad3cec02c55dd2a2;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/processes/rendezvous.cpp b/nucleus/library/processes/rendezvous.cpp index 3f3385e8..46545a30 100644 --- a/nucleus/library/processes/rendezvous.cpp +++ b/nucleus/library/processes/rendezvous.cpp @@ -59,10 +59,7 @@ astring unix_rendez_file(const astring &lock_name) filename::detooth_filename(clean_name); // make sure our target directory exists. - // this choice is only user specific. -// astring tmp_dir = portable::env_string("TMP") + "/rendezvous"; - - // this choice uses a system-wide location. + // use a system-wide location for rendezvous state files. astring tmp_dir = "/tmp/rendezvous"; mkdir(tmp_dir.observe(), 0777);