From 4467a95f438a96b991b456b00dd60e43970dc65b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 17 May 2004 20:28:54 +0000 Subject: [PATCH] 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. --- pathnames.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1