Date: Mon, 20 May 1996 21:05:10 -0700 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: James Raynard <fdocs@jraynard.demon.co.uk> Cc: freebsd-doc@freebsd.org Subject: Re: Corrections to Linux Emulation Docs Message-ID: <6374.832651510@time.cdrom.com> In-Reply-To: Your message of "Tue, 21 May 1996 00:47:38 GMT." <199605210047.AAA02828@jraynard.demon.co.uk>
index | next in thread | previous in thread | raw e-mail
> In section 21.1.2 (Installing Linux Emulation in 2.2-CURRENT), the
> line
>
> 2. This, in turn, triggers the following action in /etc/rc.i386:
>
> should read
>
> 2. This, in turn, triggers the following action in /etc/etc.i386/rc.i386:
>
> as rc.i386 is no longer in /etc. Perhaps this is why some people have
> not been able to get it to work! 8-)
How now? From a -current /etc/rc file:
# configure implementation specific stuff
arch=`uname -m`
if [ -f /etc/rc.${arch} ]; then
. /etc/rc.${arch}
fi
Looks like it's still in /etc to me! More to the point, if anyone
suggested going to /etc/etc.i386/rc.i386, we'd all chop their heads
off. It's /etc/rc.i386 for the forseeable future.
Thanks for the other typo corrections!
Jordan
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6374.832651510>
