summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/bash/enable-system-config-files.patch
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 22:51:03 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 22:51:03 (GMT)
commit7df60587a359bdefa8a99a209efb7e8be9d2ac66 (patch)
tree14106bb877cf68558872a423d58354cb249a5476 /abs/core-testing/bash/enable-system-config-files.patch
parent2f09e5e139a4be5d91782a94c00b9f64d453b0eb (diff)
downloadlinhes_pkgbuild-7df60587a359bdefa8a99a209efb7e8be9d2ac66.zip
linhes_pkgbuild-7df60587a359bdefa8a99a209efb7e8be9d2ac66.tar.gz
linhes_pkgbuild-7df60587a359bdefa8a99a209efb7e8be9d2ac66.tar.bz2
bash:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/bash/enable-system-config-files.patch')
-rw-r--r--abs/core-testing/bash/enable-system-config-files.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/abs/core-testing/bash/enable-system-config-files.patch b/abs/core-testing/bash/enable-system-config-files.patch
new file mode 100644
index 0000000..5295355
--- /dev/null
+++ b/abs/core-testing/bash/enable-system-config-files.patch
@@ -0,0 +1,15 @@
+--- src/bash-4.0/config-top.h 2009-01-04 11:32:23.000000000 -0800
++++ config-top.h 2009-08-25 08:41:08.000000000 -0700
+@@ -75,10 +75,10 @@
+ #define KSH_COMPATIBLE_SELECT
+
+ /* System-wide .bashrc file for interactive shells. */
+-/* #define SYS_BASHRC "/etc/bash.bashrc" */
++#define SYS_BASHRC "/etc/bash.bashrc"
+
+ /* System-wide .bash_logout for login shells. */
+-/* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
++#define SYS_BASH_LOGOUT "/etc/bash.bash_logout"
+
+ /* Define this to make non-interactive shells begun with argv[0][0] == '-'
+ run the startup files when not in posix mode. */