Date: Fri, 24 Mar 2000 00:52:04 CET From: "Jonas Hakansson" <jonne30@hotmail.com> To: hackers@freebsd.org Subject: Help Me Message-ID: <20000323235204.79952.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000323235204.79952.qmail>
