Date: Tue, 14 Oct 1997 00:35:53 -0400 (EDT) From: Tim Vanderhoek <tim@ppp1643.on.sympatico.ca> To: Mike Andrews <mandrews@termfrost.org> 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 Message-ID: <Pine.BSF.3.96.971014002133.248G-100000@ppp1643.on.sympatico.ca> In-Reply-To: <199710140313.XAA02063@mindcrime.termfrost.org>
index | next in thread | previous in thread | raw e-mail
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.
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971014002133.248G-100000>
