new fortune.
[feisty_meow.git] / nucleus / library / processes / rendezvous.cpp
index 3f3385e8e109c064cbc72232ad3cec02c55dd2a2..46545a309e739786783ccf8776c04d412cda2bc4 100644 (file)
@@ -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);