# Commands to be executed at login time # This script is executed AFTER .cshrc, so $BIRCH is # already set. if ( $BIRCH_DEBUG == 1 ) echo Running login.source #------------------------------------------------------------- # Generate statistics on users # record logins # Check to see if we can log when the user logs in. # If BIRCH is mounted read only, we don't crash the script if ("$BIRCH_LOGGING" == "1") then echo `whoami` `date` >> $BIRCH/local/admin/logins.log endif #################################################### # LOCAL EXTENSIONS TO BIRCH # #################################################### if (-e $BIRCH/local/admin/local.login.source)\ source $BIRCH/local/admin/local.login.source