From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 20 18:00:17 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12AFF1065670 for ; Mon, 20 Sep 2010 18:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 017D58FC0A for ; Mon, 20 Sep 2010 18:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8KI0GDX041764 for ; Mon, 20 Sep 2010 18:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8KI0GE9041737; Mon, 20 Sep 2010 18:00:16 GMT (envelope-from gnats) Date: Mon, 20 Sep 2010 18:00:16 GMT Message-Id: <201009201800.o8KI0GE9041737@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: poyopoyo@puripuri.plala.or.jp Cc: Subject: Re: kern/150735: [libmagic] magic.mime.mgc not recompiled on system upgrade X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: poyopoyo@puripuri.plala.or.jp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 18:00:17 -0000 The following reply was made to PR kern/150735; it has been noted by GNATS. From: poyopoyo@puripuri.plala.or.jp To: Raphael 'kena' Poss Cc: bug-followup@FreeBSD.org Subject: Re: kern/150735: [libmagic] magic.mime.mgc not recompiled on system upgrade Date: Tue, 21 Sep 2010 02:35:30 +0900 At Mon, 20 Sep 2010 17:00:17 GMT, Raphael 'kena' Poss wrote: > Any reason why magic.mime was removed in v8? It is useful to a number of > web applications. So it stopped working for you? I guess it works as before. Because magic.mime has been inlined into single magic file starting at file-4.26 and removed from the source. grep mime /usr/share/misc/magic and find all your goodies. -- kuro