]> granicus.if.org Git - sudo/commitdiff
Set timedir to /var/db/sudo for darwin to match Apple sudo's location
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 13:52:08 +0000 (09:52 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 13:52:08 +0000 (09:52 -0400)
--HG--
branch : 1.7

configure
configure.in

index 149e08bf88df2960424c1a10337ab420c75885f4..0b6b2fa7ef28ec18af7f132961a6daa33b6788e3 100755 (executable)
--- 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
index b0489c068e0faf30dea049d9c5a57cb3278953f0..888d1f33bed0fc18e084fe3c2ac77e5078e962ac 100644 (file)
@@ -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