Mailinglist Archive: opensuse-commit (869 mails)

< Previous Next >
commit dbus-1 for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 28 Oct 2010 12:27:03 +0200
  • Message-id: <20101028102703.5E2FA20298@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory
checked in at Thu Oct 28 12:27:03 CEST 2010.



--------
--- dbus-1/dbus-1-x11.changes 2010-09-24 20:21:05.000000000 +0200
+++ dbus-1/dbus-1-x11.changes 2010-10-12 16:53:11.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct 12 14:35:53 UTC 2010 - cristian.rodriguez@xxxxxxxxxxxx
+
+- ConsoleKit may not be installed on the system, so kill
+ the process at "stop" only if it is running
+
+-------------------------------------------------------------------
dbus-1.changes: same change

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dbus-1-x11.spec ++++++
--- /var/tmp/diff_new_pack.Eb0O9T/_old 2010-10-28 12:25:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Eb0O9T/_new 2010-10-28 12:25:49.000000000 +0200
@@ -29,7 +29,7 @@
BuildRequires: doxygen libexpat-devel libzio pkgconfig
BuildRequires: audit-devel
Version: 1.4.0
-Release: 2
+Release: 3
AutoReqProv: on
# bug437293
%ifarch ppc64

dbus-1.spec: same change
++++++ rc.boot.dbus ++++++
--- /var/tmp/diff_new_pack.Eb0O9T/_old 2010-10-28 12:25:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Eb0O9T/_new 2010-10-28 12:25:49.000000000 +0200
@@ -30,6 +30,10 @@

DBUS_UUIIDGEN_BIN=/bin/dbus-uuidgen

+CONSOLEKIT_DAEMON_BIN="/usr/sbin/console-kit-daemon"
+CONSOLEKIT_PID_DIR="/var/run/ConsoleKit"
+CONSOLEKIT_PID=$CONSOLEKIT_PID_DIR/pid
+
# Source LSB init functions
# providing start_daemon, killproc, pidofproc,
# log_success_msg, log_failure_msg and log_warning_msg.
@@ -72,7 +76,9 @@
;;
stop)
echo -n "Shutting down D-Bus daemon"
- killproc -TERM /usr/sbin/console-kit-daemon
+ if [ -x $CONSOLEKIT_DAEMON_BIN ] ; then
+ killproc -p $CONSOLEKIT_PID -TERM $CONSOLEKIT_DAEMON_BIN
+ fi
killproc -p $DBUS_DAEMON_PID -TERM $DBUS_DAEMON_BIN
rc_status -v
;;


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread