svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-2.03-paths.patch

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