]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-paths.patch
- up to 4.3.29; fixes invalid memory access sometimes
[packages/bash.git] / bash-paths.patch
index ff6ca24524012acfaebcbc7ac3216499216c99c0..dbd44b8a66f9c105681869cadadfd13dd7f2b2b4 100644 (file)
@@ -6,7 +6,7 @@ diff -urbB bash-3.0.org/config.h.in bash-3.0/config.h.in
  /* System paths */
  
 -#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail"
-+#define DEFAULT_MAIL_DIRECTORY "/var/spool/mail"
++#define DEFAULT_MAIL_DIRECTORY "/var/mail"
  
  /* Characteristics of the system's header files and libraries that affect
     the compilation environment. */
@@ -14,11 +14,11 @@ Tylko w bash-3.0: config.h.in.orig
 diff -urbB bash-3.0.org/config-top.h bash-3.0/config-top.h
 --- bash-3.0.org/config-top.h  2003-08-05 16:36:12.000000000 +0200
 +++ bash-3.0/config-top.h      2005-10-08 19:36:04.395581500 +0200
-@@ -52,14 +52,14 @@
+@@ -59,14 +59,14 @@
  /* The default value of the PATH variable. */
  #ifndef DEFAULT_PATH_VALUE
  #define DEFAULT_PATH_VALUE \
--  "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:."
+-  "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:."
 +  "/usr/local/bin:/bin:/usr/bin"
  #endif
  
This page took 0.055112 seconds and 4 git commands to generate.