diff options
author | 2011-02-28 21:08:58 +0000 | |
---|---|---|
committer | 2011-02-28 21:08:58 +0000 | |
commit | 60312306ef19d6700394c9cde7f168badcee6cdf (patch) | |
tree | e322bd0d224e5c868c50a122adec5acad51f2588 /doc | |
parent | 8b7a424633050178d4cb98204281d4de22109283 (diff) | |
download | paludis-60312306ef19d6700394c9cde7f168badcee6cdf.tar.gz paludis-60312306ef19d6700394c9cde7f168badcee6cdf.tar.xz |
Allow sets in /usr
Diffstat (limited to 'doc')
-rw-r--r-- | doc/configuration/envvars.html.part | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/configuration/envvars.html.part b/doc/configuration/envvars.html.part index 00c8b8341..d0bdbd464 100644 --- a/doc/configuration/envvars.html.part +++ b/doc/configuration/envvars.html.part @@ -43,6 +43,9 @@ can be dangerous and may break things; many of these variables exist mainly for <dt><code>PALUDIS_NO_GLOBAL_HOOKS</code></dt> <dd>If set to a non-empty string, global hooks will be ignored.</dd> + <dt><code>PALUDIS_NO_GLOBAL_SETS</code></dt> + <dd>If set to a non-empty string, global sets will be ignored.</dd> + <dt><code>PALUDIS_NO_GLOBAL_FETCHERS</code></dt> <dd>If set to a non-empty string, global fetchers will be ignored.</dd> |