Package: inputattach Version: 1:1.4~rc1-1 Severity: minor The provided udev line from the README.Debian file is:
ACTION="add", KERNEL=="ttyS0", RUN+="/lib/udev/inputattach --daemon -msc %p" When putting the line into the udev configuration, nothing happens. There are two mistakes in this line. The one is, that after ACTION, there is only one "=" and the second is, that "%p" would expand to the devpath, but not to the kernel device path. So I suggest to change the line in the README.Debian to: ACTION=="add", KERNEL=="ttyS0", RUN+="/lib/udev/inputattach --daemon -msc /dev/%k" This line works for me. Greetings, Raoul Bönisch -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages inputattach depends on: ii libc6 2.13-4 Embedded GNU C Library: Shared lib inputattach recommends no packages. inputattach suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org