From b99ad3ee2bc58839a8413a86232c8c6a96e8dd69 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 28 Sep 2004 18:29:05 +0000 Subject: [PATCH] Kill _PATH_SUDOERS_TMP; it is not meaningful now that we can have multiple sudoers files. --- Makefile.in | 2 +- pathnames.h.in | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4f27ebc70..e9ed2507d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. #### diff --git a/pathnames.h.in b/pathnames.h.in index 264edfeb3..2546b6c85 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -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. */ -- 2.50.1