set UNAME=`uname` if ( $UNAME == "IRIX" ) then /bin/tty -s else /usr/bin/tty -s endif if ($status == 0) then /bin/cat << ANNOUNCEMENT If your password is still the initial password for your account that was based on your social security number, then you must change your password. Use the "yppasswd" command to do that. We will disable logins on your account if you have not changed your password by 5pm on Friday, October 8. Because of all the password cracking programs out there, we recommend that you do not use a single word, because most such single words are in dictionary files, which are used by the password crackers. Instead, we recommend that you use one of the following: (1) two words run together with or without punctuation or numerals between them, (2) a single word, split in the middle, with punctuation or numerals inserted, or (3) a random string. One of the first things that some password crackers look for is proper names. Therefore, please do not use them. Your password will need to be at least 6 characters in length. Type "y" and then RETURN to acknowledge having read the above message. ANNOUNCEMENT set x=$< if ("$x" == "y" || "$x" == "Y") cp /usr/support/cshrc ~/.cshrc unset x endif setenv MANPATH "/usr/man:`echo /usr/pkg/*/man | sed 's, ,:,g'`" set path=(/bin /usr/{bin,hosts} /usr/pkg/*/bin . ) if ( $UNAME == "IRIX" ) then setenv MANPATH "$home/Man:/usr/catman:$MANPATH" set path=(/usr/sbin /usr/bsd /usr/bin/X11 $path) alias rsh /usr/bsd/rsh alias term 'tset -s -e^H -k^U \!*>/tmp/t$$; source /tmp/t$$; /bin/rm /tmp/t$$' else set path=(/usr/ucb $path) alias term 'tset -s -n -e^H -k^U \!*>/tmp/t$$; source /tmp/t$$; /bin/rm /tmp/t$$' endif set history=50 limit coredumpsize 0 set noclobber ignoreeof