]> granicus.if.org Git - sudo/commitdiff
Kill _PATH_SUDOERS_TMP; it is not meaningful now that we can have multiple
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Sep 2004 18:29:05 +0000 (18:29 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Sep 2004 18:29:05 +0000 (18:29 +0000)
sudoers files.

Makefile.in
pathnames.h.in

index 4f27ebc70951d9cf7d365fbd8fa3ac98b0b4f311..e9ed2507d345dbef301b7eea59a997f2990408ae 100644 (file)
@@ -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. ####
 
index 264edfeb347c4ba68338e98680a8dfcfbe9441d3..2546b6c85754df089f191a7a52ba83bde77a8945 100644 (file)
 #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.
  */