aboutsummaryrefslogtreecommitdiffstats
path: root/config-top.h
diff options
context:
space:
mode:
authorcvpcs <root@cvpcs.org>2010-06-03 14:18:57 -0500
committercvpcs <root@cvpcs.org>2010-06-03 14:18:57 -0500
commit5999b91c4395ce08fd3e893d98e9f4b54b05ac02 (patch)
treeea46f31ea994706c86594905ddbc8ca1c78a0b7e /config-top.h
parentae603269d2fbb6784019d92dbe4396272bc4c12d (diff)
downloadexternal_bash-5999b91c4395ce08fd3e893d98e9f4b54b05ac02.zip
external_bash-5999b91c4395ce08fd3e893d98e9f4b54b05ac02.tar.gz
external_bash-5999b91c4395ce08fd3e893d98e9f4b54b05ac02.tar.bz2
added bashrc and bash_logout support system-wide
Diffstat (limited to 'config-top.h')
-rw-r--r--config-top.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-top.h b/config-top.h
index 67ddcac..84f0a83 100644
--- a/config-top.h
+++ b/config-top.h
@@ -75,10 +75,10 @@
#define KSH_COMPATIBLE_SELECT
/* System-wide .bashrc file for interactive shells. */
-#define SYS_BASHRC "/system/etc/.bashrc"
+#define SYS_BASHRC "/system/etc/bash/bashrc"
/* System-wide .bash_logout for login shells. */
-/* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
+#define SYS_BASH_LOGOUT "/system/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. */