Package: mouseemu
Version: 0.15-8
Severity: wishlist
Tags: patch
tools have been merged into a single binary upstream
*** /tmp/tmp_AQvpB
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/mouseemu.init: call udevadm instead of udevsettle
We thought you might be interested in doing the same.
-- System Information:
Debian Release: lenny/sid
APT prefers gutsy-updates
APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 'gutsy')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-14-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u mouseemu-0.15/debian/mouseemu.init mouseemu-0.15/debian/mouseemu.init
--- mouseemu-0.15/debian/mouseemu.init
+++ mouseemu-0.15/debian/mouseemu.init
@@ -41,8 +41,8 @@
log_daemon_msg "Starting $DESC" "$NAME"
modprobe -q uinput || true
# Give udev some time to create the device node
- if which udevsettle >/dev/null 2>&1; then
- udevsettle
+ if which udevadm settle >/dev/null 2>&1; then
+ udevadm settle
fi
set +e
start-stop-daemon --start --quiet --exec $DAEMON --nicelevel -10 --
$MOUSEEMU_OPTS