From nobody@FreeBSD.org  Mon Aug 13 22:36:51 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1042516A419
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Aug 2007 22:36:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id F142713C428
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Aug 2007 22:36:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DMaofh049973
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Aug 2007 22:36:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l7DMaoZe049972;
	Mon, 13 Aug 2007 22:36:50 GMT
	(envelope-from nobody)
Message-Id: <200708132236.l7DMaoZe049972@www.freebsd.org>
Date: Mon, 13 Aug 2007 22:36:50 GMT
From: Richard Arends <richard@unixguru.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: tinybsd create_etc fails
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         115484
>Category:       misc
>Synopsis:       [tinybsd] [patch] tinybsd create_etc fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 13 22:40:06 GMT 2007
>Closed-Date:    Wed Aug 22 18:45:44 GMT 2007
>Last-Modified:  Wed Aug 22 18:50:02 GMT 2007
>Originator:     Richard Arends
>Release:        7.0-CURRENT
>Organization:
>Environment:
FreeBSD fbsd_current.unixguru.nl 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Thu Aug  9 23:05:13 CEST 2007     root@fbsd_current.unixguru.nl:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
tinybsd create_etc fails because some directory's does not exist. 
>How-To-Repeat:
Build a tinybsd image using the current tinybsd script
>Fix:
--- tinybsd.orig        2007-08-13 23:09:19.000000000 +0200
+++ tinybsd     2007-08-14 00:32:15.000000000 +0200
@@ -267,6 +267,7 @@
 create_tree() {
        echo "${TS} Creating directory hierarchy... "
        mtree -deU -f /etc/mtree/BSD.root.dist -p ${WORKDIR}
+       mtree -deU -f /etc/mtree/BIND.chroot.dist -p ${WORKDIR}
        mtree -deU -f /etc/mtree/BSD.usr.dist -p ${WORKDIR}/usr
        mtree -deU -f /etc/mtree/BSD.local.dist -p ${WORKDIR}/usr/local
        mtree -deU -f /etc/mtree/BSD.var.dist -p ${WORKDIR}/var


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Tue Aug 14 06:00:24 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115484 
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Wed Aug 22 18:45:43 UTC 2007 
State-Changed-Why:  
Thanks for the Submission Richard; the patch had now been committed into 
-CURRENT 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115484 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/115484: commit references a PR
Date: Wed, 22 Aug 2007 18:45:06 +0000 (UTC)

 remko       2007-08-22 18:45:00 UTC
 
   FreeBSD src repository
 
   Modified files:
     tools/tools/tinybsd  tinybsd 
     tools/tools/tinybsd/conf/bridge TINYBSD 
     tools/tools/tinybsd/conf/default TINYBSD 
     tools/tools/tinybsd/conf/firewall TINYBSD 
     tools/tools/tinybsd/conf/minimal TINYBSD 
     tools/tools/tinybsd/conf/vpn TINYBSD 
     tools/tools/tinybsd/conf/wireless TINYBSD 
     tools/tools/tinybsd/conf/wrap TINYBSD 
   Log:
   Bring in two fixes for TinyBSD:
   
   - Add the bind mtree to the TinyBSD build so that files
     can be installed there (else the build fails)
   - Change GEOM_GPT to GEOM_PART_GPT since that had been
     renamed in current. The kernel configuration provided
     by TinyBSD will not build without these changes.
   
   PR:             misc/115484
   PR:             misc/115405
   Submitted by:   Richard Arends <richard at unixguru dot nl>
   Approved by:    re (bmah)
   Approved by:    imp (mentor)
   
   Revision  Changes    Path
   1.3       +1 -1      src/tools/tools/tinybsd/conf/bridge/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/default/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/firewall/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/minimal/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/vpn/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/wireless/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/wrap/TINYBSD
   1.7       +1 -0      src/tools/tools/tinybsd/tinybsd
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
