From: Todd C. Miller Date: Sat, 17 Oct 1998 04:33:14 +0000 (+0000) Subject: passing SUDOERS_MODE, SUDOERS_UID, SUDOERS_GID correctly X-Git-Tag: SUDO_1_5_7~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=127545f11cdaf1293d47b9370fdbc8bc325050a9;p=sudo passing SUDOERS_MODE, SUDOERS_UID, SUDOERS_GID correctly --- diff --git a/Makefile.in b/Makefile.in index 71245a578..7b8a7496f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,7 +89,7 @@ sudoers_gid = @SUDOERS_GID@ sudoers_mode = @SUDOERS_MODE@ # Pass in paths and uid/gid + OS dependent defined -DEFS = @OSDEFS@ -D_PATH_SUDO_SUDOERS=\"$(sudoersdir)/sudoers\" -D_PATH_SUDO_STMP=\"$(sudoersdir)/stmp\" -DSUDOERS_UID=$(install_uid) -DSUDOERS_GID=$(install_gid) +DEFS = @OSDEFS@ -D_PATH_SUDO_SUDOERS=\"$(sudoersdir)/sudoers\" -D_PATH_SUDO_STMP=\"$(sudoersdir)/stmp\" -DSUDOERS_UID=$(sudoers_uid) -DSUDOERS_GID=$(sudoers_gid) -DSUDOERS_MODE=$(sudoers_mode) #### End of system configuration section. ####