[Pkg-utopia-commits] r2815 - in /packages/unstable/dbus/debian: changelog dbus.dirs dbus.init

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Feb 16 13:10:41 UTC 2009


Author: biebl
Date: Mon Feb 16 13:10:41 2009
New Revision: 2815

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2815
Log:
Drop support for /etc/dbus-1/event.d. This interface has long been
deprecated and all affected Debian packages have been fixed for lenny.
If your (custom) service needs to be restarted on a dbus restart, add a
regular sysv init script and a "Required-Start: dbus" to the LSB header.

Modified:
    packages/unstable/dbus/debian/changelog
    packages/unstable/dbus/debian/dbus.dirs
    packages/unstable/dbus/debian/dbus.init

Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=2815&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Mon Feb 16 13:10:41 2009
@@ -1,11 +1,18 @@
 dbus (1.2.12-1) UNRELEASED; urgency=low
 
+  [ Simon McVittie ]
   * New upstream release
   * Merge experimental into unstable
     - Changes in packaging relative to experimental: add myself to
       Uploaders, and suggest libdbus-1-dev instead of nonexistent dbus-1-dev
 
- -- Simon McVittie <smcv at debian.org>  Mon, 16 Feb 2009 12:16:22 +0000
+  [ Michael Biebl ]
+  * Drop support for /etc/dbus-1/event.d. This interface has long been
+    deprecated and all affected Debian packages have been fixed for lenny.
+    If your (custom) service needs to be restarted on a dbus restart, add a
+    regular sysv init script and a "Required-Start: dbus" to the LSB header.
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 16 Feb 2009 14:06:47 +0100
 
 dbus (1.2.8-1) experimental; urgency=low
 

Modified: packages/unstable/dbus/debian/dbus.dirs
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.dirs?rev=2815&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.dirs (original)
+++ packages/unstable/dbus/debian/dbus.dirs Mon Feb 16 13:10:41 2009
@@ -1,2 +1,1 @@
 /var/lib/dbus
-/etc/dbus-1/event.d

Modified: packages/unstable/dbus/debian/dbus.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.init?rev=2815&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.init (original)
+++ packages/unstable/dbus/debian/dbus.init Mon Feb 16 13:10:41 2009
@@ -24,7 +24,6 @@
 PIDDIR=/var/run/dbus
 PIDFILE=$PIDDIR/pid
 DESC="system message bus"
-EVENTDIR=/etc/dbus-1/event.d
 
 test -x $DAEMON || exit 0
 
@@ -122,18 +121,12 @@
   start-stop-daemon --start --quiet --pidfile $PIDFILE \
     --user $DAEMONUSER --exec $DAEMON -- --system $PARAMS
   log_end_msg $?
-  if [ -d $EVENTDIR ]; then
-      run-parts --arg=start $EVENTDIR || true
-  fi
   dependent_services start
 }
 
 shut_it_down()
 {
   dependent_services stop
-  if [ -d $EVENTDIR ]; then
-      run-parts --reverse --arg=stop $EVENTDIR || true
-  fi
   log_daemon_msg "Stopping $DESC" "$NAME"
   start-stop-daemon --stop --retry 5 --quiet --oknodo --pidfile $PIDFILE \
     --user $DAEMONUSER




More information about the Pkg-utopia-commits mailing list