[Tickets] [Initng] #818: /dev files not created as with sysvinit, specially /dev/mouse
Initng
trac at initng.org
Sat Apr 5 05:18:31 CEST 2008
#818: /dev files not created as with sysvinit, specially /dev/mouse
-----------------------------------+----------------------------------------
Reporter: rick_777 | Owner:
Type: defect | Status: new
Priority: normal | Milestone: initng-ifiles-0.1.5
Component: Bugs in initng-ifiles | Version: initng-0.6.7
Severity: major | Resolution:
Keywords: |
-----------------------------------+----------------------------------------
Comment(by rick_777):
A workaround for the /dev/mouse, in the system/udev/filldev.i :
if [ ! -e "/dev/mouse" ] && [ -e "/dev/psmouse" ]
then
/bin/ln -s /dev/psmouse /dev/mouse
fi
--
Ticket URL: </ticket/818#comment:1>
Initng <>
The next generation init system
More information about the Tickets
mailing list