#*******************************************************************************
# E.S.O. - VLT project
#
# "@(#) $Id: Logout.source,v 1.160 1999/04/14 09:29:31 vltsccm Exp $" 
#
# Template for .logout
#
# who        when        what
# ---------  ----------  ----------------------------------------------
# G.FILIPPI  16/07/1993  created (See /vlt/System/Logout.source for more)
#

#------------------------------------------------------------------------------
# Allow only intercative sessions (it is interactive if tty-output is allowed)
if ( { /bin/tty -s } ) then

    #-------------------------------------------------------------------------- 
    # VLT standard environment
    # source /vlt/System/System.login !!!!!(not uset at present)

    #-------------------------------------------------------------------------- 
    # additional user-specific environment
    #       If you need additional definitions, do not edit this file but 
    #       create a file named $HOME/.logout.local. It will be sourced 
    #       automatically (remember to use "csh" grammar only).
    #
    if ( -r $HOME/.logout.local ) source $HOME/.logout.local
endif

# ___oOo___
