Bug#396811: [Pkg-utopia-maintainers] Bug#396811: prerm script calls /etc/init.d/avahi-daemon directly

2007-01-15 Thread Kurt Roeckx
On Mon, Jan 15, 2007 at 11:04:01AM +0100, Sjoerd Simons wrote: > On Mon, Jan 15, 2007 at 01:15:13AM +0100, Kurt Roeckx wrote: > > 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

Bug#396811: [Pkg-utopia-maintainers] Bug#396811: prerm script calls /etc/init.d/avahi-daemon directly

2007-01-15 Thread Sjoerd Simons
On Mon, Jan 15, 2007 at 01:15:13AM +0100, Kurt Roeckx wrote: > 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 >

Bug#396811: prerm script calls /etc/init.d/avahi-daemon directly

2007-01-14 Thread Kurt Roeckx
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

Bug#396811: prerm script calls /etc/init.d/avahi-daemon directly

2006-11-02 Thread Trent Buck
Package: avahi-daemon Version: 0.6.14-2 Severity: important >From the policy manual: Maintainers should use the abstraction layer provided by the update-rc.d and invoke-rc.d programs to deal with initscripts in their packages' scripts such as postinst, prerm and postrm. http://ww