--- sh-utils-2.0/src/su.c.badpaths Sat Aug 28 14:07:53 1999 +++ sh-utils-2.0/src/su.c Sat Aug 28 14:35:51 1999 @@ -154,6 +154,15 @@ # define DEFAULT_ROOT_LOGIN_PATH "/usr/ucb:/bin:/usr/bin:/etc" #endif +/* The default paths which get set are both bogus and oddly influenced + by and -D on the commands line. Just to be clear, we'll set + these explicitly. -ewt */ +#undef DEFAULT_LOGIN_PATH +#undef DEFAULT_ROOT_LOGIN_PATH +#define DEFAULT_LOGIN_PATH "/bin:/usr/bin:/usr/local/bin:/usr/bin/X11" +#define DEFAULT_ROOT_LOGIN_PATH \ + "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11" + /* The shell to run if none is given in the user's passwd entry. */ #define DEFAULT_SHELL "/bin/sh"