]> granicus.if.org Git - sudo/commitdiff
No longer use /tmp/.odus as a possible timestamp dir unless specifically
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 May 2004 20:28:53 +0000 (20:28 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 May 2004 20:28:53 +0000 (20:28 +0000)
configured to do so.  Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.

CHANGES

diff --git a/CHANGES b/CHANGES
index cb5956e5f4403ac5e567556ab5a051eb363f6d97..22caace1b80088342122852d2a4ced743aa80b91 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1678,3 +1678,7 @@ Sudo 1.6.7p5 released.
 
 527) A uid specified in sudoers now matches the user specified by the
      -u flag even if the -u flag specified a name, not a uid.
+
+528) /tmp/.odus is no longer used for timestamps by default.  One of
+     /var/run/sudo, /var/adm/sudo or /usr/adm/sudo is used depending
+     on what directories exist.