From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 18 15:20:33 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9184016A47B for ; Mon, 18 Dec 2006 15:20:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA31E43CC4 for ; Mon, 18 Dec 2006 15:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBIFKQjT020754 for ; Mon, 18 Dec 2006 15:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBIFKQTh020750; Mon, 18 Dec 2006 15:20:26 GMT (envelope-from gnats) Date: Mon, 18 Dec 2006 15:20:26 GMT Message-Id: <200612181520.kBIFKQTh020750@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gabor Kovesdan Cc: Subject: Re: ports/106858: Extracted mime part of spam email makes file dump core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 15:20:33 -0000 The following reply was made to PR ports/106858; it has been noted by GNATS. From: Gabor Kovesdan To: bug-followup@FreeBSD.org, pol@leissner.se Cc: Subject: Re: ports/106858: Extracted mime part of spam email makes file dump core Date: Mon, 18 Dec 2006 16:16:32 +0100 > But I now have /usr/local/bin/file at 4.19 and /usr/bin/file > at 4.12. What do I have to do to make the entire FreeBSD system > use /usr/local/bin/file (and the associated magic files of the > correct version) instead of /usr/bin/file? I can't move away from > x.x-RELEASE-pxx because of upgrading policy on production servers. > This goes beyond my usual cvsup, make buildworld/buildkernel/ > installkernel/installworld cycle. Should I put all files from > file-4.19.tar into /usr/src/contrib/file and then run a make > buildworld and make installworld? I suggest you just deleting /usr/bin/file and symlinking /usr/local/bin/file there. That's the simplest solution. Cheers, Gabor