diff -uNr bash-2.02-orig/config.h.in bash-2.02/config.h.in --- bash-2.02-orig/config.h.in Thu Oct 9 17:43:00 1997 +++ bash-2.02/config.h.in Sun Apr 19 16:59:03 1998 @@ -345,7 +345,7 @@ #undef HAVE_POSIX_SIGSETJMP -#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail" +#define DEFAULT_MAIL_DIRECTORY "/var/spool/mail" /* Define if you have the bcopy function. */ #undef HAVE_BCOPY diff -uNr bash-2.03-orig/config-top.h bash-2.03/config-top.h --- bash-2.03-orig/config-top.h Thu Mar 6 17:38:39 1997 +++ bash-2.03/config-top.h Sun Apr 19 16:56:20 1998 @@ -34,14 +34,14 @@ /* The default value of the PATH variable. */ #ifndef DEFAULT_PATH_VALUE #define DEFAULT_PATH_VALUE \ - "/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:." + "/usr/local/bin:/bin:/usr/bin" #endif /* The value for PATH when invoking `command -p'. This is only used when the Posix.2 confstr () function, or CS_PATH define are not present. */ #ifndef STANDARD_UTILS_PATH #define STANDARD_UTILS_PATH \ - "/bin:/usr/bin:/usr/ucb:/sbin:/usr/sbin:/etc:/usr/etc" + "/bin:/usr/bin:/usr/sbin:/sbin" #endif /* Default primary and secondary prompt strings. */