#488588 bash.bashrc should include bash.bashrc.local

Package:
bash
Source:
bash
Description:
GNU Bourne Again SHell
Submitter:
Date:
2014-07-29 23:33:05 UTC
Severity:
wishlist
#488588#5
Date:
2008-06-29 22:44:51 UTC
From:
To:
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

#488588#10
Date:
2013-06-22 07:43:55 UTC
From:
To:
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. ?#/&

#488588#15
Date:
2014-07-29 23:30:03 UTC
From:
To:
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).