Hi
please find attached a patch for the migration from /dev/.udev to /run/udev
As far as I have seen this is the only place where a directory /dev/.*
was mentioned in isdnutils, so it should fix the issue code-wise,
and work with udev 167-3+
Regarding the packaging, I am not sure if a Conflicts:/... needs to be added to
avoid having the fixed version of isdnutils co-installed with a too old udev.
Please consider upgrading isdnutils with this patch included
Thanks for maintaining isdnutils in Debian
Peter
--
Peter Marschall
[email protected]
--- debian/init.d.functions
+++ debian/init.d.functions 2011-12-11 18:15:26.831868327 +0100
@@ -83,7 +83,7 @@
ISDNINFO=/dev/isdninfo
elif [ -e /dev/isdn/isdninfo ]; then
ISDNINFO=/dev/isdn/isdninfo
- elif [ -d /dev/.udev/ ]; then
+ elif [ -d /run/udev/ ]; then
# udev is running
old_pwd=$(pwd)
cd /dev