From owner-freebsd-stable Tue Sep 17 8:57:10 2002 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 5D74037B401 for ; Tue, 17 Sep 2002 08:57:09 -0700 (PDT) Received: from radix.cryptio.net (radix.cryptio.net [199.181.107.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9E043E65 for ; Tue, 17 Sep 2002 08:57:09 -0700 (PDT) (envelope-from emechler@radix.cryptio.net) Received: from radix.cryptio.net (localhost [127.0.0.1]) by radix.cryptio.net (8.12.5/8.12.5) with ESMTP id g8HFv4eF024892 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 17 Sep 2002 08:57:05 -0700 (PDT) (envelope-from emechler@radix.cryptio.net) Received: (from emechler@localhost) by radix.cryptio.net (8.12.5/8.12.5/Submit) id g8HFv437024891; Tue, 17 Sep 2002 08:57:04 -0700 (PDT) Date: Tue, 17 Sep 2002 08:57:04 -0700 From: Erick Mechler To: Nuno Teixeira Cc: freebsd-stable@FreeBSD.ORG Subject: Re: where is bzip2recover? Message-ID: <20020917155704.GJ1488@techometer.net> References: <20020917143139.GA29990@gw.tex.bogus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020917143139.GA29990@gw.tex.bogus> User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :: I need bzip2recover to try to fix a bzip2 corrupted file but it isn't :: installed with the base system. :: :: My system is: :: FreeBSD 4.7-PRERELEASE #0: Tue Sep 17 14:07:24 WEST 2002 I'm not sure why it's not installed in the installworld upgrade process (I find the same thing on multiple machines here), but the Makefile in /usr/src/contrib/bzip2/ does seem to support the building and installation of that binary. At any rate, just cd into /usr/src/contrib/bzip2/, and run 'make bzip2recover'. Then just copy the resulting binary into /usr/bin/ and you're all set. Cheers - Erick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message