summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-19 21:04:21 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-19 21:04:21 +0000
commit2a660a7704e444f2d3a9fae5629869f88fac0ce2 (patch)
tree2867bc6d2c7109f8aa6f2f0578e870e97ff8cd60 /pym
parent8eecba73d9eb27ad754055731ea044b7dff8cdb1 (diff)
downloadportage-2a660a7704e444f2d3a9fae5629869f88fac0ce2.tar.gz
portage-2a660a7704e444f2d3a9fae5629869f88fac0ce2.tar.bz2
portage-2a660a7704e444f2d3a9fae5629869f88fac0ce2.zip
drop IMAGE -- people have had years to catch up (trunk r14694)
svn path=/main/branches/2.1.7/; revision=14697
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 57a894f40..5c2a83460 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -3974,7 +3974,7 @@ def spawn(mystring, mysettings, debug=0, free=0, droppriv=0, sesandbox=0, fakero
Optiosn include:
Sandbox: Sandbox means the spawned process will be limited in its ability t
- read and write files (normally this means it is restricted to ${IMAGE}/)
+ read and write files (normally this means it is restricted to ${D}/)
SElinux Sandbox: Enables sandboxing on SElinux
Reduced Privileges: Drops privilages such that the process runs as portage:portage
instead of as root.