From owner-freebsd-questions@FreeBSD.ORG Tue May 29 20:25:19 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9763116A468 for ; Tue, 29 May 2007 20:25:19 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 84FED13C458 for ; Tue, 29 May 2007 20:25:19 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 34A6A1A4D81; Tue, 29 May 2007 13:26:28 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id D7E54512AB; Tue, 29 May 2007 16:25:18 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id D1918B990; Tue, 29 May 2007 16:25:18 -0400 (EDT) Date: Tue, 29 May 2007 16:25:18 -0400 From: Kris Kennaway To: Robert Huff Message-ID: <20070529202518.GA50457@rot13.obsecurity.org> References: <18012.34630.141328.526503@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18012.34630.141328.526503@jerusalem.litteratus.org> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: recreating directory structure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 20:25:19 -0000 On Tue, May 29, 2007 at 04:04:22PM -0400, Robert Huff wrote: > > Some of the directories under /usr/src have gone missing. > How do I re-create the directory structure? I know mtree is > involved, but have no idea which flags and what file to feed it. > Thanks in advance, Directories are not your problem, the missing files are. Re-fetch the source using one of the standard methods (see handbook). Kris