testing-lenny Hello, want /etc/bash.bashrc to include a bash.bashrc.local, e.g. ------------------------------------------- ... [ -r /etc/bash.bashrc.local ] && . /etc/bash.bashrc.local ------------------------------------------- so i do not need to change it for my needs when upgrade brings a new bash.bashrc. Thanks christian
This is a very sane proposal. This way the administrator (which is these days the user herself) isn't necessarily bugged about package maintainer's file being newer than hers. ?#/&
Please consider this, since it would ease mixing configuration tools such as Puppet (which would manage bash.bashrc.local on a per-host basis) and package management (which provide a sane default for everyone).