From owner-freebsd-stable Sun Dec 13 23:11:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14653 for freebsd-stable-outgoing; Sun, 13 Dec 1998 23:11:53 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14643 for ; Sun, 13 Dec 1998 23:11:50 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.054 #1) id 0zpSA9-0003rT-00; Mon, 14 Dec 1998 09:11:25 +0200 From: Sheldon Hearn To: Nathan Ahlstrom cc: freebsd-stable@FreeBSD.ORG Subject: Re: etc.i386/rc.i386 never run In-reply-to: Your message of "Sun, 13 Dec 1998 20:14:02 CST." <19981213201402.A17534@winternet.com> Date: Mon, 14 Dec 1998 09:11:25 +0200 Message-ID: <14846.913619485@axl.noc.iafrica.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 Dec 1998 20:14:02 CST, Nathan Ahlstrom wrote: > It appears that /etc/rc sources rc.${arch}, but no rc.i386 exists. > > Does this mean that I should copy the files from etc.i386/* to /etc? > Is that what is intended by this? Hi Nathan, You are right about rc sourcing rc.${arch} and also right about rc.${arch} needing to be in /etc . However, I wouldn't recommend "copying the files from etc.i386/* to /etc". Rather, check out ports/sysutils/mergemaster. It does a remarkably good job of merging changes to the source etc/ files with your installed /etc files. Good luck, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message