Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-alt
On Thu, 2009-03-26 at 09:32 +0100, Fabian Groffen wrote:
> On 26-03-2009 08:49:10 +0100, Markus Duft wrote:
> > i attached a complete diff (without manifests) FYI, if you like to
> > glance over it again - or just the parts you haven't seen.
>
> ++_ro_root=$(. "@GENTOO_PORTAGE_EPREFIX@"/etc/make.conf && echo
> $READONLY_EPREFI
> X)
> ++_ro_deps=${_ro_root#*:}
> ++_ro_root=${_ro_root%:*}
> ++if [ -f "${_ro_root}"/etc/profile ]; then
> ++ . "${_ro_root}"/etc/profile
> ++fi
>
> If I don't have READONLY_PREFIX set, it will look for /etc/profile,
> which I don't want to be sourced on my solaris/darwin/fedora/gentoo system.
>
> This check needs to see if it was set or not.
right, thanks - i oversaw that one. fixed.
>
> And please make the portage patch conditional. It's too scary for me
> right now to have this applied on everyone.
ok, i can do so - although i can tell you: the portage patch is the
least scary part :) it does absolutely nothing unless READONLY_EPREFIX
is set... on what should i make it conditional? a USE flag again?
Cheers, Markus
>
>
|
|