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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Feb 18 12:54:15 UTC 2008


Author: lool
Date: Mon Feb 18 12:54:14 2008
New Revision: 2076

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2076
Log:
Set LSB Default-Stop section to 1 to only stop dbus when going down to
single user mode; dbus can simply be killed like everything else on
shutdown or reboot by sendsigs.

Modified:
    packages/unstable/dbus/debian/changelog
    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=2076&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Mon Feb 18 12:54:14 2008
@@ -34,6 +34,9 @@
   * Start dbus at runlevel priority 12.  This eliminates the race condition of
     starting the X session before hal is running.  Migrate rc?.d symlinks from
     20 to 12 on upgrades.  This need to be kept until after lenny is released.
+  * Set LSB Default-Stop section to 1 to only stop dbus when going down to
+    single user mode; dbus can simply be killed like everything else on
+    shutdown or reboot by sendsigs.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 04 Dec 2007 21:31:12 +0100
 

Modified: packages/unstable/dbus/debian/dbus.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.init?rev=2076&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.init (original)
+++ packages/unstable/dbus/debian/dbus.init Mon Feb 18 12:54:14 2008
@@ -4,7 +4,7 @@
 # Required-Start:    $remote_fs $syslog
 # Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
+# Default-Stop:      1
 # Short-Description: D-Bus systemwide message bus
 # Description:       D-Bus is a simple interprocess messaging system, used
 #                    for sending messages between applications.




More information about the Pkg-utopia-commits mailing list