From nobody@FreeBSD.org  Mon Oct 22 01:52:33 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B98AD190
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Oct 2012 01:52:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 9E8038FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Oct 2012 01:52:33 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9M1qXkx093801
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Oct 2012 01:52:33 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q9M1qXpk093800;
	Mon, 22 Oct 2012 01:52:33 GMT
	(envelope-from nobody)
Message-Id: <201210220152.q9M1qXpk093800@red.freebsd.org>
Date: Mon, 22 Oct 2012 01:52:33 GMT
From: Rodney W Grimes <rgrimes@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x86 missing in src/etc/mtree/BSD.include.dist
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         172946
>Category:       misc
>Synopsis:       x86 missing in src/etc/mtree/BSD.include.dist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 22 02:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Rodney W Grimes
>Release:        9.1RC2
>Organization:
>Environment:
FreeBSD  9.1-RC2 FreeBSD 9.1-RC2 #0: Sat Oct 20 00:38:46 UTC 2012     root@:/sys/amd64/compile/GENERIC  amd64

>Description:
x86 was added as a directory installed by src/include/Makefile for archs i386 and amd64 but was not added to the mtree file.

>How-To-Repeat:
Clear /usr/include; cd /usr/src/include; make install  Notice that there is a /usr/include/x86 directory created, but it is not listed in the src/etc/mtree/BSD.include.dist file.

>Fix:
Simple patch attached

Patch attached with submission follows:

diff -ru src/etc/mtree/BSD.include.dist /mnt/usr/src/etc/mtree/BSD.include.dist
--- src/etc/mtree/BSD.include.dist	2012-08-13 23:53:12.000000000 +0000
+++ /mnt/usr/src/etc/mtree/BSD.include.dist	2012-09-25 05:43:44.000000000 +0000
@@ -331,6 +331,8 @@
     ..
     vm
     ..
+    x86
+    ..
     xlocale
     ..
 ..


>Release-Note:
>Audit-Trail:
>Unformatted:
