From owner-cvs-src@FreeBSD.ORG Thu Sep 23 19:05:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B4916A4CE; Thu, 23 Sep 2004 19:05:43 +0000 (GMT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BE143D1D; Thu, 23 Sep 2004 19:05:43 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i8NJ5hIb073033; Thu, 23 Sep 2004 12:05:43 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i8NJ5hum073032; Thu, 23 Sep 2004 12:05:43 -0700 (PDT) (envelope-from rizzo) Date: Thu, 23 Sep 2004 12:05:43 -0700 From: Luigi Rizzo To: Brooks Davis Message-ID: <20040923120543.B72856@xorpc.icir.org> References: <200409231552.i8NFqh1c042744@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200409231552.i8NFqh1c042744@repoman.freebsd.org>; from brooks@FreeBSD.org on Thu, Sep 23, 2004 at 03:52:43PM +0000 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/diskless clone_root X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 19:05:43 -0000 On Thu, Sep 23, 2004 at 03:52:43PM +0000, Brooks Davis wrote: ... > Hack around the fact that the current diskless scripts require some > binaries in /usr before /usr is mounted by copying those files to the this was fixed long ago, did the problem reappear somehow ? in case, the proper place to fix is the scripts in /etc/rc*, not put a bandaid here which has high chances of being broken again. cheers luigi