Hi, > > pmud doesn't because that would create a conflict with powermgmt-base. > > What does this code in /var/lib/dpkg/info/pmud.postinst do then? > > if [ "$1" = "configure" ]; then > # register devices > ... > if [ ! -c /dev/apm_bios ]; then > mknod /dev/apm_bios c 10 134 > chmod 660 /dev/apm_bios > fi > ... > fi > > ii pmud 0.10-4 Apple PowerBook power management > daemon
I was quite sure I had removed that bit in the latest release. I'll check my current sources. Michael