From owner-freebsd-questions@FreeBSD.ORG Fri Apr 1 01:47:01 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F3516A4CE for ; Fri, 1 Apr 2005 01:46:59 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED3743D31 for ; Fri, 1 Apr 2005 01:46:58 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so537641rng for ; Thu, 31 Mar 2005 17:46:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=qHOfJx0ac305GXYNhzvkkMdX+CUKX15PRIHafWsyzCfx6tXA2iFHk7gO3N81sT0krPCR8c7P5UiQm7t0ZjQcfW8/cCLc5iwqysbamGomcvvMpTB4jsxaCoYpS92/fWVY25McoKrBZ2hoMGKhgliuiHnTNvI2pWZlnwny6UuDEAg= Received: by 10.38.13.39 with SMTP id 39mr2302764rnm; Thu, 31 Mar 2005 17:46:58 -0800 (PST) Received: by 10.38.74.23 with HTTP; Thu, 31 Mar 2005 17:46:58 -0800 (PST) Message-ID: Date: Fri, 1 Apr 2005 03:46:58 +0200 From: Gert Cuykens To: Giorgos Keramidas In-Reply-To: <20050401014254.GA60499@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050401012107.GA57109@gothmog.gr> <20050401014254.GA60499@gothmog.gr> cc: freebsd-questions@freebsd.org Subject: Re: i did it again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 01:47:01 -0000 On Fri, 1 Apr 2005 04:42:55 +0300, Giorgos Keramidas wrote: > On 2005-04-01 03:31, Gert Cuykens wrote: > > > 5. Mount all the rest, and then set your TERM to cons25 (TERM should be > > > set IIRC only after termcap is available): > > > > > > # mount -va > > > # TERM=cons25 ; export TERM > > > > what is IIRC ? > > ``If I recall correctly'' > > > what is a termcap ? > > There's a manpage for this one. > so termcap is like a x server but then for terminals ?