From owner-freebsd-stable@FreeBSD.ORG Mon Nov 28 00:50:02 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C9E16A41F for ; Mon, 28 Nov 2005 00:50:02 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CCC843D49 for ; Mon, 28 Nov 2005 00:50:01 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so768310nzo for ; Sun, 27 Nov 2005 16:50:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=UIFgud4BVDhMgmbbaSRIQvhQXcs74qXG02jeDpu1r63seJVCIpXW19hkUNkiboqNB8IasbCzfWlhXYYj7w0jQMufV/+tPdw9+hGQpwBl2aZo/nph7/KCu2cacC8cLFBpKjJ4wT5ozbDNgPAZKj60KvrpZKqZ7pJNFBsITIcElmI= Received: by 10.37.15.18 with SMTP id s18mr3002231nzi; Sun, 27 Nov 2005 16:50:00 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 15sm806715nzn.2005.11.27.16.50.00; Sun, 27 Nov 2005 16:50:00 -0800 (PST) From: "Michael C. Shultz" To: freebsd-stable@freebsd.org Date: Sun, 27 Nov 2005 16:40:26 -0800 User-Agent: KMail/1.8.3 References: <438A525C.8010803@swervinghead.com> In-Reply-To: <438A525C.8010803@swervinghead.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511271640.27471.ringworm01@gmail.com> Cc: ebm Subject: Re: Freebsd 5.3 screw up.... deleted /lib/libc.so.5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2005 00:50:02 -0000 On Sunday 27 November 2005 16:42, ebm wrote: > After I deleted this very valuable file I realized what I did. Since I > don't have a old boot disk laying around is my only option to upgrade to > a newer version of freebsd? Try this: cd /usr/sbin ./sysinstall then install the minimal binary package afterwords to a cvsup/make buildworld to get current again -Mike