diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-03-22 21:45:49 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-03-22 21:45:49 +0000 |
commit | 170ca165ba14b51506d7371504771ed000908f33 (patch) | |
tree | 000d83b1e4f287744fbf34ab5cd093e69f4feec2 /anaconda | |
parent | 6907b68dbf15f22adf23cd1181ea3c8cc073023d (diff) | |
download | anaconda-170ca165ba14b51506d7371504771ed000908f33.tar.gz anaconda-170ca165ba14b51506d7371504771ed000908f33.tar.xz anaconda-170ca165ba14b51506d7371504771ed000908f33.zip |
GCONF_GLOBAL_LOCKS is my friend. then we don't get the /tmp/gconfd-root
as rpm_scriptlet_t and then root can log in
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -371,6 +371,7 @@ if os.environ.has_key('HOME') and not os.environ.has_key("XAUTHORITY"): os.environ['XAUTHORITY'] = os.environ['HOME'] + '/.Xauthority' os.environ['HOME'] = '/tmp' os.environ['LC_NUMERIC'] = 'C' +os.environ["GCONF_GLOBAL_LOCKS"] = "1" if os.environ.has_key ("ANACONDAARGS"): theargs = string.split (os.environ["ANACONDAARGS"]) |