]> 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:50:45 +0000 (09:50 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 13:50:45 +0000 (09:50 -0400)
configure
configure.in

index d51e33e50017710e89cc2e5b4868b33928d2550a..795f3efa24d72e57ff1e16c46e09e4d0f253d91f 100755 (executable)
--- 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
index 1c183c6fef8ce07539a0c71d48643bec5c521599..0dcf5a9da9dfc3a3bf6f9eaee5c639ebdd6a8f4f 100644 (file)
@@ -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