Bug#481645: system-tools-backends: postinst appears to start the wrong service
Mike Bird
mgb-debian at yosemite.net
Sat May 17 16:24:48 UTC 2008
Package: system-tools-backends
Version: 2.4.2-1
Severity: normal
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
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages system-tools-backends depends on:
ii adduser 3.107 add and remove users and groups
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libdbus-1-3 1.2.1-2 simple interprocess messaging syst
ii libdbus-glib-1-2 0.74-2 simple interprocess messaging syst
ii libglib2.0-0 2.16.3-2 The GLib library of C routines
ii libnet-dbus-perl 0.33.6-1 Extension for the DBus bindings
system-tools-backends recommends no packages.
-- no debconf information
More information about the pkg-gnome-maintainers
mailing list