# Commands and environment variables for local additions # to BIRCH if [ $BIRCH_DEBUG -eq 1 ] then echo Running $BIRCH/local/admin/local.profile.login.soure fi # Add local paths # For example: #PATH=/opt/csw/bin\:$PATH\:$BIRCH/CBR/bin\:$BIRCH/CBR/ACGC/bin #export PATH # Environment variables for Staden # Note that staden.profile automatically adds the staden bin # directory to the $PATH if [ -d $BIRCH/pkg/staden ] then STADENROOT=$BIRCH/local/pkg/staden export STADENROOT . $STADENROOT/staden.profile fi # Print login messages # Don't do this! It sends extra messages during login that # sftp can't handle. #cat $BIRCH/local/admin/Login_Message