#! /bin/csh -f
# @(#).login	1.2   8/22/88

set path = ( $path ~ /usr/diag/sysdiag /etc /bin /usr/bin /usr/ucb /usr/etc \
	     /usr/hosts /usr/local/bin )

# run sysdiag under suntools
if (`tty` == /dev/console) then
    set OPTS = '-s'
else
    set OPTS = ''
endif

sysdiag $OPTS
