When i log in whit telnet this does not show why ???
if ( $?prompt ) then
if (-e /var/mail) then
set prompt = "`hostname`> "
set mail = ( /var/mail/$home:t )
else
set prompt = "`uname -n`> "
set mail = ( /var/mail/$home:t )
endif
stty erase ^H kill ^U intr ^C
set erasechar="^H"
(echo "stty erase $erasechar kill ^U intr ^C " > /dev/null) >& /dev/tty
unset erasechar
set history = 200
set savehist = 200
endif
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message