reassign 604216 ipppd merge 604211 604216 thanks Hi,
It seems bug in ipppd. >Package: ipppd >Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel >powerpc ppc64 sparc s390 sh4 sparc64 >Section: net >Depends: isdnutils-base (= ${binary:Version}), debconf (>=1.2.9) | >debconf-2.0, ppp, ${shlibs:Depends}, udev | makedev, ${misc:Depends} >Suggests: pdnsd ipppd package depends: udev | makedev. And in ipppd.postinst, >case "$1" in > configure) > old_pwd=$(pwd) > if [ ! -c /dev/isdn-tty -a -e /dev/MAKEDEV ]; then > cd /dev > echo "Note: running MAKEDEV to create ISDN devices in /dev..." > MAKEDEV isdn-tty isdn-io isdn-ippp > fi it calls MAKEDEV. However /sbin/MAKEDEV only exists in makedev package. So this fails. And Bug#604219 is the same issue. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org