>Steve Nash wrote: >> Alan Coopersmith wrote: >[snip] >> >> * changes the default $PATH and $LD_LIBRARY_PATH for all users >> > >> > How does it change the default $PATH? >> > How does it set $LD_LIBRARY_PATH without breaking other software? >> >> We modify the /etc/{bashrc,csh.cshrc} to change the default environment >> (for all users). > >1. Currently there is no /etc/bash.bashrc (e.g. the bash binary is >compiled without support for this file) and AFAIK no /etc/csh.cshrc >either
csh uses /etc/.login (when logging in) tcsh uses /etc/.login and also /etc/.cshrc Casper