From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 13:26:05 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EC4D106564A for ; Mon, 4 Aug 2008 13:26:05 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.185]) by mx1.freebsd.org (Postfix) with ESMTP id DFB708FC0C for ; Mon, 4 Aug 2008 13:26:04 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so15008gve.39 for ; Mon, 04 Aug 2008 06:26:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=iDvnQpL7TxH0RTjM8WaF8nQ4blt7vXiO7cyTAYi+3nE=; b=C/Ghw2hoL9x0EM7z/2GEll5Ux8gcd/qqscn+wTMcGhDWT2WHRdPMWvj6A980Rhg4+m CvGYM1YZMKnkSvVmywrMu0dcDSkmz18nmWjyL7VYccBFs6JYy1mxjL67nTauwkpzr6UK KsAlJ2p6GbwZlYnRaANNJclG0pNcxfd3HhtQs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=THO5UPZdq+A1WmWy8+my+4u87JTgPquQf4cJ3z8jbP+tnTEu+jfegsIzhThSFegUD+ 2ZxL3HWPMKscbwnyfGwAWGlBhqSLDiIi/pCCt7bVoEN0CliLRQqZcy9XDOKm4/2sBo6P gnVRm95SgsoBNi34n12v+k6+yjFosvngckcTc= Received: by 10.103.137.19 with SMTP id p19mr5568439mun.108.1217854700931; Mon, 04 Aug 2008 05:58:20 -0700 (PDT) Received: by 10.103.169.13 with HTTP; Mon, 4 Aug 2008 05:58:20 -0700 (PDT) Message-ID: Date: Mon, 4 Aug 2008 09:58:20 -0300 From: "Carlos A. M. dos Santos" To: "Randy Bush" In-Reply-To: <4896818D.5040904@psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4896818D.5040904@psg.com> Cc: FreeBSD Current Subject: Re: termcap under single luser X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 13:26:05 -0000 On Mon, Aug 4, 2008 at 1:11 AM, Randy Bush wrote: > if i boot single luser, /rescue/(vi|ed) etc barf because > > lrwxrwxrwx 1 root wheel 23 Oct 11 2007 /etc/termcap@ -> > /usr/share/misc/termcap > > is not mounted. > > should i > > rm /etc/termcap > cp /usr/share/misc/termcap /etc > > post build, or is there something else i am missing? > > randy You can ever resort to ed if you can not mount /usr. It saved my neck several times! -- If you think things can't get worse it's probably only because you lack sufficient imagination.