On SuSE, this rpm should be using the /etc/bash.bashrc.local file (probably need to create the file first). The relevant portions of /etc/bash.bashrc are below.
# /etc/bash.bashrc for SuSE Linux
# PLEASE DO NOT CHANGE /etc/bash.bashrc There are chances that your changes
# will be lost during system upgrades. Instead use /etc/bash.bashrc.local
test -s /etc/bash.bashrc.local && . /etc/bash.bashrc.localThe last line is where /etc/bash.bashrc.local is sourced as expected...
Thanks! Jason
------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
