# This file is run by all users on the sun machines
# on startup.  It is sourced by .bash_profile

echo Initializing RSS-I Environment...
RSS_PUB=~/RSS-I-pub
PATH=$RSS_PUB/scripts:$RSS_PUB/bin:$PATH
export CLASSPATH=.:..:$HOME/RSS-I-pub/maslab/bin/maslab.jar:$HOME/RSS-I-pub/scripts/Carmen.jar:$HOME/RSS-I-pub/solutions/solutions.jar
export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun

alias passwd=yppasswd

# If this is a laptop
if [ -f /etc/laptop ]; then
  unalias passwd
fi
 
umask 007
