]> granicus.if.org Git - sudo/commitdiff
passing SUDOERS_MODE, SUDOERS_UID, SUDOERS_GID correctly
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Oct 1998 04:33:14 +0000 (04:33 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Oct 1998 04:33:14 +0000 (04:33 +0000)
Makefile.in

index 71245a5789a7fda17872a26f60f456805777279a..7b8a7496f9826100d778eeb1d508482a5330f532 100644 (file)
@@ -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. ####