From owner-freebsd-questions Sun Nov 14 9:21:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from laurasia.com.au (lauras.lnk.telstra.net [139.130.93.142]) by hub.freebsd.org (Postfix) with ESMTP id 529C414CCA for ; Sun, 14 Nov 1999 09:21:11 -0800 (PST) (envelope-from mike@laurasia.com.au) Received: (from mike@localhost) by laurasia.com.au (8.9.1a/8.9.1) id BAA29900; Mon, 15 Nov 1999 01:21:02 +0800 (WST) From: Michael Kennett Message-Id: <199911141721.BAA29900@laurasia.com.au> Subject: Re: term types In-Reply-To: <199911141614.KAA99903@Mailbox.mcs.net> from Tommy Forrest - KE4PYM at "Nov 14, 99 11:14:49 am" To: tforrest@mcs.net Date: Mon, 15 Nov 1999 01:21:01 +0800 (WST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Tommy, > Using ksh is there a way I can script my .profile to sence my term > type? I need to have vt100 functionality when I telnet into the box > and when I login using the console, I need that vt100 to go away (it > severly horks the console when i use vt100). What about: TTY=`tty` case `basename $TTY` in tty[pqrs]*) export TERM=vt100 ;; esac Mike Kennett (mike@laurasia.com.au) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message