From owner-freebsd-hackers Mon Feb 5 09:23:43 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11058 for hackers-outgoing; Mon, 5 Feb 1996 09:23:43 -0800 (PST) Received: from nixpbe.pdb.sni.de (mail.sni.de [192.109.2.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA11049 for ; Mon, 5 Feb 1996 09:23:33 -0800 (PST) Received: (from nerv@localhost) by nixpbe.pdb.sni.de (8.6.12/8.6.12) id SAA12423 for hackers@freebsd.org; Mon, 5 Feb 1996 18:22:51 +0100 Message-Id: <199602051722.SAA12423@nixpbe.pdb.sni.de> Subject: Re: Q: why install -d dir missing ? To: joerg_wunsch@uriah.heep.sax.de Date: Mon, 5 Feb 96 18:18:43 MET From: Greg Lehey Cc: hackers@freebsd.org (Hackers; FreeBSD) In-Reply-To: <199602031524.QAA11526@uriah.heep.sax.de>; from "J Wunsch" at Feb 3, 96 4:24 pm X-Mailer: xmail 2.4 (based on ELM 2.2 PL16) Sender: owner-hackers@freebsd.org Precedence: bulk > > As haury@sagem.fr wrote: >> >> I am wondering why the well known option '-d' is missing in current install >> program. Since I am a newbie in FreeBSD, I hope it's not an old war :-) > > It is. :-) > > Directories are to be created via the /etc/mtrees/* templates, not via > some hack in install(1). OK, let me open up old wounds. What does /etc/mtrees have to do with the latest version of xfoo that I found on the net? Unfortunately, xfoo's Makefile uses install -d. Greg