diff options
author | Chris Lumens <clumens@redhat.com> | 2005-10-07 14:58:20 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-10-07 14:58:20 +0000 |
commit | 886d53e771fef48afce4709b14c66313169bcbee (patch) | |
tree | b1bfb343d23ebfd7bb1c134409d379c373ea7475 /command-stubs | |
parent | 456dccd51dda3905ec0ff528fced45d8f40367e6 (diff) | |
download | anaconda-886d53e771fef48afce4709b14c66313169bcbee.tar.gz anaconda-886d53e771fef48afce4709b14c66313169bcbee.tar.xz anaconda-886d53e771fef48afce4709b14c66313169bcbee.zip |
Use rhpxl instead of rhpl for X configuration.
Diffstat (limited to 'command-stubs')
-rwxr-xr-x | command-stubs/rescue-startx-stub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/rescue-startx-stub b/command-stubs/rescue-startx-stub index 808bce166..3659efef9 100755 --- a/command-stubs/rescue-startx-stub +++ b/command-stubs/rescue-startx-stub @@ -5,7 +5,7 @@ # import os, sys -import rhpl.xserver as xserver +import rhpxl.xserver as xserver import rhpl.keyboard as keyboard # see if its even possible |