Bug#481645: system-tools-backends: postinst appears to start the wrong service

Loïc Minier lool at dooz.org
Sat May 17 20:42:52 UTC 2008


On Sat, May 17, 2008, Mike Bird wrote:
> The postinst appears to have been copied from dbus.  It appears
> to force-reload dbus instead of system-tools-backends:
> 
>     # only start system-tools-backends if it is not already running
>     if [ ! -e /var/run/system-tools-backends.pid ] || ! ps --no-headers -p $(cat /var/run/system-tools-backends.pid) > /dev/null 2>&1; then
> 	if [ -x /etc/init.d/dbus ]; then
> 	    invoke-rc.d dbus force-reload || true
>         fi
>     fi

 Are you seeing a bug / issue / problem on your system or did you just
 guess this could be an error?

 I think the intent is really to restart / force-relaod dbus because STB
 starts with dbus, like network manager for example, so I don't see the
 issue here.

-- 
Loïc Minier






More information about the pkg-gnome-maintainers mailing list