From: Todd C. Miller Date: Mon, 17 May 2004 20:28:54 +0000 (+0000) Subject: No longer use /tmp/.odus as a possible timestamp dir unless specifically X-Git-Tag: SUDO_1_6_8~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4467a95f438a96b991b456b00dd60e43970dc65b;p=sudo 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. --- diff --git a/pathnames.h.in b/pathnames.h.in index cea964feb..48b232102 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -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