Revision 22685,
554 bytes
checked in by ghudson, 17 years ago
(diff) |
* debathena/config: Snapshot config package sources from
/mit/debathena/packages/config.
|
Line | |
---|
1 | # This is the Debathena /etc/bash.bashrc configuration. |
---|
2 | # It is only necessary if you are not using debathena-login. |
---|
3 | |
---|
4 | # It sources a bash script that creates the add and renew commands, |
---|
5 | # sets ATHENA_SYS is set correctly, and other similar tasks. |
---|
6 | # To remove this feature, uninstall the debathena-bash-config package. |
---|
7 | DEBATHENA_BASHRC=/usr/share/debathena-bash-config/bashrc.debathena |
---|
8 | if [ -e "$DEBATHENA_BASHRC" ]; then |
---|
9 | . "$DEBATHENA_BASHRC" |
---|
10 | fi |
---|
11 | |
---|
12 | # Now source the normal bash.bashrc (afterwards, to allow overrides) |
---|
13 | . /etc/bash.bashrc.debathena-orig |
---|
Note: See
TracBrowser
for help on using the repository browser.