[Pkg-utopia-maintainers] Bug#396811: prerm script calls
/etc/init.d/avahi-daemon directly
Kurt Roeckx
kurt at roeckx.be
Mon Jan 15 01:15:13 CET 2007
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
More information about the Pkg-utopia-maintainers
mailing list