]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-paths.patch
- /usr/share/bash/* are doc; rel 3
[packages/bash.git] / bash-paths.patch
index f222a214a1ac6a83884760f53bb07a618436b238..cc3483382e705a5b0ddee6e9b712947c8190c63f 100644 (file)
@@ -1,23 +1,24 @@
-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 @@
+diff -urbB bash-3.0.org/config.h.in bash-3.0/config.h.in
+--- bash-3.0.org/config.h.in   2004-07-21 22:08:31.000000000 +0200
++++ bash-3.0/config.h.in       2005-10-08 19:35:26.593219000 +0200
+@@ -197,7 +197,7 @@
  
- #undef HAVE_POSIX_SIGSETJMP
+ /* System paths */
  
 -#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail"
-+#define DEFAULT_MAIL_DIRECTORY "/var/spool/mail"
++#define DEFAULT_MAIL_DIRECTORY "/var/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 @@
+ /* Characteristics of the system's header files and libraries that affect
+    the compilation environment. */
+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 @@
  /* 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/gnu/bin:/usr/local/bin:/bin:/usr/bin:."
 +  "/usr/local/bin:/bin:/usr/bin"
  #endif
  
@@ -25,8 +26,17 @@ diff -uNr bash-2.03-orig/config-top.h bash-2.03/config-top.h
     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"
+-  "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
++  "/bin:/usr/bin:/sbin:/usr/sbin"
  #endif
  
  /* Default primary and secondary prompt strings. */
+@@ -73,7 +73,7 @@
+ #define KSH_COMPATIBLE_SELECT
+ /* System-wide .bashrc file for interactive shells. */
+-/* #define SYS_BASHRC "/etc/bash.bashrc" */
++#define SYS_BASHRC "/etc/bashrc"
+ /* System-wide .bash_logout for login shells. */
+ /* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
This page took 0.063982 seconds and 4 git commands to generate.