Bug 193177 - typo in prefdm could cause rhgb-client to never quit?
Summary: typo in prefdm could cause rhgb-client to never quit?
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-25 21:10 UTC by David Nielsen
Modified: 2014-03-17 02:59 UTC (History)
1 user (show)

Fixed In Version: 8.35-1
Clone Of:
Environment:
Last Closed: 2006-05-25 21:45:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to correct prefdm (359 bytes, patch)
2006-05-25 21:12 UTC, David Nielsen
no flags Details | Diff

Description David Nielsen 2006-05-25 21:10:23 UTC
Description of problem:

I was trying to track down a problem that caused excessive CPU usage on a friend
s machine and I discovered the following:

/etc/X11/prefdm contains 

# shut down any graphical boot that might exist
if [ -x /usr/bin/rhgb-client ]; then
    /usr/bin/rhgb-client -quit
fi

However the valid switch to quit is -q or --quit, which probably means that it
does quit but it should probably be changed just for correctness.

Version-Release number of selected component (if applicable):
initscripts-8.34-1

How reproducible:
100%

Comment 1 David Nielsen 2006-05-25 21:12:56 UTC
Created attachment 130004 [details]
Patch to correct prefdm

Comment 2 Bill Nottingham 2006-05-25 21:45:36 UTC
Added, will be in 8.35-1. Thanks!


Note You need to log in before you can comment on or make changes to this bug.