On Wednesday 13 April 2005 10:28 am, Martin MOKREJŠ wrote:
> Why is there "--prefix=/usr --host=i686-pc-linux-gnu
> --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
> --sysconfdir=/etc --localstatedir=/var/lib"? OK, I believe that's because
> of general Gentoo instalation paths. But see the $subj, the point here is
> to install openafs into *standard* locations. In real it doesn't matter for
> the install process performed by the ebuild, as it installs files in
> "manual" way and ignores "make install" step. Still, for completeness I'd
> like to see this removed from this ebuild behaviour.
dont use `econf` if you dont want the standard parameters, run `./configure`
yourself :P
> 4)
> Could someone explain me CONFIG_PROTECT_MASK?
`man make.conf` and read about the variable
> # Hmm, what about this?
> <snip>
no, the proper way is:
echo 'CONFIG_PROTECT_MASK=/blahblah' > somefile
newenvd somefile 59openafs
or even better, if your env.d entry is always going to be the same, just
create it in $FILESDIR/ and then run `doevnd "${FILESDIR}"/50openafs`
-mike
--
[email protected] mailing list