The postint script is doing just the same thing, with the line before it doing the right thing:
# Ask the bus to reload the config file
if [ -x "/etc/init.d/dbus" ]; then
invoke-rc.d dbus force-reload || true
fi
/etc/init.d/avahi-daemon restart
Since the policy doesn't allow dbus to get started, avahi-daemon
also failed to start.
Kurt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

