Set timedir to /var/db/sudo for darwin to match Apple sudo's location
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user