From owner-freebsd-bugs Mon Oct 13 21:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA21522 for bugs-outgoing; Mon, 13 Oct 1997 21:50:05 -0700 (PDT) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA21514; Mon, 13 Oct 1997 21:50:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Oct 1997 21:50:01 -0700 (PDT) Message-Id: <199710140450.VAA21514@hub.freebsd.org> To: freebsd-bugs Cc: From: Tim Vanderhoek Subject: Re: bin/4758: /etc/rc won't run /etc/etc.i386/rc.i386 Reply-To: Tim Vanderhoek Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/4758; it has been noted by GNATS. From: Tim Vanderhoek To: Mike Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-bugs@hub.freebsd.org Subject: Re: bin/4758: /etc/rc won't run /etc/etc.i386/rc.i386 Date: Tue, 14 Oct 1997 00:35:53 -0400 (EDT) On Mon, 13 Oct 1997, Mike Andrews wrote: > >Number: 4758 > >Category: bin > >Synopsis: /etc/rc won't run /etc/etc.i386/rc.i386 > Architecture specific stuff isn't getting run at boot time anymore. > /usr/src/etc contains an etc.i386 directory, with an rc.i386 file, > but /etc/rc looks for rc.i386 in /etc isntead of /etc/rc.i386. ^^^^^^^^^ You mean /etc/etc.i386/rc.i386, right? Are you sure? My /etc/rc should be -stable as per a few days ago, and it executes /etc/rc.`uname -m` which is /etc/rc.i386, which is correct. [How-to-repeat] > cp /usr/src/etc/rc* /etc Uh... I don't think you're allowed to do this... try `make install' instead... This should then copy the file /usr/src/etc/etc.i386/rc.i386 to /etc/rc.i386. The directory src/etc/etc.i386 doesn't itself get copied to /etc. Makefiles exist for a reason. Let them do their thing. :-) And don't forget to backup your existing /etc, beforehand... But you do backups, anyways, right? ;-) This pr looks like it should be closed. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster.