From owner-freebsd-current Tue Apr 30 11:46:48 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26610 for current-outgoing; Tue, 30 Apr 1996 11:46:48 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA26605 for ; Tue, 30 Apr 1996 11:46:45 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id LAA27962; Tue, 30 Apr 1996 11:45:59 -0700 (PDT) To: Poul-Henning Kamp cc: Paul Richards , wosch@cs.tu-berlin.de, bde@zeta.org.au, current@freebsd.org Subject: Re: Files installed to /etc, (was: review request) In-reply-to: Your message of "Tue, 30 Apr 1996 10:20:05 -0000." <3285.830859605@critter.tfs.com> Date: Tue, 30 Apr 1996 11:45:59 -0700 Message-ID: <27960.830889959@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Yes, host independent, but not architecture independent... > > /etc/rc for instance has to be architecture dependent to initialize > weird HW... Isn't that what /etc/rc.i386 is for? You could certainly maintain that paradigm in /usr/share/etc as well as anywhere else, right? Jordan