source: trunk/debathena/config/shell-config/debian/profile.debathena @ 22685

Revision 22685, 542 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/profile 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.
7DEBATHENA_BASHRC=/usr/share/debathena-bash-config/bashrc.debathena
8if [ -e "$DEBATHENA_BASHRC" ]; then
9    . "$DEBATHENA_BASHRC"
10fi
11
12# Now source the normal profile (afterwards, to allow overrides)
13. /etc/profile.debathena-orig
Note: See TracBrowser for help on using the repository browser.