From owner-freebsd-embedded@FreeBSD.ORG Thu Sep 15 15:56:38 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F7DF106564A for ; Thu, 15 Sep 2011 15:56:38 +0000 (UTC) (envelope-from ardovm@yahoo.it) Received: from nm8-vm4.bullet.mail.ne1.yahoo.com (nm8-vm4.bullet.mail.ne1.yahoo.com [98.138.91.168]) by mx1.freebsd.org (Postfix) with SMTP id CF4CB8FC08 for ; Thu, 15 Sep 2011 15:56:37 +0000 (UTC) Received: from [98.138.90.53] by nm8.bullet.mail.ne1.yahoo.com with NNFMP; 15 Sep 2011 15:43:26 -0000 Received: from [98.138.84.34] by tm6.bullet.mail.ne1.yahoo.com with NNFMP; 15 Sep 2011 15:43:26 -0000 Received: from [127.0.0.1] by smtp102.mail.ne1.yahoo.com with NNFMP; 15 Sep 2011 15:43:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.it; s=s1024; t=1316101406; bh=FJ8GbxeHvya71GKqA5nmscW4/OpFR6tZnWNtKbbfZIE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:Content-Disposition:User-Agent; b=QP5j0yfh9b8WyG2eDZXR2MLCQwq7Wfe2yoLYB6x27KGZX++qWb4RtzTlIkGHXcWotrxR0g0XZGM2kYoPjKqtfs/K5uAiVBAilkIPY3zEiFjpnNH251rLVaXG17f699ZpORE2bbS7MbcfvJBXPWRC2G4+4zChj0woVRus0vyMUg0= X-Yahoo-Newman-Id: 695436.2217.bm@smtp102.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: vNVoTrgVM1lNrtwJ52qIIA9OG5RBxNfuquN8aW6SYy3FpmE 6s636pN.H9nVf.QKNRtmmPMeO9SyO9GKRThlA6.lz4q5RCPx465tMRowu6b. DryhO1DY7pn54OpK_BdKDqzXz1QvgnQtEelfMGd1C1Pd06BXhLp4ZLk3uriW sBwKmHqXz3eoyVwcsH4Cmnl5KBS.jYjS98irtNHuG0kGHKo6vlOTqZA3Jn0h ZeU3E_PXzn7vr2dA3brTKKiy93GXtMMMc52Fl81kIGBBiLTtjNKzzGR0GIHT h3sJZgKDNMpr0yAttjChZkUnVgLQs9Xf1DX8AneOBDov8aMkJA0VwfqQqlo9 ToAW3g489VRlqJFaRzM2XiQhA7xX8_JrfmNB8rZMB__pUd07B5mJWQfWkvtu ObOSsFeUdD5cMADCocfi9baOxLoLwmYLcEfjPFRWVruCa2CNMQ0sSQ7y_Gv3 _l3ZAXYlZ6wK_OWqQJX64WzcjKig6X1AbIl0d.EDPteQJ0LGUBeSsHrximIv bWbZx2KlufViTV5zNb24anbxIiP2xrjdjdE06fvf0n5lk5Gor79iZA7L4GxY BO6Y- X-Yahoo-SMTP: WU.IBxeswBAAnLcBZV3tEZIK0A-- Received: from snail (ardovm@93.145.100.219 with login) by smtp102.mail.ne1.yahoo.com with SMTP; 15 Sep 2011 08:43:25 -0700 PDT Received: by snail (Postfix, from userid 1000) id EFAE65F98C8; Thu, 15 Sep 2011 17:43:20 +0200 (CEST) Date: Thu, 15 Sep 2011 17:43:20 +0200 From: Arrigo Marchiori To: freebsd-embedded@freebsd.org Message-ID: <20110915154320.GA13902@snail.casa> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: nanobsd: MFC of r220091 please? X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2011 15:56:38 -0000 Dear list, can someone please MFC the change that was applied to head's nanobsd with r220091? Or shall I file a PR for this? The edit is quite simple: ${NANO_WORLDDIR}/var/empty is used instead of /var/empty , at the time of creating empty filesystems (e.g. data and cfg partitions). Without the patch, the flag 'schg' is also copied to the root directory of the filesystem, making it impossible to create new files or directories. In fact, /var/empty has the schg flag set, while ${NANO_WORLDDIR}/var/empty doesn't. For more information about r220091: http://svnweb.freebsd.org/base?view=revision&revision=220091 Thank you in advance. -- rigo http://rigo.altervista.org