Blame SOURCES/bash-2.03-paths.patch

287226
--- bash-3.0/config.h.in.paths	2004-07-21 21:08:31.000000000 +0100
287226
+++ bash-3.0/config.h.in	2004-07-28 09:16:27.257884999 +0100
287226
@@ -197,7 +197,7 @@
287226
 
287226
 /* System paths */
287226
 
287226
-#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail"
287226
+#define DEFAULT_MAIL_DIRECTORY "/var/spool/mail"
287226
 
287226
 /* Characteristics of the system's header files and libraries that affect
287226
    the compilation environment. */
287226
--- bash-3.0/config-top.h.paths	2003-08-05 15:36:12.000000000 +0100
287226
+++ bash-3.0/config-top.h	2004-07-28 09:36:27.117205637 +0100
287226
@@ -52,14 +52,14 @@
287226
 /* The default value of the PATH variable. */
287226
 #ifndef DEFAULT_PATH_VALUE
287226
 #define DEFAULT_PATH_VALUE \
287226
-  "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:."
287226
+  "/usr/local/bin:/bin:/usr/bin"
287226
 #endif
287226
 
287226
 /* The value for PATH when invoking `command -p'.  This is only used when
287226
    the Posix.2 confstr () function, or CS_PATH define are not present. */
287226
 #ifndef STANDARD_UTILS_PATH
287226
 #define STANDARD_UTILS_PATH \
287226
-  "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
287226
+  "/bin:/usr/bin:/usr/sbin:/sbin"
287226
 #endif
287226
 
287226
 /* Default primary and secondary prompt strings. */