Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4627 - xdm depends on hotplug
Summary: xdm depends on hotplug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-06 16:23 UTC by D. C. Sessions
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D. C. Sessions 2002-07-06 16:23:25 UTC
Since X11's pointer often depends on hotplug devices, (esp. /dev/input/mice)
change /etc/init.d/xdm from

depend() {
        use xfs
}

to

depend() {
        use xfs hotplug
}
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-06 17:50:59 UTC
Sounds fine, thanks.  -r12 should be updated for this.