K 10 svn:author V 4 nate K 8 svn:date V 27 1995-04-03T15:04:28.000000Z K 7 svn:log V 455 The conditional in unlock() stats the master lock file (expensive) before it has determined whether or not removing it is even appropriate. i.e. if cleanup_lckdir is set. The enclosed patch shuffles around the conditional, and it clears cleanup_lckdir in clear_lock(), so the sprintf()/stat() is only performed when it is really needed. This patch is relative to my last one that introduced clear_lock(). Submitted by: "J.T. Conklin" END