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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]