Set timedir to /var/db/sudo for darwin to match Apple sudo's location

This commit is contained in:
Todd C. Miller
2010-06-18 09:50:45 -04:00
parent 9a16dc514d
commit 7c1e758249
2 changed files with 4 additions and 0 deletions

2
configure vendored
View File

@@ -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

View 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