Author: pebender
Date: Sat Dec 27 14:25:29 2008
New Revision: 4131
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/init.d/wiimote
Log:
- Fixed bug that would cause sh based wiimote init script to hang.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/init.d/wiimote
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/init.d/wiimote
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/init.d/wiimote
Sat Dec 27 14:25:29 2008
@@ -45,12 +45,12 @@
fi
# Start
- if /usr/bin/test ! -e '/dev/uninput' ; then
+ if /usr/bin/test ! -e '/dev/uinput' ; then
if ! /sbin/modprobe uinput > /dev/null 2>&1 ; then
mm_message_output err "error: failed to load kernel
module: uinput"
exit 1
fi
- while /usr/bin/test ! -e '/dev/uninput' ; do
+ while /usr/bin/test ! -e '/dev/uinput' ; do
sleep 1
done
fi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---