mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-23 02:17:35 +00:00
Kill _PATH_SUDOERS_TMP; it is not meaningful now that we can have multiple
sudoers files.
This commit is contained in:
parent
4b75a03343
commit
b99ad3ee2b
@ -90,7 +90,7 @@ sudoers_gid = @SUDOERS_GID@
|
||||
sudoers_mode = @SUDOERS_MODE@
|
||||
|
||||
# Pass in paths and uid/gid + OS dependent defined
|
||||
DEFS = @OSDEFS@ -D_PATH_SUDOERS=\"$(sudoersdir)/sudoers\" -D_PATH_SUDOERS_TMP=\"$(sudoersdir)/sudoers.tmp\" -DSUDOERS_UID=$(sudoers_uid) -DSUDOERS_GID=$(sudoers_gid) -DSUDOERS_MODE=$(sudoers_mode)
|
||||
DEFS = @OSDEFS@ -D_PATH_SUDOERS=\"$(sudoersdir)/sudoers\" -DSUDOERS_UID=$(sudoers_uid) -DSUDOERS_GID=$(sudoers_gid) -DSUDOERS_MODE=$(sudoers_mode)
|
||||
|
||||
#### End of system configuration section. ####
|
||||
|
||||
|
@ -48,15 +48,6 @@
|
||||
#define _PATH_SUDOERS "/etc/sudoers"
|
||||
#endif /* _PATH_SUDOERS */
|
||||
|
||||
/*
|
||||
* NOTE: _PATH_SUDOERS_TMP is usually overriden by the Makefile.
|
||||
* _PATH_SUDOERS_TMP *MUST* be on the same partition
|
||||
* as _PATH_SUDOERS!
|
||||
*/
|
||||
#ifndef _PATH_SUDOERS_TMP
|
||||
#define _PATH_SUDOERS_TMP "/etc/sudoers.tmp"
|
||||
#endif /* _PATH_SUDOERS_TMP */
|
||||
|
||||
/*
|
||||
* The following paths are controlled via the configure script.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user