]> 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:54 +0000 (20:28 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 May 2004 20:28:54 +0000 (20:28 +0000)
configured to do so.  Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.

pathnames.h.in

index cea964feb312d0526d0e62098e76ad1563ba0aa6..48b23210238e42d98307edb93bf48e306b875b82 100644 (file)
@@ -62,8 +62,8 @@
  */
 
 /*
- * Where to put the timestamp files.  Defaults to /var/run/sudo if
- * /var/run exists, else /tmp/.odus.
+ * Where to put the timestamp files.  Defaults to /var/run/sudo,
+ * /var/adm/sudo or /usr/adm/sudo depending on what exists.
  */
 #ifndef _PATH_SUDO_TIMEDIR
 #undef _PATH_SUDO_TIMEDIR