Hi Scott Thanks for the patch. I will apply it as soon as the necessary udev version (117) enters Debian unstable.
Gaudenz On Fri, Dec 14, 2007 at 04:38:39PM +0000, Scott James Remnant wrote: > 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 -- Ever tried. Ever failed. No matter. Try again. Fail again. Fail better. ~ Samuel Beckett ~ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

