From 5999b91c4395ce08fd3e893d98e9f4b54b05ac02 Mon Sep 17 00:00:00 2001 From: cvpcs Date: Thu, 3 Jun 2010 14:18:57 -0500 Subject: added bashrc and bash_logout support system-wide --- config-top.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-top.h') 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. */ -- cgit v1.1