Bug 127711
Summary: | upgrading to xorg-x11-6.7.0-5 regresses xorg.conf | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Robert Clark <robert3> |
Component: | xorg-x11 | Assignee: | Mike A. Harris <mharris> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2 | CC: | barryn |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-09-13 17:29:17 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 130887 |
Description
Robert Clark
2004-07-12 20:28:21 UTC
Ok, definitely sounds like a bug. I've queue'd this issue as a MUSTFIX for the next update release. Thanks for reporting. The type you refer to is indeed the cause of the problem for configfile in XF86Config-4 XF86Config ; do if [ -r $configfile ]; then if [ -r xorg.conf]; then mv -f $configfile $configfile.obsoleted else mv -f $configfile xorg.conf fi fi done Without the space between xorg.conf and ], the test for an already existing xorg.conf always fails and xorg.conf is overwritten with XF86Config-4 and XF86Config if they exist. |