#!/usr/bin/csh -fe
#
# From: Albert Lunde <Albert-Lunde@nwu.edu>
#
unsetenv IFS
unset IFS
set path=( /usr/bin )
echo
echo '***********************************************************************'
echo User accounts on SYSTEM are only allowed ftp access, not telnet access.
echo Read http://SYSTEM/ for information on using SYSTEM 
echo '***********************************************************************'
echo
/usr/bin/sleep 10
exit -1


