From owner-freebsd-hackers Thu Jul 4 14:22:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA28485 for hackers-outgoing; Thu, 4 Jul 1996 14:22:54 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA28473 for ; Thu, 4 Jul 1996 14:22:48 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA13601; Thu, 4 Jul 1996 14:14:59 -0700 From: Terry Lambert Message-Id: <199607042114.OAA13601@phaeton.artisoft.com> Subject: Re: What is the best way to setup a driver To: proff@suburbia.net (Julian Assange) Date: Thu, 4 Jul 1996 14:14:58 -0700 (MST) Cc: terry@lambert.org, joelh@gnu.ai.mit.edu, jmb@freefall.freebsd.org, tom@sdf.com, jgreco@brasil.moneng.mei.com, root@friday.keanesea.com, hackers@freebsd.org In-Reply-To: <199607040542.PAA00558@suburbia.net> from "Julian Assange" at Jul 4, 96 03:42:31 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > The "/etc" directory is not allowed to be other than on the root file > > system, by definition. That resolves the symlink problem. > > This is not clear to me. Can you explain in more detail how this resolves > the problem? If /etc is not allowed to be a symlink, you do not have to worry about the target of the link not being mounted. One wonders how you would run /etc/rc to mount the volume with the link target to get at the rc file without first running the rc file in any case. Patient: "Doctor, it hurts when I do this..." Doctor: "Don't do that." Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.