summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-03 20:43:30 +0000
committerMatt Wilson <msw@redhat.com>1999-08-03 20:43:30 +0000
commit0e7ccf4997ff75208c8de6096b8d6cd5358c791c (patch)
tree5eafa7e86a33b359e047a697062da57feb17e219 /anaconda
parent0056fc11d12231b4c6bc348db54d29ba6b6915ea (diff)
downloadanaconda-0e7ccf4997ff75208c8de6096b8d6cd5358c791c.tar.gz
anaconda-0e7ccf4997ff75208c8de6096b8d6cd5358c791c.tar.xz
anaconda-0e7ccf4997ff75208c8de6096b8d6cd5358c791c.zip
test
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 2 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index fb237f809..7b5240c7e 100755
--- a/anaconda
+++ b/anaconda
@@ -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