> * From: Luke <[email protected]>
>
> * linux_lib port. [why does it install into / anyways]
>
> You can put it anywhere and symlink to it, like sysinstall does now,
> but it has to be called "/compat" (or some other well-known place)
> because of the implementation. The string "/compat/linux" has to be
> hardcoded in the linux emulator binary. (If we move it to
> "/usr/local/compat", people who use LOCALBASE other than "/usr/local"
> will be screwed, etc.)
>
> I know, I tried to change it before until I realized that it's not
> that easy.
Install it in $PREFIX/compat and then make a symlink from /compat to
${PREFIX}/compat. This only fails if you then install the SVR4 stuff
with a different ${PREFIX}, which will screw you anyway. 8)
--
\\ Sometimes you're ahead, \\ Mike Smith
\\ sometimes you're behind. \\ [email protected]
\\ The race is long, and in the \\ [email protected]
\\ end it's only with yourself. \\ [email protected]
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message