diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-03 20:43:30 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-03 20:43:30 +0000 |
commit | 0e7ccf4997ff75208c8de6096b8d6cd5358c791c (patch) | |
tree | 5eafa7e86a33b359e047a697062da57feb17e219 /anaconda | |
parent | 0056fc11d12231b4c6bc348db54d29ba6b6915ea (diff) | |
download | anaconda-0e7ccf4997ff75208c8de6096b8d6cd5358c791c.tar.gz anaconda-0e7ccf4997ff75208c8de6096b8d6cd5358c791c.tar.xz anaconda-0e7ccf4997ff75208c8de6096b8d6cd5358c791c.zip |
test
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,7 +81,7 @@ if (mode == 'g' and not os.environ.has_key('DISPLAY')): # serverPath = '/usr/X11R6/bin/XF86_VGA16' serverPath = '/usr/X11R6/bin/XF86_SVGA' - isys.makeDevInode("psaux", "/tmp/psaux") + isys.makeDevInode("psaux", "psaux") f = open ('/tmp/XF86Config', 'w') f.write (""" @@ -117,7 +117,7 @@ EndSection Section "Pointer" Protocol "ps/2" - Device "/tmp/psaux" + Device "/psaux" Emulate3Buttons Emulate3Timeout 50 EndSection |