Bug 36995 - error in /etc/rc.d/init.d/gpm
Summary: error in /etc/rc.d/init.d/gpm
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gpm
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Preston Brown
QA Contact: David Lawrence
URL:
Whiteboard:
: 41553 54004 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-21 17:08 UTC by Need Real Name
Modified: 2007-04-18 16:32 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-05-16 17:56:36 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-04-21 17:08:41 UTC
Line 38 of /etc/rc.d/init.d/gpm must be changed from:

 if [ -n "$DEVICE" ]; then

to:

 if [ ! -n "$DEVICE" ]; then

or else "DEVICE=..." in /etc/sysconfig/mouse has no effect.

Comment 1 Martin Wilck 2001-05-16 17:56:33 UTC
Right, I had the same problem. Better yet, 

if [ -z "$DEVICE" ]
...


Comment 2 Preston Brown 2001-06-25 17:18:46 UTC
fixed in 1.19.3-18 and later.


Comment 3 Preston Brown 2001-06-25 17:19:14 UTC
*** Bug 41553 has been marked as a duplicate of this bug. ***

Comment 4 Bernhard Rosenkraenzer 2002-01-22 21:33:40 UTC
*** Bug 54004 has been marked as a duplicate of this bug. ***


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