From: Todd C. Miller Date: Fri, 18 Jun 2010 13:50:45 +0000 (-0400) Subject: Set timedir to /var/db/sudo for darwin to match Apple sudo's location X-Git-Tag: SUDO_1_8_0~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c1e758249aaeda343a44bd82ca2921e94ea88e6;p=sudo Set timedir to /var/db/sudo for darwin to match Apple sudo's location --- diff --git a/configure b/configure index d51e33e50..795f3efa2 100755 --- a/configure +++ b/configure @@ -13296,6 +13296,8 @@ done CHECKSHADOW="false" test -z "$with_pam" && AUTH_EXCL_DEF="PAM" : ${with_logincap='yes'} + # Apple sudo timedir location + : ${with_timedir='/var/db/sudo'} ;; *-*-nextstep*) # lockf() on is broken on the NeXT -- use flock instead diff --git a/configure.in b/configure.in index 1c183c6fe..0dcf5a9da 100644 --- a/configure.in +++ b/configure.in @@ -1788,6 +1788,8 @@ case "$host" in CHECKSHADOW="false" test -z "$with_pam" && AUTH_EXCL_DEF="PAM" : ${with_logincap='yes'} + # Apple sudo timedir location + : ${with_timedir='/var/db/sudo'} ;; *-*-nextstep*) # lockf() on is broken on the NeXT -- use flock instead