Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] paludis and make.conf
Date: Thu, 21 May 2009 13:39:04
Message-Id: 200905211538.54691.dirk.heinrichs@online.de
In Reply to: [gentoo-user] paludis and make.conf by maxim wexler
1 Am Mittwoch, 20. Mai 2009 22:57:05 schrieb maxim wexler:
2
3 > Now that I'm starting to use paludis in place of portage
4
5 Congratulations :-)
6
7 > Sure enough, under /var/db/pkg/.cache, appear the following:
8 >
9 > all_CONFIG_PROTECT
10 > all_CONFIG_PROTECT_MASK
11 >
12 > But how did paludis decide to use these variables?
13 >
14 > They don't appear in make.conf, in any of the /etc/paludis conf files or
15 > /etc/env.d files.
16
17 Some of the values come from defaults, the others are from ebuilds, which put
18 them into their /etc/env.d files:
19
20 % pwd
21 /etc/env.d
22 % grep -R CONFIG_PROTECT *
23 00basic:CONFIG_PROTECT_MASK="/etc/gentoo-release"
24 09sandbox:CONFIG_PROTECT_MASK="/etc/sandbox.d"
25 20udev:CONFIG_PROTECT_MASK="/etc/udev/rules.d"
26 37fontconfig:CONFIG_PROTECT_MASK="/etc/fonts/fonts.conf"
27 43kdepaths:CONFIG_PROTECT="/usr/share/config"
28 50gconf:CONFIG_PROTECT_MASK="/etc/gconf"
29 50ncurses:CONFIG_PROTECT_MASK="/etc/terminfo"
30 50postgresql-eselect:CONFIG_PROTECT_MASK="/etc/eselect/postgresql"
31 98ca-certificates:CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"
32 98texlive:CONFIG_PROTECT_MASK="/etc/texmf/web2c /etc/texmf/language.dat.d
33 /etc/texmf/language.def.d /etc/texmf/updmap.d"
34
35 > Am I setting myself up for problems later?
36
37 No, why?
38
39 > My world file has only 22 items in it so far.
40
41 ???
42
43 Bye...
44
45 Dirk

Attachments

File name MIME type
signature.asc application/pgp-signature