From: Todd C. Miller Date: Fri, 18 Jun 2010 13:52:08 +0000 (-0400) Subject: Set timedir to /var/db/sudo for darwin to match Apple sudo's location X-Git-Tag: SUDO_1_7_3~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7043dbc93a4271d0ec676f696d1a33bd41db427b;p=sudo Set timedir to /var/db/sudo for darwin to match Apple sudo's location --HG-- branch : 1.7 --- diff --git a/configure b/configure index 149e08bf8..0b6b2fa7e 100755 --- a/configure +++ b/configure @@ -13083,6 +13083,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 b0489c068..888d1f33b 100644 --- a/configure.in +++ b/configure.in @@ -1749,6 +1749,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