summaryrefslogtreecommitdiffstats
path: root/pym/portage
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-19 07:38:44 +0000
committerMike Frysinger <vapier@gentoo.org>2009-10-19 07:38:44 +0000
commit486c66235de2a25dcd29d1f6d671f3795ff8949d (patch)
tree13e8e8353fc557efd14acca5f82936313a5ff761 /pym/portage
parentc3932e58235cc38c5dfeb51f58e6342f3b3a7d6e (diff)
downloadportage-486c66235de2a25dcd29d1f6d671f3795ff8949d.tar.gz
portage-486c66235de2a25dcd29d1f6d671f3795ff8949d.tar.bz2
portage-486c66235de2a25dcd29d1f6d671f3795ff8949d.zip
drop IMAGE -- people have had years to catch up
svn path=/main/trunk/; revision=14694
Diffstat (limited to 'pym/portage')
-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 521cb53c4..82fb80edd 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.