No longer use /tmp/.odus as a possible timestamp dir unless specifically

configured to do so.  Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.
This commit is contained in:
Todd C. Miller
2004-05-17 20:28:54 +00:00
parent ed9475a8c2
commit 4467a95f43

View 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