# -*-shell-script-*-
# JLdL 20May04.
#
# This .login file is executed after the .cshrc file when you log in.
# _ It is not executed for subsequent shells. You may modify it in
# _ order to fit your necessities and personal taste.
#
# This special version for root tries to avoid any references to files
# _ or directories outside the local filesystems, to avoid forcing any
# _ autofs mounts, in case they are hung.
#
# This file is to be used for setting up terminal characteristics and
# _ the global environment parameters.
#
# Set up the terminal.
source /root/.terminal
#
# Set up the environment.
source /root/.environment
